Search found 6 matches
- Wed Sep 11, 2019 11:02 am
- Forum: ESP-IDF
- Topic: deepsleep reed wifi
- Replies: 0
- Views: 2054
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...
- Thu Aug 22, 2019 12:31 pm
- Forum: ESP-IDF
- Topic: idf.py: command not found on hello_world example
- Replies: 1
- Views: 6954
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...
- Sun Aug 18, 2019 11:50 am
- Forum: ESP-IDF
- Topic: project.mk not a directory
- Replies: 8
- Views: 13882
Re: project.mk not a directory
Which statements i have to set to make it working?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.
- Thu Aug 15, 2019 12:01 pm
- Forum: ESP-IDF
- Topic: project.mk not a directory
- Replies: 8
- Views: 13882
Re: project.mk not a directory
How I said i tried other versions of include, without IDF_PATH and they didnt work too.ESP_Sprite wrote:Is your IDF_PATH set?
- Thu Aug 15, 2019 10:28 am
- Forum: ESP-IDF
- Topic: project.mk not a directory
- Replies: 8
- Views: 13882
Re: project.mk not a directory
I dont know, but i tried, how i said earlier other versions without $(IDF_PATH).
- Thu Aug 15, 2019 9:10 am
- Forum: ESP-IDF
- Topic: project.mk not a directory
- Replies: 8
- Views: 13882
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...