espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.53k stars 7.26k forks source link

Add a example of hid keyboard (IDFGH-6770) #8398

Closed FanhuaCloud closed 2 years ago

FanhuaCloud commented 2 years ago

Is your feature request related to a problem? Please describe.

No.

Describe the solution you'd like https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_hid_device When I use the esp_hid_device example, I found that there is only a mouse demo, I hope the official can add a keyboard demo

leeebo commented 4 months ago

@FanhuaCloud There is a nice keyboard example in https://github.com/espressif/esp-iot-solution/tree/master/examples/keyboard, which support both USB HID and BLE HID and RGB features