Search found 106 matches

by ESP_Alson
Thu Dec 30, 2021 7:26 am
Forum: ESP-AT
Topic: AT+BLEINIT=2 ERROR
Replies: 2
Views: 14526

Re: AT+BLEINIT=2 ERROR

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.
by ESP_Alson
Thu Dec 30, 2021 7:19 am
Forum: ESP-AT
Topic: Howto modify AT commands to overcome a security issue?
Replies: 4
Views: 17588

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.
by ESP_Alson
Thu Dec 30, 2021 7:14 am
Forum: ESP-AT
Topic: Question on command AT + MQTTUSERCFG
Replies: 2
Views: 13280

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...
by ESP_Alson
Thu Dec 30, 2021 7:10 am
Forum: ESP-AT
Topic: Problem receiving commands via Bluetooth Classic SPP
Replies: 3
Views: 14290

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...
by ESP_Alson
Thu Dec 30, 2021 7:05 am
Forum: ESP-AT
Topic: NimBLE compile errors
Replies: 1
Views: 10802

Re: NimBLE compile errors

Sorry, ESP-AT current support for nimble is not very friendly.
by ESP_Alson
Thu Dec 30, 2021 7:02 am
Forum: ESP-AT
Topic: Migrating from SiLabs/BlueGiga BGAPI - Questions on AT firmware
Replies: 5
Views: 20695

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.
by ESP_Alson
Thu Dec 30, 2021 6:56 am
Forum: ESP-AT
Topic: Can't compile AT firmware
Replies: 3
Views: 15219

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.
by ESP_Alson
Thu Dec 30, 2021 6:46 am
Forum: ESP-AT
Topic: AT Firmware and ETH-WIFI-Bridge
Replies: 1
Views: 6835

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.