ESP8266 AT Commands: Difference between revisions

From Uzebox Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
This table contains all the AT commands for the official firmware used by Uzenet(x.xx.xxx)
This table contains all the AT commands for the official ESP8266 firmware used by Uzenet(x.xx.xxx)




Line 14: Line 14:
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+RST||restart the module||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CWQAP||quit the AP|basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CWLAP||list available APs||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CWJAP||join the AP||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CWMODE||wifi mode||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CIPSTART||start a TCP or UDP connection||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CIPSEND||send data over connection(id)||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CIPCLOSE||close connection(id)||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CIFSR||list the local IP address||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CWSAP||set wifi login credentials||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CIPSTATUS||get the connection status||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CIPSERVER||set as server(listen() )||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|AT+CIPMUX||restart the module||basic||-||-||-||-||-
|-
|-
|AT+RST||restart the module||basic||-||-||-||-||-
|+IPD||received packet header||basic||-||-||-||-||-
|-
|-
|}
|}

Revision as of 06:49, 31 January 2015

This table contains all the AT commands for the official ESP8266 firmware used by Uzenet(x.xx.xxx)


Commands Description Type SetExecute Inquiry Test Parameters Examples
AT+RST restart the module basic - - - - -
AT+CWQAP basic - - - - -
AT+CWLAP list available APs basic - - - - -
AT+CWJAP join the AP basic - - - - -
AT+CWMODE wifi mode basic - - - - -
AT+CIPSTART start a TCP or UDP connection basic - - - - -
AT+CIPSEND send data over connection(id) basic - - - - -
AT+CIPCLOSE close connection(id) basic - - - - -
AT+CIFSR list the local IP address basic - - - - -
AT+CWSAP set wifi login credentials basic - - - - -
AT+CIPSTATUS get the connection status basic - - - - -
AT+CIPSERVER set as server(listen() ) basic - - - - -
AT+CIPMUX restart the module basic - - - - -
IPD received packet header basic - - - - -