AT+CWMODE=2
AT+CWSAP="myssid","password",1,0
AT+RST
AT+CIPMUX=1
AT+CIPSERVER=1,80
I'm able to see the SSID and "connect" to it. I'm not getting an IP though (it looks like the DHCP server is not working). And of course I'm not able to open a socket.
AT version I'm running:
AT+GMR
AT version:0.21.0.0
SDK version:0.9.5
I have tried the new 1.5.0 SDK build and have gotten the same results.
Any help would be much appreciated!