Search found 2 matches

by chal7401
Wed Apr 14, 2021 8:02 pm
Forum: General Discussion
Topic: ESP32-S2 Deep sleep Power consumption
Replies: 1
Views: 2266

Re: ESP32-S2 Deep sleep Power consumption

Ok so it seems like is beacuse of the EXT0 wake up source, Am I not configuring it properly or does it always consume more by using EXT0? I'm using esp_deep_sleep(120000000); for going into deep sleep, the debugging log dumps all of the RTC domains On when going into deep sleep, but it also show tha...
by chal7401
Tue Apr 13, 2021 5:12 pm
Forum: General Discussion
Topic: ESP32-S2 Deep sleep Power consumption
Replies: 1
Views: 2266

ESP32-S2 Deep sleep Power consumption

Hi, Firts post here I'm making a program for the ESP32-S2 on ESP-IDF that takes a measurement, reports it and goes to sleep, the datasheet says the module should consume around 25 uA when using RTC_Memory an I get that when I just write a code that puts the module to sleep, but when a flash the prog...