Missing BLEHID AT commands for ESP32-C6
Posted: Sat Aug 24, 2024 12:30 am
Hi! I was not able to find the Discord server and found the new forum
I am very new to ESP AT commands but was able to somehow have Challenger RP2040 WIFI/BLE to act as a Bluetooth keyboard using BLEHID AT commands. I go the new RP2350 board to upgrade existing setup and realized that ESP32-C6 is missing the BLEHID commands....
Is this a subset of commands that will not be supported on C6? Looks like C3 had it from first release.
I am very new to ESP AT commands but was able to somehow have Challenger RP2040 WIFI/BLE to act as a Bluetooth keyboard using BLEHID AT commands. I go the new RP2350 board to upgrade existing setup and realized that ESP32-C6 is missing the BLEHID commands....
Is this a subset of commands that will not be supported on C6? Looks like C3 had it from first release.
Code: Select all
:esp32 or esp32c3 : - :ref:`AT+BLEHIDINIT <cmd-BLEHIDINIT>`: Bluetooth LE Human Interface Device (HID) profile initialization.
:esp32 or esp32c3 : - :ref:`AT+BLEHIDKB <cmd-BLEHIDKB>`: Send Bluetooth LE HID keyboard information.
:esp32 or esp32c3 : - :ref:`AT+BLEHIDMUS <cmd-BLEHIDMUS>`: Send Bluetooth LE HID mouse information.
:esp32 or esp32c3 : - :ref:`AT+BLEHIDCONSUMER <cmd-BLEHIDC>`: Send Bluetooth LE HID consumer information.