Pico W Wifi Troubles #16471
Replies: 6 comments 16 replies
-
Current code located here https://github.com/edmcman/rpi-temp-server/tree/debug |
Beta Was this translation helpful? Give feedback.
-
I'm running this fish script: It's currently past 4096 and sleeping 8192. Hard to say because it is non-deterministic, but I did just add |
Beta Was this translation helpful? Give feedback.
-
Thanks all. I also just found #9455 which seems like the same problem. I will post more about the issue there. |
Beta Was this translation helpful? Give feedback.
-
I'm still continuing to test. I am less sure that the PM fixes the issue. I was testing using a laptop, and I think a significant factor may have been moving or flipping the pico. I am moving to an isolated computer so this won't be an issue anymore! |
Beta Was this translation helpful? Give feedback.
-
I've been running experiments for almost a day now, with the power management choice selected randomly from: I limited each test to intervals of no more than 2048 seconds. I will probably try longer intervals later. We are currently on the 18th test. Out of the 17 that completed, 8 failed. Here is the breakdown of PMs for the failures:
But overall the PMs aren't quite well distributed yet:
But I think for me the big take away is that the problem does occur with |
Beta Was this translation helpful? Give feedback.
-
Since I have enough data to make a coherent issue, I did so here: #16482 I will close this discussion in favor of this issue. Thank you all for the input and help so far. |
Beta Was this translation helpful? Give feedback.
-
I'm having trouble with the Pico W connecting to Wifi. It appears that if it is unused for a while, the Pico disconnects but can't seem to detect this.
I get weird debug messages when this happens:
If I make a request every 5 minutes, the problem does not happen.
When the Pico disconnects,
network.isconnected()
returns True andnetwork.status()
returns 3.Any idea what is going on? Is my pico just flaky perhaps?
Beta Was this translation helpful? Give feedback.
All reactions