Page 1 of 1

Fluxamasynth-32 and Arduino Boards Manager

Posted: Sun Oct 18, 2020 4:47 pm
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

Re: Fluxamasynth-32 and Arduino Boards Manager

Posted: Wed Oct 21, 2020 9:53 am
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

Re: Fluxamasynth-32 and Arduino Boards Manager

Posted: Thu Oct 29, 2020 6:23 pm
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 ?