Saturday, November 24, 2018

ESP8266 WiFi : Advance - Control LED using Webserver V2

Description
This version is simplify and easy to modified than Version 1. This sketch demonstrates how to set up a simple HTTP-like server to control LED light. The server will set a GPIO/Digital pin depending on the request. The IP address of the ESP8266 module, will be printed to Serial when the module is connected. You can learn basic HTML at w3school to modified HTML coding.

List Item
  1. Wemos/Robotdyn D1 R2 ESP8266
  2. LED
  3. Resistor 220 ohm
  4. Wire Jumper
Wiring Diagram

Saturday, November 10, 2018

ESP8266 WiFi : Advance - Control LED using Webserver V1

Description
This sketch demonstrates how to set up a simple HTTP-like server to control LED light. The server will set a GPIO/Digital pin depending on the request. The IP address of the ESP8266 module, will be printed to Serial when the module is connected. You can learn basic HTML at w3school to modified HTML coding.

List Item
  1. Wemos/Robotdyn D1 R2 ESP8266
  2. LED
  3. Resistor 220 ohm
  4. Wire Jumper

Wiring Diagram