-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Want to add BLE support #15
Comments
I have tried the following so far
|
i tried to implement it, but i doubt it is possible, as per tinygo bluetooth lib bonding/pairing is still not implemented and i would assume it would be impossible to act as a keyboard on device if you are not paired (at least from my understanding) i opened meanwhile PR that does implement communication between two halves though, would like some feedback and maybe direction on how to improve it 🙏 |
Oops, tinygo-org/bluetooth did not support bonding. https://github.com/tinygo-org/bluetooth#api-stability
|
Maybe it helps here https://github.com/bgould/tinygo-model-m |
Thank you for the information. This is an example using a device that can be connected via SPI to BLE. |
BLE HID Keyboard support has started to work a bit in #22. At least it worked on Android. However, pairing did not work well on Windows. We need to investigate this further in the future. |
I would like to add an implementation of the nRF52840 with BLE HID.
However, I do not have much knowledge of BLE and do not know how to tackle this issue.
The text was updated successfully, but these errors were encountered: