Replies: 4 comments 4 replies
-
Control Surface uses the standard ESP-IDF BLE API, so you can configure the BLE setup to your liking. You might want to start here: See also: https://github.com/tttapa/Control-Surface/tree/master/src/MIDI_Interfaces/BLEMIDI/ESP32#readme |
Beta Was this translation helpful? Give feedback.
-
So, I guess I have to edit the midi-init.c fileP?
|
Beta Was this translation helpful? Give feedback.
-
Hmm, obviously it does not work because ESP32 still pairs without asking for the passkey. I really need help with this as I have no idea of what I am doing. The only thing I know is that I might be editing the right file :( |
Beta Was this translation helpful? Give feedback.
-
Tried also this, but it also doesn't work. The BT pairs without asking for a key, and after that it works normally. I have no idea what else I can do. Thanks for your help.
|
Beta Was this translation helpful? Give feedback.
-
Is there a way to ask for a password when pairing the BT to a device?
As a Musician I wouldn't like the BLE MIDI module to pair to any device in the audience. If the person who did something like that knows what he/she is doing, could ruin someone's gig/show, by sending unwanted MIDI messages to the stage.
Does it make sense?
I have searched the discussions but couldn't find anything about this.
Thank you.
João
Beta Was this translation helpful? Give feedback.
All reactions