Skip to content

Instantly share code, notes, and snippets.

@solusipse
Created August 12, 2015 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save solusipse/9043eb69c63d68e3e4da to your computer and use it in GitHub Desktop.
Save solusipse/9043eb69c63d68e3e4da to your computer and use it in GitHub Desktop.
ESP8266: connect to access point
AT
AT+CWMODE=1
AT+CWLAP # scan for wireless networks
AT+CWJAP="ssid","password"
AT+CWJAP? # check if connected
AT+CIFSR # get ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment