Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 443 Bytes

HowToSetESP8266.md

File metadata and controls

26 lines (18 loc) · 443 Bytes

How to set ESP8266

Circuit

Upload Sketch

  1. Set your wifi info in 10, 11 line
#define STASSID "YOUR-WiFi-SSID"
#define STAPSK "YOUR-WiFi-PASSWORD"
  1. Set your pin number in 14 line
#define PIN 5
  1. Upload sketch

  2. Check the serial monitor to get your local IP.

  1. Use your browser to access the Local IP to verify status.