Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4941

MicroPython • Re: Pico W Reliability

$
0
0
It works well, but eventually becomes disconnected from the wifi. I have noticed that if I query it every 5 minutes to see if it is alive, it never gets disconnected. Is there a proper way to make sure the wifi continues to work correctly?
Don't know if it will help but turning off power management might be a good starting point -

Code:

wlan = network.WLAN(network.STA_IF)wlan.active(True)wlan.config(pm=0xA11140)# <---wlan.connect(ssid, password) 

Statistics: Posted by hippy — Sun Dec 22, 2024 5:52 pm



Viewing all articles
Browse latest Browse all 4941

Trending Articles