Arduino-BLE-MIDI icon indicating copy to clipboard operation
Arduino-BLE-MIDI copied to clipboard

ESP32 Compatibility

Open CaptainCredible opened this issue 4 months ago • 0 comments

I struggled a little to get this working on my m3 mac. Using my version of Arduino IDE (2.3.2) and and latest ESP32 core (3.0.5) the example sketch would not compile. Old versions of the ESP32 core seem to require python2 and that was a little hard to get installed on a modern mac. Luckily it seems version 2.0.17 of espressif ESP32 core / board will compile, but only if i use <hardware/BLEMIDI_ESP32_NimBLE.h> instead of <hardware/BLEMIDI_ESP32.h> . Am i missing somthing? is there a better solution for getting this up and running?

CaptainCredible avatar Oct 09 '24 17:10 CaptainCredible