Data Sheet
!
4. Wi-Fi AT Commands
4.2.24. AT+CIPAPMAC_CUR—Sets the MAC Address of the ESP8266 SoftAP; Configuration Not
Saved in the Flash
4.2.25. AT+CIPAPMAC_DEF—Sets the MAC Address of the ESP8266 SoftAP; Configuration Saved
in Flash
Notes
• The configuration changes will be saved in the user parameter area in the flash.
• The MAC address of ESP8266 SoftAP is different from that of the ESP8266 Station. Please make sure
you do not set the same MAC address for both of them.
• Bit 0 of the ESP8266 MAC address CANNOT be 1. For example, a MAC address can be “18:…” but
not “15:…”.
Example
AT+CIPAPMAC="1a:fe:36:97:d5:7b"
Commands
Query Command:
AT+CIPAPMAC_CUR?
Function: to obtain the MAC address of the
ESP8266 SoftAP.
Set Command:
AT+CIPAPMAC_CUR=<mac>
Function: to set the MAC address of the ESP8266
SoftAP.
Response
+CIPAPMAC_CUR:<mac>
OK
OK
Parameters
<mac>: string parameter, MAC address of ESP8266 SoftAP.
Notes
•
The configuration changes will NOT be saved the flash.
•
The MAC address of ESP8266 SoftAP is different from that of the ESP8266 Station. Please make sure
you do not set the same MAC address for both of them.
•
Bit 0 of the ESP8266 MAC address CANNOT be 1. For example, a MAC address can be “18:…” but
not “15:…”.
Example
AT+CIPAPMAC_CUR="1a:fe:36:97:d5:7b"
Commands
Query Command:
AT+CIPAPMAC_DEF?
Function: to obtain the MAC address of the
ESP8266 SoftAP.
Set Command:
AT+CIPAPMAC_DEF=<mac>
Function: to set the MAC address of the ESP8266
SoftAP.
Response
+CIPAPMAC_DEF:<mac>
OK
OK
Parameters
<mac>: string parameter, MAC address of ESP8266 SoftAP.
Notes
• The configuration changes will be saved in the user parameter area in the flash.
• The MAC address of ESP8266 SoftAP is different from that of the ESP8266 Station. Please make sure
you do not set the same MAC address for both of them.
• Bit 0 of the ESP8266 MAC address CANNOT be 1. For example, a MAC address can be “18:…” but
not “15:…”.
Example
AT+CIPAPMAC_DEF="1a:fe:36:97:d5:7b"
Espressif
! /5234
2017.05