What version of AT do you use?
For ESP32-C3 v2.2.0.0 version, It does not support BLE function. If you want to use BLE functions, you can download ESP32-C3 v2.3.0.0 from https://docs.espressif.com/projects/esp ... aries.html.
Search found 106 matches
- Thu Dec 30, 2021 7:26 am
- Forum: ESP-AT
- Topic: AT+BLEINIT=2 ERROR
- Replies: 2
- Views: 15360
- Thu Dec 30, 2021 7:21 am
- Forum: ESP-AT
- Topic: Starting and using Bluetooth SPP with AT commands
- Replies: 2
- Views: 14923
Re: Starting and using Bluetooth SPP with AT commands
For BLE SPP, you can refer to https://docs.espressif.com/projects/esp ... mples.html
For Classic BT, you can refer to https://docs.espressif.com/projects/esp ... mples.html
For Classic BT, you can refer to https://docs.espressif.com/projects/esp ... mples.html
- Thu Dec 30, 2021 7:19 am
- Forum: ESP-AT
- Topic: Howto modify AT commands to overcome a security issue?
- Replies: 4
- Views: 18897
Re: Howto modify AT commands to overcome a security issue?
AT version:1.2. 0.0 is too old!
Here I recommend that you use the latest AT version v2.2.1.0 for ESP8266 series. You can download firmware from https://github.com/espressif/esp-at/rel ... .0_esp8266.
Here I recommend that you use the latest AT version v2.2.1.0 for ESP8266 series. You can download firmware from https://github.com/espressif/esp-at/rel ... .0_esp8266.
- Thu Dec 30, 2021 7:14 am
- Forum: ESP-AT
- Topic: Question on command AT + MQTTUSERCFG
- Replies: 2
- Views: 14350
Re: Question on command AT + MQTTUSERCFG
For MQTT examples, you can refer to https://docs.espressif.com/projects/esp-at/en/latest/AT_Command_Examples/MQTT_AT_Examples.html#mqtt-over-tls-with-a-local-mqtt-broker. For PKI files, you can refer to https://docs.espressif.com/projects/esp-at/en/latest/Compile_and_Develop/how_to_generate_pki_file...
- Thu Dec 30, 2021 7:11 am
- Forum: ESP-AT
- Topic: Send JSON using AT+HTTPCLIENT
- Replies: 4
- Views: 14571
- Thu Dec 30, 2021 7:10 am
- Forum: ESP-AT
- Topic: Problem receiving commands via Bluetooth Classic SPP
- Replies: 3
- Views: 15260
Re: Problem receiving commands via Bluetooth Classic SPP
Judging from the version you provided, this is your own compiled version, and it seems that some source files in esp-idf have been modified. My suggestion is you can download AT v2.2.0.0 WROVER-32 from https://docs.espressif.com/projects/esp-at/en/release-v2.2.0.0_esp32/AT_Binary_Lists/ESP32_AT_bina...
- Thu Dec 30, 2021 7:05 am
- Forum: ESP-AT
- Topic: NimBLE compile errors
- Replies: 1
- Views: 11507
Re: NimBLE compile errors
Sorry, ESP-AT current support for nimble is not very friendly.
- Thu Dec 30, 2021 7:02 am
- Forum: ESP-AT
- Topic: Migrating from SiLabs/BlueGiga BGAPI - Questions on AT firmware
- Replies: 5
- Views: 22103
Re: Migrating from SiLabs/BlueGiga BGAPI - Questions on AT firmware
Hello, I don't quite understand what you mean. Could you describe the problem in detail?
For AT communicate over SPI, you can refer to https://docs.espressif.com/projects/esp ... PI_AT.html.
For AT communicate over SPI, you can refer to https://docs.espressif.com/projects/esp ... PI_AT.html.
- Thu Dec 30, 2021 6:56 am
- Forum: ESP-AT
- Topic: Can't compile AT firmware
- Replies: 3
- Views: 16294
Re: Can't compile AT firmware
It is recommended that you execute the git submodule update --init --recursive command in the esp-idf directory in ESP-AT root directory. If it can't be solved, you can post your compilation steps for a look.
- Thu Dec 30, 2021 6:46 am
- Forum: ESP-AT
- Topic: AT Firmware and ETH-WIFI-Bridge
- Replies: 1
- Views: 7582
Re: AT Firmware and ETH-WIFI-Bridge
I don't know what you want to say. Could you describe it clearly ?
Form my point, I guess you want to connect router through a Ethernet, I recommend you to refer to https://docs.espressif.com/projects/esp ... ernet.html first.
Form my point, I guess you want to connect router through a Ethernet, I recommend you to refer to https://docs.espressif.com/projects/esp ... ernet.html first.