Can't find WiFi Router
Posted: Tue Nov 03, 2015 3:19 am
I've just updated my internet connection to FTC (fibre) which involved a new router (EE Brightbox). Other systems (laptop, android phone etc) work fine but none of my ESP8266 projects can now connect to it having been working for weeks/months before. I've added a scan at the beginning of the startup sequence which does find the router in question but then it won't connect:
I've checked the AUTH_MODE etc and that looks fine.
I'd be grateful for any ideas!
Code: Select all
use rtc mem data
rlmode : sta(18:fe:34:f9:08:4a)
add if0
Start WiFi Scan
f 0, scandone
WiFi Scan: (0,"",0)
WiFi Scan: (4,"EE-berry",-53)
WiFi Scan: (3,"REMOTE48nxfu",-87)
MQTT_InitConnection
MQTT_InitClient
WIFI_INIT
SDK version is: 1.3.0
Smart-Config version is: V2.4.7
data : 0x3ffe8000 ~ 0x3ffe8801, len: 2049
rodata: 0x3ffe8810 ~ 0x3ffea4a0, len: 7312
bss : 0x3ffea4a0 ~ 0x3fff16e0, len: 29248
heap : 0x3fff16e0 ~ 0x3fffc000, len: 43296
Flashsize map 0; id 1640c8 (400000 - 524288 bytes)
Boot mode: 1, version 31. Userbin 0
STATION_IDLE
WiFi status: 1
STATION_IDLE
STATION_IDLE
scandone
no EE-berry found, reconnect after 1s
reconnect
I've checked the AUTH_MODE etc and that looks fine.
I'd be grateful for any ideas!