Wifi is unstable on ESP8266 #10835
Andrei-Iosifescu123
started this conversation in
General
Replies: 1 comment 1 reply
-
My understanding is that is normal. if sta_if.ifconfig()[0] == '0.0.0.0':
#time.sleep(1)
print('connecting to network...')
sta_if.active(True)
sta_if.connect('network', 'password') # Dispozitivul incearca sa se conecteze pana reuseste, nu trebuie inclusa aceasta instruciune intr-o bucla. I don't think that you can ask for |
Beta Was this translation helpful? Give feedback.
1 reply
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 noticed that after some time, port 80 (which should be always open) is closed and the device does not respond to any command. Sometimes, the wifi simply disconnects with no errors, but if I run
sta_if.ifconfig()
it still returns the IP address it was using when it was connected. This is my code:Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions