HerrZatacke / ws2811-webserver

ws2811 webserver with a WEMOS D1 MINI PRO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP8266 based webserver to change color of ws2811 LEDs

chip

My azdelivery chip is to be configured in the Arduino IDE as LoLin(Wemos) D1 R2 & mini

config

A confg.json must be added inside the data-folder with the following content:

{
  "STASSID":"my-ssid",
  "STAPSK":"my-password"
}

Images

Example Setup Example UI

measured power consumption

State Usage
Just Step Up 144μA
Connocting 190mA
Idle 160mA
One RGB-LED on 290mA
Two RGB-LED on 550mA
Sleep mode 13mA

To optimize power consumption unsolder some chips

About

ws2811 webserver with a WEMOS D1 MINI PRO


Languages

Language:C++ 62.0%Language:JavaScript 20.7%Language:HTML 13.8%Language:CSS 3.4%