Xinyuan-LilyGO / LilyGo-AMOLED-Series

LilyGo AMOLED Series
MIT License
88 stars 14 forks source link

Deep sleep current is too high! Example on deep sleep usage? #11

Closed VICLER closed 4 months ago

VICLER commented 4 months ago

How is 160uA in sleep mode achieved? Is there somewhere an example for that? With a LiPo battery in deep sleep mode, I get 2mA current, which is 12x more than expected. Low sleep current is critical for battery-powered applications, and 2mA is just not acceptable.

lewisxhe commented 4 months ago

https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/blob/45c0dd522328acd1d786b59a74a8e2325260cf58/examples/Factory/Factory.ino#L137

VICLER commented 4 months ago

@lewisxhe thanks! Now I have about 100uA in deep sleep. It is a bit high, but much better as previously.