https://github.com/bjoernq/esp32c3-ble-hid
Experiment to simulate a BLE HID keyboard on ESP32-C3 bare-metal
https://github.com/bjoernq/esp32c3-ble-hid
Last synced: over 1 year ago
JSON representation
Experiment to simulate a BLE HID keyboard on ESP32-C3 bare-metal
- Host: GitHub
- URL: https://github.com/bjoernq/esp32c3-ble-hid
- Owner: bjoernQ
- License: apache-2.0
- Created: 2023-12-15T09:39:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T10:14:14.000Z (over 2 years ago)
- Last Synced: 2025-04-22T14:14:50.093Z (over 1 year ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
## ESP32-C3 BLE HID Keyboard
Example/experiment using bare-metal Rust to simulate a BLE HID keyboard on ESP32-C3.
Tested on Android and Windows 11.
When paired, pressing the boot button should enter 'esp32'.
Currently the LTK isn't persisted - when you reboot the ESP32-C3 it won't be paired anymore.