liqigan 2078dfe293 1. update esp_hid component to use esp HID API пре 4 година
..
main 2078dfe293 1. update esp_hid component to use esp HID API пре 4 година
CMakeLists.txt 406d9d20a3 Update HID examples to comply with the new requirements пре 5 година
Makefile 25281ef4de Add HID Support to IDF пре 5 година
README.md 2078dfe293 1. update esp_hid component to use esp HID API пре 4 година
sdkconfig.defaults 2078dfe293 1. update esp_hid component to use esp HID API пре 4 година
sdkconfig.defaults.esp32c3 2078dfe293 1. update esp_hid component to use esp HID API пре 4 година
sdkconfig.defaults.esp32s3 2078dfe293 1. update esp_hid component to use esp HID API пре 4 година

README.md

Supported Targets ESP32

ESP-IDF BT/BLE HID Host Demo

This demo use APIs which esp_hid component provided to create a Bluetooth dual mode hid host. After the program is started, the HID host will scan the surrounding Bluetooth HID device, and try to connect to the last device which has been scanned. When the connection is successfully established, the HID host will dump the HID device information, and can receive the data sent by the HID device.