Can't find AP for Wifi connection after DeepSleep #5842
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2017-09-01 by @MaBecker 4 - no RF after waking up. Power consumption is the lowest. which means no wifi at all - double check deepSleep() |
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.
-
Posted at 2017-09-01 by Stipser
I had a little trouble with the wifi connection of the ESP8244 4M (Firmware v1.93) lately.
Right now, i have this little bit of code:
Basicly i tried to connect to wifi in various stages (directly after flashing, after saving and so on). It works fine up until after i sent the chip to deep sleep for the first time. In that case, when i try to connect, the blue system led will rapitly start blinking until i disconnect it. There's no error message or anything. Checking the wifi status it says "no_ap_found".
P.S. talking of deep sleep. i have a little issue with that to where it would exapt a number of microseconds that is far below what it should be able to take (only a few seconds in total). Unfortunatly a wasn't able to reconstruct the problem. it seems to happen quite random. It appears to be more likely with bigger scripts though
Beta Was this translation helpful? Give feedback.
All reactions