Page 1 of 1

ESP32-C6 missing BLEHID AT commands

Posted: Fri Aug 23, 2024 10:47 pm
by monty123
I was looking forward to porting my ESP32-C3 at commands to ESP32-C6 and realized that BLEHID commands are not available in ESP-AT version 4.0.0. Is there a reason for this? will it eventually be supported?

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.

Re: ESP32-C6 missing BLEHID AT commands

Posted: Thu Sep 05, 2024 7:49 am
by ESP_Sun
The ESP32C6 AT currently does not support BLE HID commands. If you need to use BLE HID commands, it is recommended to consider using ESP32 AT or ESP32C3 AT. I hope this information is helpful to you.