-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE HID Shifting #454
Comments
@talan-z @eMadman . This slightly modified sketch is working with my BLE camera shutter button with NimBLE 1.4.0 One of the potential issues is that if the button isn't used for a minute or so, we might have to scan for it again which disrupts other wireless transmissions. |
I've narrowed this down to arduino-esp32 version. 1.0.4 works, 2.0.6 doesn't. I'll try to see if something in between works. |
I had lots of random weirdness going on with this but it seems to be sorted out at least in theory. See h2zero/NimBLE-Arduino#455 |
Lets move all of the BLE HID dev work from the discussion into this issue.
@talan-z in #433 (reply in thread)_
The text was updated successfully, but these errors were encountered: