Search found 2 matches

by digitalchemy
Tue Sep 17, 2019 8:54 pm
Forum: General Discussion and Questions
Topic: Cannot set STA config after wakeup
Replies: 3
Views: 2952

Re: Cannot set STA config after wakeup

Nobody has anything to say about this?
What happens to the wifi stack after reset?
by digitalchemy
Mon Sep 02, 2019 9:48 pm
Forum: General Discussion and Questions
Topic: Cannot set STA config after wakeup
Replies: 3
Views: 2952

Cannot set STA config after wakeup

Hello, I ran into issue trying to reconnect to wifi with my ESP8266 after waking up from deep sleep. My code looks like this: import network import urequests import machine rtc = machine.RTC() rtc.irq(trigger=rtc.ALARM0, wake=machine.DEEPSLEEP) wifi = network.WLAN(network.STA_IF) wifi.active(True) w...