Used valid Wifi SSID still in use when changed to an not available SSID #11472
Unanswered
digixx
asked this question in
RP2040 / Pico
Replies: 1 comment
-
Yes, that's typically correct. The wifi subsystem is a completely different processor, and isn't reset on soft reset |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use a Raspberry Pico W with a sensor to send some data to my MQTT server over Wifi. The development IDE is thonny. When I set the SSID on the main.py to an available Wifi-SSID, the connection is made and data can be send. If I stop the program and set in main.py the SSID to a value does not exist, save it and run it again, the connection is still working. If I power cycle the Pico, no connecction can be made.
It seems that software reboot does not clear Wifi settings correctly.
Beta Was this translation helpful? Give feedback.
All reactions