SoftAp DHCP not working!
Posted: Sat Nov 28, 2015 12:46 pm
I'm attempting to use SoftAP (strictly mode 2) and open a socket server. I'm using the AT commands below:
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!
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!