Search found 6 matches

by Vasili97
Wed Sep 11, 2019 11:02 am
Forum: ESP-IDF
Topic: deepsleep reed wifi
Replies: 0
Views: 1766

deepsleep reed wifi

Hello, I want to program my esp to wakeup from deepsleep by open reed switch and sending a message via wifi and then enter deepsleep again. i dont get the commands: esp_sleep_enable_ext0_wakeup(13, 1); esp_deep_sleep_start(); In which part of code it has to be, own function or in app_main and what h...
by Vasili97
Thu Aug 22, 2019 12:31 pm
Forum: ESP-IDF
Topic: idf.py: command not found on hello_world example
Replies: 0
Views: 6085

idf.py: command not found on hello_world example

Im trying to get started with esp-idf and follow the instructions out of https://docs.espressif.com/projects/esp-idf/en/stable/get-started/ on Ubuntu 18.04. I stuck at 2 points: first point: The toolchain will be extracted into ~/esp/xtensa-esp32-elf/ directory. To use it, you will need to update yo...
by Vasili97
Sun Aug 18, 2019 11:50 am
Forum: ESP-IDF
Topic: project.mk not a directory
Replies: 8
Views: 11985

Re: project.mk not a directory

ESP_Sprite wrote: There's more than just that statement that uses the IDF_PATH environment variable. Just set it and you should be good.
Which statements i have to set to make it working?
by Vasili97
Thu Aug 15, 2019 12:01 pm
Forum: ESP-IDF
Topic: project.mk not a directory
Replies: 8
Views: 11985

Re: project.mk not a directory

ESP_Sprite wrote:Is your IDF_PATH set?
How I said i tried other versions of include, without IDF_PATH and they didnt work too.
by Vasili97
Thu Aug 15, 2019 10:28 am
Forum: ESP-IDF
Topic: project.mk not a directory
Replies: 8
Views: 11985

Re: project.mk not a directory

I dont know, but i tried, how i said earlier other versions without $(IDF_PATH).
by Vasili97
Thu Aug 15, 2019 9:10 am
Forum: ESP-IDF
Topic: project.mk not a directory
Replies: 8
Views: 11985

project.mk not a directory

Hello, i want to program my esp32 and tried to run the esp-idf, till make menuconfig everything succeed. the commands i used are this: mkdir -p ~/esp cd esp tar -xzf ~/Downloads/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin git clone --recu...