esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device
2022-04-11 02:50:50 +00:00
..
main examples/bluetooth/bt_hid_mouse_device: fixed code format, added more comments to improve code readability 2022-04-11 02:50:50 +00: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.