esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device
2021-11-11 15:32:36 +01:00
..
main Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01: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.