Skip to content

Instantly share code, notes, and snippets.

@solusipse
Created August 12, 2015 09:19
Show Gist options
  • Select an option

  • Save solusipse/9043eb69c63d68e3e4da to your computer and use it in GitHub Desktop.

Select an option

Save solusipse/9043eb69c63d68e3e4da to your computer and use it in GitHub Desktop.

Revisions

  1. solusipse revised this gist Aug 12, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions esp8266-connect-to-ap.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,8 @@
    ```
    AT
    AT+CWMODE=1
    AT+CWLAP # scan for wireless networks
    AT+CWJAP="ssid","password"
    AT+CWJAP? # check if connected
    AT+CIFSR # get ip
    ```
  2. solusipse created this gist Aug 12, 2015.
    6 changes: 6 additions & 0 deletions esp8266-connect-to-ap.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    AT
    AT+CWMODE=1
    AT+CWLAP # scan for wireless networks
    AT+CWJAP="ssid","password"
    AT+CWJAP? # check if connected
    AT+CIFSR # get ip