Search found 4 matches

by pithy_prolix
Tue Apr 14, 2020 7:26 am
Forum: ESP8266 boards
Topic: network.WLAN(network.STA_IF).connect results in reset loop
Replies: 7
Views: 5189

Re: network.WLAN(network.STA_IF).connect results in reset loop

So, I tried a different router - the wireless hotspot functionality on my phone - and it works! Not sure if helpful, but a crash while connecting to WiFi is often a sign of an issue with the board's power supply (i.e. the current draw needed during WiFi init causes the LDO to brown out, etc). I won...
by pithy_prolix
Tue Mar 24, 2020 6:08 am
Forum: ESP8266 boards
Topic: network.WLAN(network.STA_IF).connect results in reset loop
Replies: 7
Views: 5189

Re: network.WLAN(network.STA_IF).connect results in reset loop

So, I tried a different router - the wireless hotspot functionality on my phone - and it works!

???
by pithy_prolix
Tue Mar 24, 2020 5:40 am
Forum: ESP8266 boards
Topic: network.WLAN(network.STA_IF).connect results in reset loop
Replies: 7
Views: 5189

Re: network.WLAN(network.STA_IF).connect results in reset loop

Forgot to add that I have tried 3 different short USB cables, all supposedly high quality, including one that was supplied with one of the boards.

I will try connecting to another wifi router and see what happens ...
by pithy_prolix
Mon Mar 23, 2020 8:54 am
Forum: ESP8266 boards
Topic: network.WLAN(network.STA_IF).connect results in reset loop
Replies: 7
Views: 5189

network.WLAN(network.STA_IF).connect results in reset loop

Hello, Newbie here. I am trying to connect to a wifi router and it invariably will end up in an endless reset loop. I've tried with 3 different NodeMCU v2 boards, all with the same result. They must be erased & re-flashed. My script (the ssid and password have been altered, of course): import networ...