Request for Firmware Update to Address WiFi Module Issue on Raspberry Pi Pico W #12608
-
Subject: Request for Firmware Update to Address WiFi Module Issue on Raspberry Pi Pico W Hello fellow makers, I have been utilizing the Raspberry Pi Pico W for various projects and find it to be an outstanding toolkit for individuals like us. However, I, along with several peers, have stumbled upon a persistent issue with the WiFi module, which seems to malfunction during extended WiFi connections. Although the device works fine under normal conditions, this particular problem significantly affects its reliability during long-term connectivity. Here’s how the issue manifests: OSError: [Errno 104] ECONNRESET Interestingly, it's been noted that the ESP8266 doesn’t exhibit similar problems under the same conditions. This observation leads me to believe that a firmware update for the Raspberry Pi Pico W might be a potential solution. I am sincerely hoping for insights from this community regarding this matter. Has anyone else experienced this and found a workaround? Or is there a possibility of a firmware update that could rectify this issue and enhance the WiFi module’s stability during long-term connections? I truly appreciate any feedback or suggestions that could help improve the user experience for many of us facing this same issue. Thank you for your time and insights! Warm regards, Juhyun Kim |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Do you have a (minimal) sample/test program that can be used to replicate this issue across different wifi networks? If so can you reference or add it here? |
Beta Was this translation helpful? Give feedback.
-
Note the following from the docs:
I think urequests.patch is a response object so maybe you need to close it:
But I'm no expert in this, I just had a play with urequests some months ago. |
Beta Was this translation helpful? Give feedback.
-
Can anyone help me out! |
Beta Was this translation helpful? Give feedback.
Note the following from the docs:
I think urequests.patch is a response object so maybe you need to close it:
But I'm no expert in this, I just had a play with urequests some months ago.