Skip to content

Instantly share code, notes, and snippets.

@emilioriosvz
Created December 13, 2018 19:12
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 emilioriosvz/ec6dab17930c5cd94ffb29600f13bf80 to your computer and use it in GitHub Desktop.
Save emilioriosvz/ec6dab17930c5cd94ffb29600f13bf80 to your computer and use it in GitHub Desktop.
AT Commands to connect to Wifi (ESP8266)
AT
AT+CIOBAUD=9600
AT+GMR
AT+CWMODE?
AT+CWMODE=3
AT+CWMODE?
AT+CWLAP
AT+CWJAP="wifi_SSID","your_wifi_password"
AT+CIPMUX=1
AT+CIPSERVER=1,80
AT+CIFSR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment