Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By rjl_tx
#95273 bitmanrc, try AT+CWDHCP=1,1. I was having same problem as you and saw this in another post. If it works you will get WIFI GOT IP. See below:
T+CWJAP="ATTYYCc5vS","xxxxxx"

WIFI CONNECTED
+CWJAP:1

FAIL
WIFI DISCONNECT
AT+CWDHCP=1,1


OK
AT+CWJAP="ATTYYCc5vS","xxxxxxxx"

WIFI CONNECTED
WIFI GOT IP

OK