Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
---|
A bluetooth media remote to be used with one button Patterns of button presses to implement audio controls.
Code combines bluetooth HID stuff from
$IDF_PATH/examples/bluetooth/esp_hid_device
and the button handling approach from
$IDF_PATH/examples/peripherals/gpio/matrix_keyboard
idf.py set-target esp32
idf.py build
idf.py -p <port> flash