Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finger563/esp-hid-device
https://github.com/finger563/esp-hid-device
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/finger563/esp-hid-device
- Owner: finger563
- License: mit
- Created: 2022-12-08T14:10:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T17:43:10.000Z (over 1 year ago)
- Last Synced: 2024-12-11T18:25:22.952Z (about 1 month ago)
- Language: C++
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp-hid-device
Simple test for a BLE HID Device to send input reports and measure latency (how
long the input report takes to send, be received, and for the receiver to toggle
a pin connected back to this device / sending board).## Videos
### Sending input report (size = 2B)
NOTE: Receiver is top window, sender is bottom windowhttps://user-images.githubusercontent.com/213467/206505413-78ade628-ae2e-4f3d-8b6c-05b6673ec763.mp4
### Sending input report (size = 20B)
NOTE: Receiver is top window, sender is bottom windowhttps://user-images.githubusercontent.com/213467/206505448-c10c6750-ec82-46f1-8efe-8c1f2774aa75.mp4
## Related
* [ESP-IDF Bluetooth API](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/bluetooth/index.html)
* [ESP-IDF BT/BLE HID Device Example](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_hid_device)
* [ESP BLE Gamepad](https://github.com/lemmingDev/ESP32-BLE-Gamepad)
* [ESP HID Host](https://github.com/finger563/esp-hid-host)