Is it posible connect 2 ESP32 as master/slave using BLEMIDI ? #46
Unanswered
henriquegmatos
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, that should be possible - on 1 ESP32 use this example, and the other using the ble-client example.\ The client example is currently being worked on, you can participate in the testing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible to connect 2 ESP32 using BLEMIDI.
I've already managed to make a MIDI/BLE interface using ESP32 and connecting to an iphone. However I would like to connect ESP32 to another ESP32 to transport MIDI protocol using BLEMIDI. It is possible? Which BLEMIDI Library command is used to connect to a BLE-ID of another ESP32?
best regards
Beta Was this translation helpful? Give feedback.
All reactions