ESP (ESP8266) AT Command Reference

AT Command Set XXX

XXX

Here is a list of AT commands.

It is strongly recommended to read the following sections for some common information on AT commands before you dive into the details of each command.

AT Command Types XXX

Generic AT command has four types:

Type

Command Format

Description

Test Command

AT+<CommandName>=?

Query the Set Commands’ internal parameters and their range of values.

Query Command

AT+<CommandName>?

Return the current value of parameters

Set Command

AT+<CommandName>=<…>

Set the value of user-defined parameters in commands, and run these commands

Execute Command

AT+<CommandName>

Run commands with no user-defined parameters.

AT Commands with Configuration Saved in the Flash xxx

Configuration settings entered by the following AT Commands will always be saved in the flash NVS Area, so they can be automatically restored on reset:

Saving of configuration settings by several other commands can be switched on or off with AT+SYSSTORE command, which is mentioned in the Note section of these commands.

Note

The parameters of AT commands are saved based on NVS library. Therefore, if the command is configured with the same parameter value, flash will not be written; If the command is configured with the different parameter value, flash will not be erased frequently.

AT Messages XXX

There are two types of ESP-AT messages returned from the ESP-AT command port: