jentie / weak-web222-led

RGB LED controlled via ESP8266-based Web Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weak-web222-led

RGB LED controlled via ESP8266-based Web Server

  • web server based on ESP8266
  • using static private IP address
    • useful for port forwarding from WLAN router
    • public web server when using dynDNS
  • home page /index.html intentionally without function
  • interaction via /help.html
  • additional feature: logging request resulting in 404 error, see /logg

hardware:

software:

setup:

  • clone repository
  • set up the Arduino IDE
  • edit weak-web222-led.ino
    • set wifi credentials in line 101
      • hint: guest network might not work with port forwarding
    • set your static ip for local network in line 253
      • hint: needs to be outside DHCP range
  • use / configure (external) dynDNS service

About

RGB LED controlled via ESP8266-based Web Server

License:MIT License


Languages

Language:C++ 81.8%Language:HTML 13.9%Language:CSS 4.4%