Page 1 of 1

Esp32 power consumption bug

Posted: Fri Sep 13, 2019 8:32 am
by dario.fresu
Hi guys, I would like to know your suggestions on some issues that I have with my esp32 board.

I am using a DOIT kit to develop a low power consumption alarm system powered by a super cap. I was able to significantly drop the current consumption thanks to the ULP and deep-sleep.
Here is my problem, once the device reboots the current consumption is few mA (which is too high), however, if i plug in and out the USB the current consumption drops to normal deep-sleep consumption, around 100 uA (as it should be).
If I don't do the USB trick the current required stays in the mA range.

Do you have any thoughts on what is going on and how to solve it?

Thank you.

Re: Esp32 power consumption bug

Posted: Sat Sep 14, 2019 9:03 am
by WiFive
Have you tried disabling all the UART log output? Maybe it is waking up the USB chip?

Re: Esp32 power consumption bug

Posted: Sat Sep 14, 2019 9:22 am
by dario.fresu
Thanks for your reply,
How will I achieve that with ESP-IDF?

Actually I also would like to completely disable Bluetooth and Wifi as I don't need them at all for my project, the best would be if they don't start at all, any idea for that too?