esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device
2021-12-08 10:59:06 +08:00
..
main components/bt: Update licenses 2021-12-08 10:59:06 +08:00
CMakeLists.txt 1. transparent HID device 2021-09-07 16:59:30 +08:00
README.md 1. transparent HID device 2021-09-07 16:59:30 +08:00
sdkconfig.defaults 1. transparent HID device 2021-09-07 16:59:30 +08:00

Supported Targets ESP32

ESP-IDF HID Device over Bluetooth Classic Demo

Demo of HID Device over Bluetooth Classic.

This turns the device into a mouse, but can be altered to be any kind of HID device.

After loading the code, connect with a computer to a device broadcasting as "HID Mouse Example". The mouse should move left and right while they are connected.