Search found 335 matches

by esp-at
Fri May 15, 2026 11:40 am
Forum: ESP-AT 中文讨论版
Topic: ESP32-C5的AT+SYSROLLBACK不能使用?
Replies: 1
Views: 31

Re: ESP32-C5的AT+SYSROLLBACK不能使用?

你可以禁用压缩 OTA 的方式,这样就能回滚了。因为回滚的前提是,分区表里有两个不同的 AT 固件,例如 a 和 b.
如果采用压缩 OTA 方式,那么 a 就是解压后的 b (或 b 就是解压后的 a),实质是同一个固件,这样的回滚也没有实质的意义。
如果采用非压缩 OTA 方式,a 固件 != b 固件,这样就能彼此之间进行回滚。

禁用压缩 OTA 的方式:
menuconfig > Bootloader config (Custom) > Enable compressed OTA support > 取消勾选

另外需要调整分区表里 ota_0 和 ota_1 分区,使得大小相同 ...
by esp-at
Tue Apr 28, 2026 10:14 am
Forum: ESP-AT
Topic: UART security for CRA
Replies: 1
Views: 48

Re: UART security for CRA

by esp-at
Fri Apr 17, 2026 9:06 am
Forum: ESP-AT 中文讨论版
Topic: 启用PSRAM后AT命令管脚没有输出
Replies: 2
Views: 53

Re: 启用PSRAM后AT命令管脚没有输出

听起来像是管脚冲突了。你可以根据这个文档,将 “AT 接口功能调试” 打开,设置为 Debug,看看具体发生了什么吗。
https://docs.espressif.com/projects/esp ... _logs.html
by esp-at
Tue Apr 07, 2026 9:41 am
Forum: ESP-AT
Topic: Buffering of incoming UDP frames
Replies: 3
Views: 175

Re: Buffering of incoming UDP frames

Hi PhonoESP , thank you for sharing your solution and the detailed explanation. I'm glad you found a workaround that works for you.

Regarding your question about checking the Wi-Fi connection status:
If you are using the AT firmware, you can use the command AT+CWSTATE? to query the connection ...
by esp-at
Tue Apr 07, 2026 7:12 am
Forum: ESP-AT 中文讨论版
Topic: AT+CWJEAP命令没有扫描模式的选项?
Replies: 1
Views: 62

Re: AT+CWJEAP命令没有扫描模式的选项?

该功能近期将会添加,届时将在这里更新状态。

感谢您对乐鑫产品和 AT 方案的关注!
by esp-at
Fri Mar 27, 2026 4:03 am
Forum: ESP-AT
Topic: AT+DRVI2CINIT returns sometimes ERROR
Replies: 1
Views: 122

Re: AT+DRVI2CINIT returns sometimes ERROR

Could you please follow this guide:
https://docs.espressif.com/projects/esp ... _logs.html

Enable AT Interface Function Debugging to see what happened.
by esp-at
Fri Mar 27, 2026 3:54 am
Forum: ESP-AT
Topic: HTTP specific commanfds for ESP-WROOM-02D
Replies: 4
Views: 221

Re: HTTP specific commanfds for ESP-WROOM-02D

@ARG2004
1. Yes, you can change default pin by at.py script:
https://docs.espressif.com/projects/esp ... figuration

2. Pin compatible with ESP32-C2-WROOM-02. But not pin compatible with ESP32-C3-WROOM-02.
by esp-at
Fri Mar 27, 2026 3:49 am
Forum: ESP-AT
Topic: flashing ESP-WROOM-02D-N4
Replies: 3
Views: 276

Re: flashing ESP-WROOM-02D-N4

@ARG2004 , Oh no! You should follow this guide to compile AT firmware, step by step:
https://docs.espressif.com/projects/esp ... le_it.html

please give it a try.
by esp-at
Fri Mar 27, 2026 3:46 am
Forum: ESP-AT
Topic: Can't download image to ESP32-C6-Mini-1-N4 module
Replies: 3
Views: 145

Re: Can't download image to ESP32-C6-Mini-1-N4 module

Good to know~
by esp-at
Fri Mar 27, 2026 3:45 am
Forum: ESP-AT
Topic: Buffering of incoming UDP frames
Replies: 3
Views: 175

Re: Buffering of incoming UDP frames

Hi PhonoESP ,

Thank you for the detailed description. I'd like to help clarify a few points:

1. Could you let me know which ESP-AT firmware version you are using, and which AT commands your application sends? This will help us understand the exact behavior.

2. If you have configured passive ...

Go to advanced search