Search found 2 matches

by LeiaOrgana
Sat Jan 13, 2024 8:01 am
Forum: Hardware
Topic: Which ESP32 should I choose
Replies: 1
Views: 12435

Re: Which ESP32 should I choose

Hi, have you found answers?
I may help you if you need more help.
by LeiaOrgana
Fri Dec 22, 2023 3:59 pm
Forum: ESP32 Arduino
Topic: ESP32 sleep - other periferals also sleep
Replies: 1
Views: 2174

ESP32 sleep - other periferals also sleep

Hi, thanks for membership

I have an ESP32 WROOM that goes to sleep whit a timer, that works well:

// ENABLE SLEEP TIMER AND GO TO SLEEP
esp_sleep_enable_timer_wakeup(sleepTimeSec * 1000000); // Convert seconds to microseconds
esp_deep_sleep_start();

Q:
My question is do ESP32 deep_sleep ...

Go to advanced search