bluetooth midi reconnection (pairing) #4189
Replies: 1 comment
-
Posted at 2023-05-02 by @gfwilliams Yes - there are a few options, and one or other of them might work for you...
Posted at 2023-05-02 by user155285 Thanks @gfwilliams ! Posted at 2023-05-02 by user155285 I tried all the above, it worked as advertised but didn't resolved or permit the auto-connection ( the device now show in the main bluetooth menu but still need to get connected every time in the bluetooth audio midi setup windows). I assume its coming from the OS side more than the espruino itself. note: I had a weird behavior with NRF.setServices ( NRF.setSecurity({passkey:"123456", lesc:1, bond :1});) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-04-28 by user155285
Hi,
I am trying to use the puck.js as a BLE midi device ( send and receive)
I am connecting the device with a mac or iphone. The mac systems are not very friendly when it comes to connect a bluetooth midi device, aka you need to go in a menu to connect the device and if the connection get lost you have to redo the all the menu thingy.
Apple documentation states that the device will reconnect itself automatically if the device accept pairing:
https://developer.apple.com/documentation/coremidi/midi_bluetooth/
Is there anyway to use the BLEmidi module but to get the device get pairing also ( like when being HID for example)?
thank you!
Beta Was this translation helpful? Give feedback.
All reactions