Search found 177 matches

by esp-at
Mon May 15, 2023 3:14 am
Forum: ESP-AT 中文讨论版
Topic: ESP32-WROOM-32不断打印invalid header错误信息
Replies: 3
Views: 6552

Re: ESP32-WROOM-32不断打印invalid header错误信息

ESP-AT 发布的固件不支持 ESP32-S3 系列芯片,关于支持策略,请参考:
https://github.com/espressif/esp-at#esp ... 6%E7%95%A5
by esp-at
Mon May 15, 2023 3:11 am
Forum: ESP-AT 中文讨论版
Topic: ESP8266 STA+AP模式下 丢包问题 是否存在如何解决?
Replies: 1
Views: 3098

Re: ESP8266 STA+AP模式下 丢包问题 是否存在如何解决?

请提供详细的命令口的日志,log 口的日志,以及抓包。
by esp-at
Mon Apr 17, 2023 12:11 pm
Forum: ESP-AT
Topic: "ESP32-C3-WROOM-02" module no response to AT commands
Replies: 3
Views: 2921

Re: "ESP32-C3-WROOM-02" module no response to AT commands

Here is the hardware connection layout, could you please take a look. https://docs.espressif.com/projects/esp-at/en/latest/esp32c3/Get_Started/Hardware_connection.html if the issue still exists, please provide the logs of UART0 and UART1, and the hardware connection layout of yours, and the steps yo...
by esp-at
Fri Mar 24, 2023 11:47 am
Forum: ESP-AT
Topic: "How to Generate PKI Files" Query
Replies: 1
Views: 3243

Re: "How to Generate PKI Files" Query

you are right if you use the previous esp-at version (not the master branch). The latest esp-at version (master branch) branch has adopted a new nvs storage method, replacing the previous partition storage method. I will start writing a detailed document and script in April to introduce the new conf...
by esp-at
Fri Mar 24, 2023 11:26 am
Forum: ESP-AT 中文讨论版
Topic: ESP-AT固件提示modem sleep is disable, can't init bt stack
Replies: 4
Views: 4756

Re: ESP-AT固件提示modem sleep is disable, can't init bt stack

这是个好问题。
当前 AT 工程里,需要开启对 Wi-Fi 功能的支持,即使能 AT wifi command support,才能跑蓝牙的功能。

后续会考虑支持在 Wi-Fi 禁用的情况下,支持单 BLE 的情况。

~
by esp-at
Fri Mar 24, 2023 8:43 am
Forum: ESP-AT
Topic: Working with Ethernet & WiFi at the same time
Replies: 1
Views: 2786

Re: Working with Ethernet & WiFi at the same time

Hello Ethan90, 1. Yes, you can use both Ethernet netif and Wi-Fi netif to connect to the ESP32 TCP server at the same time, similar to running a TCP server on a Linux system. 2. Connections coming from different netifs (Ethernet or Wi-Fi) will have different connection IDs output by the AT command t...
by esp-at
Fri Mar 24, 2023 6:55 am
Forum: ESP-AT
Topic: Compiling ESP-AT with Visual Studio Code
Replies: 1
Views: 2805

Re: Compiling ESP-AT with Visual Studio Code

I'm sorry, we currently have no plans to support ESP-AT project compilation in an IDE.

Please refer to https://docs.espressif.com/projects/esp ... le_it.html, Compile your ESP-AT project.

~
by esp-at
Fri Mar 24, 2023 6:50 am
Forum: ESP-AT
Topic: compiling esp-at under esp-ide (Eclipse)
Replies: 1
Views: 2808

Re: compiling esp-at under esp-ide (Eclipse)

sorry that we don't have a plan developing the project in an IDE.
by esp-at
Fri Mar 24, 2023 6:45 am
Forum: ESP-AT
Topic: ESP-AT Bin for ESP32-C6
Replies: 7
Views: 8831

Re: ESP-AT Bin for ESP32-C6

Hello UBTTOM, 1. you can develop your ESP32-C6 project based on latest ESP-IDF master branch (https://github.com/espressif/esp-idf. Most of features are ready for you, you could refer to https://github.com/espressif/esp-idf/issues/10423 and https://docs.espressif.com/projects/esp-idf/en/latest/esp32...
by esp-at
Fri Mar 24, 2023 6:35 am
Forum: ESP-AT
Topic: ESP-AT Unable to Generate at_customize.bin
Replies: 1
Views: 1912

Re: ESP-AT Unable to Generate at_customize.bin

1. If you don't modify anything, can ESP-AT compile successfully? 2. For certificate modification, you only need to replace the corresponding file content in the esp-at/components/customized_partitions/raw_data directory. No need to modify any scripts such as mqtt_ca.py, mqtt_cert.py, and mqtt_key.p...