-
Notifications
You must be signed in to change notification settings - Fork 23
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
Bluetooth connect to HID keyboard example fails #50
Comments
This is the code I use to find my keyboard, but I never see any keyboard device:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to connect a bluetooth HID keyboard to my t-echo, however the example code https://github.com/Xinyuan-LilyGO/T-Echo/tree/main/examples/ble_hid_central does not work.
Even the comment in the code itself says this:
display->print("Scan ble keyboard"); //crashes here
So how can I connect my bluetooth keyboard to my t-echo device?
The text was updated successfully, but these errors were encountered: