What is the standard power consumption when RF disabled ? Can it be reduced ?
Posted: Wed Dec 09, 2020 10:04 pm
Hello,
I am using a ESP32-S2-WROOM (based off ESP32-S2) and I am measuring a 60 mA current drained by the ESP32-S2-WROOM when the module is awake running with RF disabled (Wifi not initialized). Basically that is what the module consumes when I am doing very basic stuff, such as reading GPIO, or even just sitting there waiting and doing nothing in a loop.
So where is this 60 mA going, is it all to the CPU ? Can it be reduced somehow ?
The datasheets state different values in various states:
- Active (RF working) : between 68 and 190 mA average
- Modem-sleep : between 14 and 22 mA
- Light-sleep : 550 uA
- Deep sleep : 20 to 235 uA depending on config
Now I'm not sure what state the device is in when RF is disabled. I would like to achieve ranges in the Modem-sleep current consumption if possible, but its not clear in which condition we can get into this state or if this is a state where the module is running or in pause.
Any advice ?
I am using a ESP32-S2-WROOM (based off ESP32-S2) and I am measuring a 60 mA current drained by the ESP32-S2-WROOM when the module is awake running with RF disabled (Wifi not initialized). Basically that is what the module consumes when I am doing very basic stuff, such as reading GPIO, or even just sitting there waiting and doing nothing in a loop.
So where is this 60 mA going, is it all to the CPU ? Can it be reduced somehow ?
The datasheets state different values in various states:
- Active (RF working) : between 68 and 190 mA average
- Modem-sleep : between 14 and 22 mA
- Light-sleep : 550 uA
- Deep sleep : 20 to 235 uA depending on config
Now I'm not sure what state the device is in when RF is disabled. I would like to achieve ranges in the Modem-sleep current consumption if possible, but its not clear in which condition we can get into this state or if this is a state where the module is running or in pause.
Any advice ?