Search found 5 matches

by gpalmia
Mon Oct 12, 2020 5:52 pm
Forum: ESP-IDF
Topic: python 2.7 vs python 3
Replies: 3
Views: 3462

Re: python 2.7 vs python 3

It work!
Thanks you ESP_Roland!
I folowed suggestions of this page (https://linuxconfig.org/how-to-change-f ... bian-linux) and now all work fine...
by gpalmia
Mon Oct 12, 2020 4:23 pm
Forum: ESP-IDF
Topic: python 2.7 vs python 3
Replies: 3
Views: 3462

Re: python 2.7 vs python 3

Thank you ESP_Roland
The python version returned to the command 'python --version' is 2.7.16 while if I execute 'python3 --version' the command returns 3.7.3.
Which argument should I use for the command you suggest (update-alternative <argument>)?
Thank you very much for the answer
by gpalmia
Mon Oct 12, 2020 2:39 pm
Forum: ESP-IDF
Topic: python 2.7 vs python 3
Replies: 3
Views: 3462

python 2.7 vs python 3

I followed the instructions on the web page https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html for the installation of ESP-IDF I use raspberryPi with raspbian (python 3 is pre-installed) but it seems that esp-idf can't see Python 3 ... It sees Python 2.7 and informs t...
by gpalmia
Wed Jul 24, 2019 6:39 pm
Forum: ESP32 Arduino
Topic: Deep Sleep
Replies: 2
Views: 4252

Re: Deep Sleep

Seems to work fine now.
Thank you very much lbernstone.
:D
by gpalmia
Tue Jul 23, 2019 10:24 am
Forum: ESP32 Arduino
Topic: Deep Sleep
Replies: 2
Views: 4252

Deep Sleep

Hi all,
is there a time limit for the method esp_sleep_enable_timer_wakeup(uS)?
I tried with one hour interval but seems no working...
Thank you for the answer.