marchingband / wvr

Home of WVR, an open source, Arduino compatible, ESP32-based Sample Player and Audio Framework.
GNU General Public License v3.0
65 stars 9 forks source link

Feature request: MIDI over BLE #52

Closed vamix2012 closed 2 years ago

vamix2012 commented 2 years ago

I have seen lots of BLE Midi projects, my accordeon also uses BLE Midi at this point, it would be cool if we can connect to the WVR via BLE, I have seen that every BLE capable microcontroller can send and recive MIDI messages, check this link :

https://github.com/lathoub/Arduino-BLE-MIDI/blob/master/examples/MidiBle_Client/MidiBle_Client.ino

And this guy shows how two esp32's are connected together via BLE:

https://youtu.be/UgI7WRr5cgE

Please tell me if that can be possible?

Thank you very much!

vamix2012 commented 2 years ago

Accidentally posted same request twice