Web Inspired LED Controller

2 years ago
111

Demonstration of the ESP8266-based LED controller I have built. It has an HTTP server and runs scripts using many concepts I use in web pages:
- Recursive elements
- HSL Colors
- Element positioning (offset, length, absolute,...)
- Units (%, pixel, inch, ...)
- Blend operations

I have a blog where I will write about this controller and general Arduino development topics: https://devrelief.net/2022/03/12/wiled/.

More videos are coming with each blog article.

Code is available on GitHub: https://github.com/fredchristianson/wiLED

Loading comments...