ESP32 Poweroption 80Mhz,160Mhz,240Mhz

For general Flowcode discussion that does not belong in the other sections.
Xbiotec
Posts: 216
http://meble-kuchenne.info.pl
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 35 times
Been thanked: 26 times

Re: ESP32 Poweroption 80Mhz,160Mhz,240Mhz

Post by Xbiotec »

We made a board with
ESP32-U4WDH , 2 cores, which I recommends
We used a Low consumption LDO
Others iC powered on the board.
...

First we disabled all peripheral we do not need .
In menuconfig and in C-Code because sometime need some peripheral.
Disable 8Mhz internal clock.
Disable everything and let only RTC active.

Wake up every 20 seconds, read ADC or wake up by input on etc pin, depends of the scenario, then go hibernation mode (not easy to setup). But working well with a very low consumption

We achieve 12uA all included :D
Seb

Post Reply