An open API service indexing awesome lists of open source software.

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

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.