-->
Page 1 of 1

Can you change the baked in server address?

PostPosted: Sat Jul 25, 2015 11:53 pm
by zach8202
So I configured my module as a server. Great.
The IP address is 192.168.4.1
Can I change that?
I'm currently using the AT command firmware.

Thanks!

Re: Can you change the baked in server address?

PostPosted: Sun Jul 26, 2015 12:32 am
by kolban
If you are running your ESP8266 as a softAP server then you can change the IP address using the AT command AT+CIPAP_CUR.

This is documented in the 4A-ESP8266 AT Instruction Set manual at v0.30.

I haven't tried it but it seems to say that DHCP has to be disabled which would also imply that stations connecting to your ESP access point would have to supply their own IP addresses. However, your question was can you change the IP address and the answer appears to be "yes" through the AT+CIPAP_CUR command.