
ESP-01/07/12 Series Modules User's Manual V1.4
Copyright © 2017 Shenzhen Ai-Thinker Technology Co., Ltd All Rights Reserved
Page 17 of
23
5 Usage Guide
ESP8266 series module factory default built-in AT firmware, and the default
baud rate of 115200, can refer to 4.1 typical application diagram to build the
minimum system circuit, then the AT command operation.
Serial and network debugging tools download: http://wiki.ai-thinker.com/tools
5.1 Introduction To The Basic AT Command
This chapter only describes the common AT commands, please refer to
http://wiki.aithinker.com/esp8266/docs#at
。
5.1.1 AT
parameters No
Description Test AT is OK
Example
AT
OK
5.1.2 AT+GMR
parameters No
Description Returns the firmware version information
Example
AT+GMR
AT version:1.2.0.0(Jul 1 2016 20:04:45)
SDK version:1.5.4.1(39cb9a32)
Ai-Thinker Technology Co. Ltd.
Dec 2 2016 14:21:16
OK
5.1.3 AT+RST
parameters No
Description soft restart module
Example
AT+RST
OK