BLE Keyboard Exemple not work on ESP32? #7503
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2025-01-23 by @gfwilliams Hi - yes, I'm afraid ESP32 doesn't support HID over Bluetooth - that's something that's only in the nRF52-based devices like we use in many of the official Espruino boards Posted at 2025-01-23 by yet1dev oh, it is very sad, but thanks. Your answer helps: That not is my blame. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2025-01-23 by yet1dev
I am trying make a keyboard, but the exemple here, to test without a button i add
setInterval(()=> { kb.tap(kb.KEY.A); }, 1000);
, but its not working because i have 3 problemsThis have some solution???
Beta Was this translation helpful? Give feedback.
All reactions