Replies: 1 comment
-
The OS, though not yet an official release, is stable. The issue may be as described here. The Pico W has proved reliable running this library which is designed for resilience. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I posted my issue on a FB group but decided this’s a better place to post it. So, here it is…
Hey, is anyone having internet connections stability issues with the pico w?
I’m going nuts with an alarm clock project and I cannot find what’s causing the board loose connections. I know the code is good as it’s been running for months on ESPs.
What the code does:
What I’ve tried so far with no avail.
The problem:
It’s not consistent. The time and temperatures are displayed as designed then, after a x period of time, it hangs up with the display showing the last hour/minutes. I noticed it happens when urequests is used to retrieve the json data. The line if wlan.isconnected() is used prior to that but the try/except still catches a no internet issue with error -1 or -2.
Having exposed the above, have any of you experienced this type of issue? I know the actual OS is not stable but, I don’t think it’s causing the problem or, maybe it is 🤷🏻♂️
Beta Was this translation helpful? Give feedback.
All reactions