Skip to content

Best practices for deep sleeping an esp32 #17715

Answered by davefes
dave0003 asked this question in ESP32
Discussion options

You must be logged in to vote

Unless you are using Li-ion and fairly accurately measuring voltages on the steep part of the curves, ie 4.0 and 3.0Volts and using the same cell I think you asking too much. A DVM with 1mA DC current resolution is reasonable indication. People use a current measuring module, INA219 https://awesome-micropython.com/#current to get reasonable results.

I have been working with the ESP32 WiFi for a few years now and I am not aware that there is anything else required to shut the WiFi down than:

wlan.disconnect()
wlan.active(False)

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
8 replies
@dave0003
Comment options

@davefes
Comment options

Answer selected by dave0003
@dave0003
Comment options

@davefes
Comment options

@davefes
Comment options

@dave0003
Comment options

Comment options

You must be logged in to vote
5 replies
@dave0003
Comment options

@davefes
Comment options

@davefes
Comment options

@glenn20
Comment options

@davefes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants