Page 1 of 1

Not able to enable BLE using AT commands

Posted: Thu Nov 17, 2022 8:54 pm
by kpasu3498
Hello,
I am trying to enable BLE using AT commands, but I am getting an error as the command does not exist.
I have flashed AT commands binaries and the WiFi AT commands are working properly.

Is there a different binary file I need to flash for BLE or any other commands I need to use before using BLE AT commands?
Note: I am using ESP32 C3

Re: Not able to enable BLE using AT commands

Posted: Fri Nov 18, 2022 2:12 am
by ESP_Sun
kpasu3498 wrote:
Thu Nov 17, 2022 8:54 pm
Hello,
I am trying to enable BLE using AT commands, but I am getting an error as the command does not exist.
I have flashed AT commands binaries and the WiFi AT commands are working properly.

Is there a different binary file I need to flash for BLE or any other commands I need to use before using BLE AT commands?
Note: I am using ESP32 C3
Maybe you can take a look at AT's release note( https://github.com/espressif/esp-at/releases/ ), AT BLE related commands are supported on the ESP32C3 platform from v2.3.0.0, so you can use the latest v2.4.2.0 version to verify AT BLE commands. Download the link: https://docs.espressif.com/projects/esp ... aries.html