-
Notifications
You must be signed in to change notification settings - Fork 58
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 does not work on Raspberry Pi #121
Comments
Are you trying to get the Rpi to act as an HID keyboard? The RPi, using adafruit-blinka-bleio, and bleak, can only act as a BLE central, and the HID code acts as a peripheral. |
Yes, the idea is that I would like the raspi to send a series of keypresses to my computer when I push a button. Preferably over bluetooth rather than over USB. |
Unfortunately, the underlying Other people have wanted to do this, but I haven't found an example of an existing project. |
Ok, that's too bad. I definitely appreciate you helping me get a definitive answer here though. I'll see if I can achieve the same functionality with a different approach! |
I'm trying to port this tutorial to my raspberry pi zero, but upon running the script I get the following error:
This seems to be pretty far down the stack, so I'm finding it very difficult to debug. Does anyone have any tips on what could be the issue? Is it a fundamental hardware issue or can I tweak the code to make it run on my raspi0. I'm not very well versed in BLE, so I was hoping someone with more expertise could maybe offer some insight. I'd greatly appreciate any help :)
The text was updated successfully, but these errors were encountered: