Page 1 of 1

Esp32 deep sleep mode current is 10mA. Can that be reduced further.

Posted: Thu May 05, 2022 1:24 pm
by mustaqim
Hi All,
Am using Esp Wroom32 and using Deep_Sleep example code. The chip is consuming 10ma. I want the current consumption to be in the uA range.
Please let me know how the current can be reduced further.
Any help is appreciated

Re: Esp32 deep sleep mode current is 10mA. Can that be reduced further.

Posted: Thu May 05, 2022 2:36 pm
by ESP_igrr
Are you using a bare WROOM-32 module or a development board based on this module? A lot of development boards include additional circuits which aren't powered down in deep sleep, and continue drawing current.
There is a nice article with an overview of some of the boards on the market and some fixes which can be done to reduce current consumption: https://blog.voneicken.com/2018/lp-wifi-esp32-boards/

Re: Esp32 deep sleep mode current is 10mA. Can that be reduced further.

Posted: Fri May 06, 2022 5:22 am
by mustaqim
Thanks for your reply. I am using the dev kit and running the deep sleep example code .
I will try with removing the additional components.