Search found 154 matches

by esp-at
Fri Aug 26, 2022 2:30 am
Forum: ESP-AT 中文讨论版
Topic: AT+CWJAP_CUR FAIL問題
Replies: 1
Views: 2744

Re: AT+CWJAP_CUR FAIL問題

可以考虑使用 RTOS-AT 的 AT 固件看看~
https://docs.espressif.com/projects/esp ... aries.html

否则,你可以自己调试 LwIP 里的 dhcp,看看为什么没有获取到 IP 地址,有可能是某些 DHCP options 没有开导致。
https://github.com/espressif/ESP8266_NO ... party/lwip
by esp-at
Fri Aug 19, 2022 5:35 am
Forum: ESP-AT
Topic: Cannot establish MQTT Connection
Replies: 4
Views: 4943

Re: Cannot establish MQTT Connection

Hi, which scheme do you config in your AT+MQTTUSERCFG command. As the doc said here: https://docs.espressif.com/projects/esp-at/en/release-v2.2.0.0_esp8266/AT_Command_Set/MQTT_AT_Commands.html#at-mqttusercfg-set-mqtt-user-configuration <scheme>: MQTT over TLS is not supported due to memory limit on ...
by esp-at
Fri Aug 19, 2022 5:29 am
Forum: ESP-AT 中文讨论版
Topic: 关于如何将ESP-AT的AT串口通信改为DMA方式
Replies: 3
Views: 4466

Re: 关于如何将ESP-AT的AT串口通信改为DMA方式

ESP-AT 当前还不支持这样玩哎。
不过你可以试试 SDIO 方式,下面也是 DMA。参考:https://docs.espressif.com/projects/esp ... guide.html
by esp-at
Fri Aug 19, 2022 3:43 am
Forum: ESP-AT 中文讨论版
Topic: esp - idf 能否 和AT command 一併使用?
Replies: 1
Views: 2514

Re: esp - idf 能否 和AT command 一併使用?

STM32 发送 AT+RST 命令后。
一方面,如果 ESP32 设置了开机重连(AT+CWRECONNCFG 和 AT+CWAUTOCONN) Wi-Fi,则 ESP32 重启后,会主动上报 WIFI CONNECTED 和 GOT IP,或者 WIFI DISCONNECT。
另一方面,STM32 也可以发送 AT+CWSTATE 命令来查询 Wi-Fi 状态,发送 AT+CIPSTATE 命令来查询 TCP/UDP/SSL 连接状态。

可以 STM32 测来主导 ESP32 行为。
by esp-at
Fri Aug 12, 2022 3:47 am
Forum: ESP-AT
Topic: ESP32-S2-MINI-1 AP assign the same ip address to different clients
Replies: 5
Views: 4925

Re: ESP32-S2-MINI-1 AP assign the same ip address to different clients

Sorry that esp-at does not have a release plan for ESP32-S2, support policy: https://github.com/espressif/esp-at/tree/79c5e9c42af1242f1f5924e01fde8f2466d8c696#esp-at-support-policy-for-esp-chip-series About the same ip address issue, you can enable the debug log and Wi-Fi logs at menuconfig, and set...
by esp-at
Fri Aug 12, 2022 3:33 am
Forum: ESP-AT
Topic: Is It possible to modify an AT command? CIPSEND
Replies: 3
Views: 3147

Re: Is It possible to modify an AT command? CIPSEND

it seems you are using the deprecated NONOS-AT, you can refer to https://github.com/espressif/ESP8266_NONOS_SDK/blob/master/examples/at/user/user_main.c#L147, and define your CIPSEND command. This might be a little bit difficult for beginners. Or consider to use ESP32-C2, ESP32-C3, ESP32 chip, which...
by esp-at
Fri Aug 12, 2022 3:17 am
Forum: ESP-AT 中文讨论版
Topic: 关于如何将ESP-AT的AT串口通信改为DMA方式
Replies: 3
Views: 4466

Re: 关于如何将ESP-AT的AT串口通信改为DMA方式

可否详细描述下?ESP32 端 AT 串口接收改为 DMA 方式,是什么意思呢?怎么 AT 的接收,可以减小 MCU 端负荷呢?
by esp-at
Tue Aug 02, 2022 2:19 am
Forum: ESP-AT
Topic: Binary build 2.4 for C3?
Replies: 1
Views: 2298

Re: Binary build 2.4 for C3?

just drag web page down, you should see it.
by esp-at
Mon Aug 01, 2022 1:55 am
Forum: ESP-AT 中文讨论版
Topic: 编译AT 失败
Replies: 1
Views: 2048

Re: 编译AT 失败

https://www.esp32.com/viewtopic.php?f=3 ... 67cb3b686c 类似,请按照文档,安装 ESP-IDF CMD 4.3 的环境,不是 4.4 的。