Search found 25 matches

by ESP_XCGuang
Fri Jun 11, 2021 12:00 pm
Forum: ESP-AT 中文讨论版
Topic: ESP32-S3 AT 后续会支持哪些接口?
Replies: 1
Views: 4446

Re: ESP32-S3 AT 后续会支持哪些接口?

暂时没有计划支持 ESP32-S series,可以考虑 ESP32-C3;ESP32-C3 AT 很快就会支持 SPI
by ESP_XCGuang
Wed Apr 22, 2020 3:34 am
Forum: Showcase
Topic: [Info] Using Raspberry Pi as a development environment
Replies: 19
Views: 71516

Re: [Info] Using Raspberry Pi as a development environment

Hi, Please refer to https://github.com/espressif/esp-at/blob/master/docs/ESP_AT_Get_Started.md After cloing esp-at project, please unset IDF_PATH, and remove the esp-idf directory in esp-at project. When you run "make" or "make defconfig" command, ESP-IDF will be cloned automatically into esp-at/esp...
by ESP_XCGuang
Mon Apr 13, 2020 2:12 am
Forum: ESP-IDF
Topic: esp-at compiling problems
Replies: 2
Views: 5152

Re: esp-at compiling problems

Please compile the project referring to https://github.com/espressif/esp-at/blo ... Started.md. And it needs a esp-idf project with git information.

Please DO NOT set IDF_PATH, it will clone esp-idf automatically when compiling.

Same as https://esp32.com/viewtopic.php?f=13&p=58120#p58120
by ESP_XCGuang
Mon Apr 13, 2020 2:11 am
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 20308

Re: AT command for light-sleep

You need to compile the latest master branch by yourself, and please refer to https://github.com/espressif/esp-at/blo ... cmd-SYSRAM and https://github.com/espressif/esp-at/blo ... #cmd-WKCFG
by ESP_XCGuang
Mon Apr 13, 2020 2:05 am
Forum: ESP-IDF
Topic: ESP AT
Replies: 3
Views: 7281

Re: ESP AT

Please compile the project referring to https://github.com/espressif/esp-at/blo ... Started.md. And it needs a esp-idf project with git information.

Please DO NOT set IDF_PATH, it will clone esp-idf automatically when compiling.
by ESP_XCGuang
Wed Apr 08, 2020 12:40 pm
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 20308

Re: AT command for light-sleep

Which version of cmake do you use? Mine is cmake --version cmake version 3.16.3 CMake suite maintained and supported by Kitware (kitware.com/cmake). And can you run sed command in your PC? Please provide all log, maybe the following command fail execute_process(COMMAND sed -n /commit:/p ${ESP_AT_MOD...
by ESP_XCGuang
Wed Apr 08, 2020 3:44 am
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 20308

Re: AT command for light-sleep

Did you change any files in project? Which commit of the project do you use?
by ESP_XCGuang
Wed Feb 26, 2020 3:34 am
Forum: General Discussion
Topic: Receive multicast packets with AT + CIPSTART
Replies: 4
Views: 6406

Re: Receive multicast packets with AT + CIPSTART

Hi akarg96,
thanks for your feedback, we will sync at GitHub ASAP, if you have any question about esp-at, you can report it at https://github.com/espressif/esp-at/issues
by ESP_XCGuang
Mon Feb 24, 2020 11:00 am
Forum: General Discussion
Topic: Receive multicast packets with AT + CIPSTART
Replies: 4
Views: 6406

Re: Receive multicast packets with AT + CIPSTART

Please try it again using the attachment