A web based LED built on the Arduino platform with a simple AJAX driven interface.
- ESP8266 (preferably one with a breakout so you have access to the pins)
- LED
- Arduino IDE v1.6.7
Required library:
- Additional Boards Manager URL: http://arduino.esp8266.com/stable/package_esp8266com_index.json
- Then the board named ESP8266 by ESP8266 Community
- After installing the required esp8266 board you will want to select the appropriate board.
- Open the arduino sketch. Be sure to update your wireless SSID and Password
- Upload the sketch to your ESP8266
- Navigate to http://LED.local/
- ???
- Enjoy your web connected LED, maybe open a port in your firewall and control your ESP remotely. More importantly, use this as an exercise to familiarize yourself with the ESP8266.
Troubleshooting step 4.
Open the serial monitor and the ESP should tell you its IP on your network or if it had difficulty connecting.