Skip to content

Instantly share code, notes, and snippets.

@zhujunsan
Last active August 29, 2015 14:06
Show Gist options
  • Save zhujunsan/f0f9810facaf1fd688c9 to your computer and use it in GitHub Desktop.
Save zhujunsan/f0f9810facaf1fd688c9 to your computer and use it in GitHub Desktop.
ESP8266通信指令
AT+RST
AT+GMR
AT+CWMODE=1
AT+CWMODE?
AT+CIPCLOSE
@zhujunsan
Copy link
Author

AT+CWLAP
AT+CWJAP?
AT+CWJAP="??","??"
AT+CWJAP?

@zhujunsan
Copy link
Author

AT+CIPSTATUS
AT+CIPSTART="TCP","??",??
AT+CIPSEND=??
GET / HTTP/1.0

AT+CIPCLOSE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment