Replies: 1 comment 4 replies
-
WiFi connections of "Bare metal" hardware are not 100% reliable. They are vulnerable to transient disruption from radio interference. This inherent unreliability is masked by the OS of a PC which gives the illusion of a rock-solid connection. In application design it's wise to include error trapping at every stage. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Platform: ESP32-WROVER (firmware esp32spiram-20220618-v1.19.1.bin)
After connecting to a WiFi network, this code snippet works as expected but sometimes results in an exception "OSError: [Errno 116] ETIMEDOUT"
Why doesn't this work 100% of the time?
Beta Was this translation helpful? Give feedback.
All reactions