You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I used the nimBLE library with the ESP32-BLE-CompositeHID to emulate a controller for flipping Anki flash cards. That worked fine very nice libraries!!
But since im using Anki on my Mac and the iPad I would like to switch the device. For now I have to turn off bluetooth on the device im working on and then I can connect with the other. It works, but it would be perfect if I could just click connect on for example the iPad and then it disconnects from the MacBooks and switches to the iPad. (same principle as the UE booms). I hope my explanation was understandable.
Has anyone an idea how to code that?
Thank you
The text was updated successfully, but these errors were encountered:
No easy way to do that. If the device is already connected you would need to either disconnect and advertise so the other device can connect or start advertising after connecting to allow multiple connections.
Hi
I used the nimBLE library with the ESP32-BLE-CompositeHID to emulate a controller for flipping Anki flash cards. That worked fine very nice libraries!!
But since im using Anki on my Mac and the iPad I would like to switch the device. For now I have to turn off bluetooth on the device im working on and then I can connect with the other. It works, but it would be perfect if I could just click connect on for example the iPad and then it disconnects from the MacBooks and switches to the iPad. (same principle as the UE booms). I hope my explanation was understandable.
Has anyone an idea how to code that?
Thank you
The text was updated successfully, but these errors were encountered: