Bart De Lathouwer
Bart De Lathouwer
It seems ArduinoBLE is no longer working :-(. I can do some of the work to fox it, but will need help (I no longer have the hardware) - can...
(thank you for signalling! 🙏)
I started a new branch to work on Nano 33 support https://github.com/lathoub/Arduino-BLE-MIDI/tree/Arduino-Nano-BLE-33
Moved `midiChar` and `midiService` globals into the `BEGIN_BLEMIDI_NAMESPACE` namespace. (the global approach is not good and must be corrected). It now compiles, but I can't test it - can you?
Hi @tommitan Use the branch for the Nano 33/rp2040 (see above) https://github.com/lathoub/Arduino-BLE-MIDI/issues/55#issuecomment-1077437382 Let me know if it works, so I can roll it up in a release
Hi, yes, i have it working on a RP2040 - let me know here if it also works for you!
@SunboX did you get it to work on the RP2040?
thx @spotman - all changes for Arduino Nano-BLE-33 are also copied in the newer [CustomSettings branch](https://github.com/lathoub/Arduino-BLE-MIDI/tree/CustomSettings). Would you might testing that branch?
the same test you ran before on the BLE branch - internally I added template parameters and I want to make sure they compile and work as expected (they got...
Thanks @RobertoHE what sketch did you use to compile the code? (I get plenty of errors with your [ble_client](https://github.com/RobertoHE/Arduino-BLE-MIDI/blob/CustomSettings/examples/MidiBle_Client/MidiBle_Client.ino)) The BLE_Client points to `BLEMIDI_NAMESPACE::DefaultSettings`, whilst I believe that should be...