Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Ray_A
#48561 I am connecting my first ESP8266 to my wifi

Below is the console response when I try to connect:

...preamble...
Ai-Thinker Technology Co.,Ltd.

ready
WIFI DISCONNECT
AT


OK
AT+GMR

AT version:0.40.0.0(Aug 8 2015 14:45:58)
SDK version:1.3.0
Ai-Thinker Technology Co.,Ltd.
Build:1.3.0.2 Sep 11 2015 11:48:04
OK
AT+CIPMUX=1


OK
AT+CWLAP

+CWLAP:(3,"NetComm 8532",-43,"18:f1:45:13:58:99",1,-4)

OK
AT+CWJAP="Netcomm 8532","password"

+CWJAP:1

FAIL


It takes around 10-15seconds to get the response +CWJAP:1 FAIL

ESP8266 is brand new, powered from 3.3v regulator running from 800ma power supply
Everything is functioning ok except cannot connect to Router..

Any ideas on what I could do to get this working?