Fluxamasynth-32 and Arduino Boards Manager

Interfacing hardware, sensors, output drivers, chips.
dlakwi
Posts: 2
Joined: Sun Oct 18, 2020 4:30 pm

Fluxamasynth-32 and Arduino Boards Manager

Post by dlakwi »

The Fluxamasynth-32 has an ESP32 microcontroller.

Which Board should be selected in the Arduino Boards Manager?

The latest Arduino core for the ESP32 on github lists quite a few boards.

I think that the "ESP32 Dev Module" is probably the one.

Are there any other settings that should be changed from the default?
(Speed, Frequency, Flash, etc.)

Thanks

oz
Site Admin
Posts: 542
Joined: Mon May 12, 2008 4:19 pm

Re: Fluxamasynth-32 and Arduino Boards Manager

Post by oz »

Use the ESP Dev Module for development on Flux 32 boards. The default options work just fine.

You can probably run the module at different frequencies as long as the serial port is set up for midi speeds (31250)

Paul Badger
Modern Device

hitsware
Posts: 6
Joined: Thu Jul 11, 2013 3:32 pm

Re: Fluxamasynth-32 and Arduino Boards Manager

Post by hitsware »

Since the esp32 has usb built in ,
is there any way to use it (esp32)
to send the midi stream to the synth ?
Write the code in MicroPython ?
Hookup usb directly without the Bub ?

Post Reply