Re: Power Consumption in Deep Sleep
Posted: Sun May 08, 2022 5:49 pm
I have done some investigation and so far this is my status:
EDIT: The power consumption problem is not only happening in deep sleep but also in on state of the ESP32!
- My ESP32 gets 3,3V directly to the 3,3V pin on the ESP32
- The Power LED has been removed
- I have the example deep sleep sketch running on the ESP
- MOST of the time it consumes 13mA in dep sleep
BUT when i connect the USB cable to it. The power consumptions suddenly drops to 4mA. Or sometimes i restart the ESP32 with the USB cable attached and it still uses 13mA. But then when i unplug the USB cable. It uses only 4mA. This is kind of random and not always the same. But the powerconsumption definitely drops when i plugin or remove the USB connection.
So i tried to give 5V to the USB (without any other USB pins) but that didn't change anything. It must have something to do with the other two USB pins which go to the USB UART converter (CP2102).
This video shows what i mean: https://youtu.be/AiU6VKYXP0k
Anybody an idea?
EDIT: The power consumption problem is not only happening in deep sleep but also in on state of the ESP32!
- My ESP32 gets 3,3V directly to the 3,3V pin on the ESP32
- The Power LED has been removed
- I have the example deep sleep sketch running on the ESP
- MOST of the time it consumes 13mA in dep sleep
BUT when i connect the USB cable to it. The power consumptions suddenly drops to 4mA. Or sometimes i restart the ESP32 with the USB cable attached and it still uses 13mA. But then when i unplug the USB cable. It uses only 4mA. This is kind of random and not always the same. But the powerconsumption definitely drops when i plugin or remove the USB connection.
So i tried to give 5V to the USB (without any other USB pins) but that didn't change anything. It must have something to do with the other two USB pins which go to the USB UART converter (CP2102).
This video shows what i mean: https://youtu.be/AiU6VKYXP0k
Anybody an idea?