Skip to content
Discussion options

You must be logged in to vote

I was able to go lightsleep on my PicoW solar garden with 2ma by using deinit()

wlan.disconnect()
wlan.active(False)
wlan.deinit()
wlan=None
time.sleep_ms(100)

I also use the watchdog but you can't have sleep more than 8 seconds so I create a small light sleep
check my code on my solar garden to figure out what I did to solve the problem of the watch dog.
(https://github.com/danjperron/PicoWSolar)

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
7 replies
@jimmo
Comment options

jimmo Sep 2, 2022
Maintainer

@danjperron
Comment options

@dpgeorge
Comment options

@jmodrako
Comment options

@danjperron
Comment options

Answer selected by jimmo
Comment options

You must be logged in to vote
1 reply
@jmodrako
Comment options

Comment options

You must be logged in to vote
1 reply
@jmodrako
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment