deep sleep and external wake current draw

Schematics, Example Code and Q&A
rzolau
Posts: 1
Joined: Sat Jul 11, 2020 12:11 pm

deep sleep and external wake current draw

Unread post by rzolau »

Since this is my first post: great product and excellent customer support :-)

Now to the point.

I am using Ezsbc esp32 boards with ESPHOME project. When I put esp into deep sleep with wake on timer, I usually measure around 11 uA (this is awesome!!!). However, if I add external wake, say on RTC GPIO32 the current draw jumps to 1.3 mA. Is this expected behavior? If yes, why? Or there should be no difference (in which case, I will start digging into ESPHOME, etc.).

Just in case, nothing is connected to the board, or I have NO switch connected via 10K resistor (not surprisingly, in both scenarios I measure 1.3 mA).

I tested with ESP32_SW High Supply Voltage Breakout and Development Board.

Thanks for any suggestions/hints.
Daniel
Posts: 133
Joined: Tue Nov 13, 2012 2:10 pm

Re: deep sleep and external wake current draw

Unread post by Daniel »

I think there's another problem somewhere, most likely a floating input or a peripheral that is left on during sleep mode.
Post Reply