Search found 31 matches

by Honzik321
Sat Apr 11, 2020 9:47 pm
Forum: General Discussion
Topic: Building ESP AT
Replies: 2
Views: 4160

Building ESP AT

Hello, I fixed the problem with "sed" commands in CMakeLists.txt in esp-at. Next error occured at components/customized_partitions/CMakeLists.txt: CMake Error at components/customized_partitions/CMakeLists.txt:20 (esptool_py_flash_project_args): Unknown CMake command "esptool_py_flash_project_args"....
by Honzik321
Fri Apr 10, 2020 8:26 am
Forum: ESP-IDF
Topic: ESP AT
Replies: 3
Views: 7654

ESP AT

Hello, I'm not able to build ESP AT with ESP IDF latest master version. Which version of ESP IDF is compatible with ESP AT ??? I followed get started from https://github.com/espressif/esp-at/blob/master/docs/ESP_AT_Get_Started.md, tryind old IDF version 3.3 but same problem below occured. I'm using ...
by Honzik321
Thu Apr 09, 2020 11:56 pm
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 21380

Re: AT command for light-sleep

Last update: I reinstalled esp-idf to latest version, cmake version 3.16.4, I use eclipse https://github.com/espressif/idf-eclipse-plugin, idf example projects work, but esp-at still thow these erros. After couple of days I'm still not able to build esp-at and add missing AT command for light-sleep ...
by Honzik321
Thu Apr 09, 2020 10:19 pm
Forum: ESP-IDF
Topic: esp-at compiling problems
Replies: 2
Views: 5404

Re: esp-at compiling problems

Same problem :-(
by Honzik321
Thu Apr 09, 2020 4:41 pm
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 21380

Re: AT command for light-sleep

Hello,

I have tried the ESP32-WROOM-32 AT Bin V2.0 AT+SLEEP commands. The power consumption is always the same for AT+SLEEP=1 and AT+SLEEP=2. Its about 29mA average in station mode connected to AP. Moreover AT+WAKEUPGPIO doesn´t work anymore... so I suppose the AT+SLEEP=1 is not implemented :-(
by Honzik321
Wed Apr 08, 2020 11:31 pm
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 21380

Re: AT command for light-sleep

I have installed idf version 3.3 instead of latest version 4.2, but make menuconfig throw this error: dell@JAN-NB MINGW32 ~/esp/esp-at $ make menuconfig Makefile:29: There is no module_config/module_wroom-32,Using module_config/modul e_esp32_default The following Python requirements are not satisfie...
by Honzik321
Wed Apr 08, 2020 12:59 pm
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 21380

Re: AT command for light-sleep

cmake --version: cmake version 3.13.4 CMake suite maintained and supported by Kitware (kitware.com/cmake). execute_process(COMMAND sed -n /commit:/p ${ESP_AT_MODULE_CONFIG_DIR}/IDF_VERSION: 'execute_process' is not recognized as an internal or external command, operable program or batch file. I can'...
by Honzik321
Wed Apr 08, 2020 8:22 am
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 21380

Re: AT command for light-sleep

Hello I didn't change any file in the project. I use last version of esp-at downloaded by "git clone https://github.com/espressif/esp-at.git" command yesterday. I use esp idf version 4.0. Maybe some incompatibility in make programs, Python etc. ? I followed the link below, the example project "hello...
by Honzik321
Tue Apr 07, 2020 11:31 pm
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 21380

Re: AT command for light-sleep

Hello, I have installed esp-idf and clone https://github.com/espressif/esp-at.git, but I got following error, when run idf.py menuconfig. How to solve this problem ? CMake Error at CMakeLists.txt:78 (if): if given arguments: "NOT" "7934980f360fccb52ccfd496c067d675f987fcc8" "EQUAL" Unknown arguments ...
by Honzik321
Tue Apr 07, 2020 10:47 am
Forum: General Discussion
Topic: AT command for light-sleep
Replies: 17
Views: 21380

Re: AT command for light-sleep

Thank you,
the bin files must be generated ?

I also found ESP32-WROOM-32 AT Bin V2.0 here
https://www.espressif.com/en/products/s ... t/resource

is the AT commands for light sleep included there ?