esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device
Darian Leung 57fd78f5ba freertos: Remove legacy data types
This commit removes the usage of all legacy FreeRTOS data types that
are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can
still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
2022-02-09 23:05:45 +08:00
..
main freertos: Remove legacy data types 2022-02-09 23:05:45 +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.