Bernd Liesner

Results 7 comments of Bernd Liesner
trafficstars

Thanks for your turbo fast reply and the proposed solution. This does the trick - thanks so much for your impressive analysis of the problem👌. Now I would like to...

Thanks again for your detailed explanations - now I have a touch of an idea about the background of this issue😊. Looking forward to work with your brilliant library in...

Is this line also relevant for adjustments?: https://github.com/lathoub/Arduino-BLE-MIDI/blob/929c2fc04962672ddba903a618601bea44ee1f3e/src/hardware/BLEMIDI_Client_ESP32.h#L601 Obviously, my preferred default value for the response behaviour is `true` as this surprisingly solved all my reconnection problems with my Vox...

> I can´t test it (unfortunately, I haven't any ESP32). @MicroMidi and @ketan, could you test it? You can use the [example of the Client setup](https://github.com/RobertoHE/Arduino-BLE-MIDI/blob/CustomSettings/examples/MidiBle_Client/MidiBle_Client.ino) of this branch. Default...

> Not sure this question is in the right place, and if it is not, please forgive me. > As I understood this Github structure right this area is designated...

It looks that the author of the underlying NimBLE-library added a callback for scanned devices: https://github.com/h2zero/NimBLE-Arduino/pull/439 Maybe this could be a good starting point for implementing the requested functionality?

I think that the new callback method for scanned devices will really simplify your project, as this callback invokes a piece of code (the respective callback method) when a BLE-MIDI...