Skip to content
Discussion options

You must be logged in to vote

What is the power management mode of your STA?

You can try turning it off completely and see how it works for you.

MicroPython v1.20.0-332-gb714f4181-dirty on 2023-08-20; ESP32C3 LUATOS-A12-USB (KAKI5) with ESP32C3
>>> 
>>> import network
>>> sta = network.WLAN(network.STA_IF)
>>> sta.active()
False
>>> sta.active(True)
True
>>> sta.config('pm')
2
>>> sta.config(pm=sta.PM_NONE)
>>> sta.config('pm')
0

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@TRadigk
Comment options

@davefes
Comment options

@TRadigk
Comment options

Comment options

You must be logged in to vote
3 replies
@TRadigk
Comment options

@shariltumin
Comment options

@TRadigk
Comment options

Answer selected by TRadigk
Comment options

You must be logged in to vote
0 replies
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
Category
ESP32
Labels
None yet
4 participants