Instructions
" " ! "  
 Espressif Systems
ESP8266 
AT Instruction Set
29.
AT+ CIPAP – Set IP address of softAP 
ESP8266 only supports class C IP addresses. This configuration will be stored in flash user parameter 
area.!
AT+ CIPAP – Set IP address of ESP8266 softAP 
[@deprecated]. Please use AT+CIPAP_CUR or AT+CIPAP_DEF instead.
Example
AT+CIPAP="192.168.5.1", "192.168.5.1", "255.255.255.0"
Command
AT+CIPAP?
Response
+CIPAP:<IP> 
OK
Parameters
<IP> string, IP address of ESP8266 softAP
Command
AT+CIPAP=<IP>[, <gateway>, <netmask>]
Response
OK
Parameters
<IP>  string, IP address of ESP8266 softAP 
[<gateway>]  gateway 
[<netmask>]  netmask
Notes
This configuration interacts with DHCP related AT commands (AT+CWDHCP 
related): 
•
If static IP is enabled, DHCP will be disabled; 
•
If DHCP is enabled, static IP will be disabled; 
•
This will depend on the last configuration.
Espressif Systems   /   Friday, July 15, 201647 73










