Search found 200 matches
- Wed Nov 06, 2024 3:25 am
- Forum: ESP-AT
- Topic: AWS IoT ExpressLink at return err
- Replies: 1
- Views: 666
Re: AWS IoT ExpressLink at return err
may i know which firmware you are using
- Wed Nov 06, 2024 3:20 am
- Forum: ESP-AT
- Topic: ESP-WROOM-32 does not respond
- Replies: 2
- Views: 1118
Re: ESP-WROOM-32 does not respond
It appears that the UART transmission from the ESP32 to the MCU is functioning well, but the transmission from the MCU to the ESP32 is not. Could you please check the following two items? 1. AT+GMR commands end with a new-line (CR-LF). (it should be two bytes, 0x0D 0x0A in ASCII, `\r\n` in MCU code)...
- Wed Nov 06, 2024 2:44 am
- Forum: ESP-AT
- Topic: ESP-AT cmake error
- Replies: 4
- Views: 847
Re: ESP-AT cmake error
Hello, the logs you provided are enough, it is a known issue and has already get fixed two month ago. please git pull the latest code on your branch and give it a try. - fixed commit on master: https://jihulab.com/esp-mirror/espressif/esp-at/-/commit/2c99610d3859dba954f7bfa35ba5eb23f03d1314 - fixed ...
- Wed Nov 06, 2024 2:09 am
- Forum: ESP-AT
- Topic: Problems sending data with AT+CIPSENDL
- Replies: 5
- Views: 1324
Re: Problems sending data with AT+CIPSENDL
hi, from the logs you provided, it seems that PC has already received this data (data len=100), you can see this log: 1) ESP32 tcp tx: @@tcp-tx: IPL:169, S:2503821884, A:708091599, SP:52705, DP:2525, F:0x18, TDL:129 2) PC tcp rx: @@tcp-rx: IPL:40, S:708091599, A:2503822013, SP:2525, DP:52705, F:0x10...
- Tue Nov 05, 2024 9:24 am
- Forum: ESP-AT
- Topic: ESP-AT cmake error
- Replies: 4
- Views: 847
Re: ESP-AT cmake error
could you please provide the full logs, includes `python build.py install ` outputs, i would like to take a look.
- Tue Oct 29, 2024 9:37 am
- Forum: ESP-AT
- Topic: Problems sending data with AT+CIPSENDL
- Replies: 5
- Views: 1324
Re: Problems sending data with AT+CIPSENDL
Hi, could you please compile the AT firmware in your PC and see what happen from AT log port (GPIO1). Use latest master branch and enable more logs to see what happened: Compile guide: https://docs.espressif.com/projects/esp-at/en/latest/esp32/Compile_and_Develop/How_to_clone_project_and_compile_it....
- Tue Oct 29, 2024 9:00 am
- Forum: ESP-AT
- Topic: AT commands on DevKit v1
- Replies: 1
- Views: 1315
Re: AT commands on DevKit v1
Hi, could you please compile the AT firmware in your PC and see what happen from AT log port (GPIO1). Use latest master branch and enable more logs to see what happened: Compile guide: https://docs.espressif.com/projects/esp-at/en/latest/esp32/Compile_and_Develop/How_to_clone_project_and_compile_it....
- Tue Oct 29, 2024 8:44 am
- Forum: ESP-AT 中文讨论版
- Topic: esp32-wroom-32ue at指令问题
- Replies: 1
- Views: 1546
Re: esp32-wroom-32ue at指令问题
有使用流控么,把截图里左下角的 RTS 和 DTR 关闭试试。
- Mon Oct 14, 2024 3:50 am
- Forum: ESP-AT
- Topic: Call AT command from self-defined AT Command
- Replies: 4
- Views: 3775
Re: Call AT command from self-defined AT Command
good to know~
- Sat Oct 12, 2024 3:57 am
- Forum: ESP-AT 中文讨论版
- Topic: AT+CIPSEND指令 返回参数的符号“”>“”要发完数据后才出现
- Replies: 3
- Views: 3538
Re: AT+CIPSEND指令 返回参数的符号“”>“”要发完数据后才出现
比较奇怪。你打开 debug 日志,看看发生了什么呢。
python build.py menuconfig -> Component config -> Log output -> Default log verbosity -> Info
python build.py menuconfig -> Component config -> AT -> Enable ESP-AT Debug -> Enable Network Debug
python build.py menuconfig -> Component config -> Log output -> Default log verbosity -> Info
python build.py menuconfig -> Component config -> AT -> Enable ESP-AT Debug -> Enable Network Debug