You need to sign in or sign up before continuing.
Newer
Older
# ESP8266 FastLED IoT Webserver
<a href="https://github.com/NimmLor/esp8266-fastled-iot-webserver/graphs/contributors" alt="Contributors"><img src="https://img.shields.io/github/contributors/NimmLor/esp8266-fastled-iot-webserver" /></a> <a href="https://github.com/NimmLor/esp8266-fastled-iot-webserver/releases" alt="Downloads"><img src="https://img.shields.io/github/downloads/NimmLor/esp8266-fastled-iot-webserver/total"/></a> <a href="https://github.com/NimmLor/esp8266-fastled-iot-webserver/commits/master" alt="Downloads"><img src="https://img.shields.io/github/commits-since/NimmLor/esp8266-fastled-iot-webserver/latest?include_prereleases" /></a> <a href="https://github.com/NimmLor/esp8266-fastled-iot-webserver/releases" alt="Downloads"><img src="https://img.shields.io/github/downloads-pre/NimmLor/esp8266-fastled-iot-webserver/latest/total?color=%09%23228B22&label=download%40latest-version" /></a>
This is a fork of [jasoncoon's esp8266 fastled webserver](https://github.com/jasoncoon/esp8266-fastled-webserver) that was adapted to control the colors of my [LED-Projects](https://www.thingiverse.com/Surrbradl08/designs).

The web app is stored in SPIFFS (on-board flash memory) and has around 400kb. All stylsheets/js used are also stored in the spiffs, so no internet connection is required to view the webpage correctly.
**New:** Windows application to sync the LED devices with music. Completely optional but it's awesome. But it's just the first prototype and very experimental. Software and docs still work in progress.
https://github.com/NimmLor/IoT-Audio-Visualization-Center
Can be downloaded [here](https://github.com/NimmLor/IoT-Audio-Visualization-Center/releases).
https://github.com/NimmLor/IoT-Audio-Visualization-Center
All of my recent project were merged into one including most of the features. A new and optional Windows application allows to sync the LEDs to a Windows audio source of your choice.
### Supported Devices
**Generic LED-Strip**, just a regular LED-Strip without special hardware
* Easiest: 5V WS2812B LED-Strip: https://s.click.aliexpress.com/e/_dZ1hCJ7
* (Long Ranges) 12V WS2811 LED-Strip: https://s.click.aliexpress.com/e/_d7Ehe3L
* (High-Speed) 5V SK9822 LED-Strip: https://s.click.aliexpress.com/e/_d8pzc89
* (Expensive) 5V APA102 LED-Strip: https://s.click.aliexpress.com/e/_Bf9wVZUD
* (Flexible) 5V WS2812 S LED-Strip: https://s.click.aliexpress.com/e/_d6XxPOH
* Wemos D1 Mini: https://s.click.aliexpress.com/e/_dTVGMGl
* 5V Power Supply: https://s.click.aliexpress.com/e/_dY5zCWt
* Solderless LED-Connector: https://s.click.aliexpress.com/e/_dV4rsjF
* 3D-Printed Wemos-D1 case: https://www.thingiverse.com/thing:3544576
**LED-Matrix**, with a flexible LED-Matrix you can display the audio like a Audio Visualizer
* Flexible WS2812 Matrix: https://s.click.aliexpress.com/e/_d84R5kp
* Wemos D1 Mini: https://s.click.aliexpress.com/e/_dTVGMGl
* 5V Power Supply: https://s.click.aliexpress.com/e/_dY5zCWt
**3D-Printed 7-Segment Clock**, display the time, syncs with a ntp server of your choice
* unfortunately the "thing's" description isn't updated yet to the new standalone system
* Project link, small version: https://www.thingiverse.com/thing:3117494
* Project link, large version: https://www.thingiverse.com/thing:2968056
**3D-Printed Desk Lamp**, a lamp that reacts to sound for your desk
* Project link, twisted version: https://www.thingiverse.com/thing:4129249
* Project link, round version: https://www.thingiverse.com/thing:3676533
**3D-Printed Nanoleafs**, a Nanoleaf clone that can be made for cheap
* Project link: https://www.thingiverse.com/thing:3354082
**3D-Printed Animated RGB Logos**, a small 3D-Printed logo that lights up with style
* Project link, Twenty-One-Pilots Logo: https://www.thingiverse.com/thing:3523487
* Project link, Thingiverse Logo: https://www.thingiverse.com/thing:3531086
**(soon) 3D-Printed Infinity Mirror**, a DIY infinity mirror inspired by Adafruit
* Project link, Sound Reactive Infinity Mirror: https://www.thingiverse.com/thing:4461070
**3D-Printed IoT Bottle Lighting Pad**, a simple but smart lighting for any bottle you want.
* Project link, IoT Bottle Lighting Pad: https://www.thingiverse.com/thing:4461313
Lorenz Nimmervoll
committed
## Changelog
### 07.05.2020, Major Code rewrite and merge of projects, audio visualization
- **New features:**
- **Audio Visualization with a Windows Desktop Application (C#, WPF)** [here](https://github.com/NimmLor/IoT-Audio-Visualization-Center)
- multicast DNS by @WarDrake
- OTA Support
- MQTT/Homeassistant integration by @WarDrake
- Serial Ambilight for usage behind a TV
- Support of Desk Lamp, 7-Segment Clock, Animated RGB Logos, Generic LED-Strip
- WebUI fits now on 1MB devices (esp-01)
- Dark mode for WebUI
Lorenz Nimmervoll
committed
### 01.02.2020, Native Alexa Update
Lorenz Nimmervoll
committed
- **NodeRED** part is now **DEPRECATED**
- The Nanoleaf Replica allows now for **NATIVE** Alexa support without the need of an extra Raspberry Pi. When added to the Smart Home devices in the Alexa app, the nanoleafs will appear as Phillips Hue devices.
- Added Strobe Pattern
- Added Sound Reactive support
- Some code cleanup and new parameters to configure
- New step by step installation instructions ([Software_Installation.md](Software_Installation.md))
Lorenz Nimmervoll
committed
### 24.02.2019, NodeRED Update (Depricated)
Lorenz Nimmervoll
committed
- Node-RED integration was added
- Alexa support via NodeRED
Lorenz Nimmervoll
committed
Installation
--------
**FOR INSTALLATION REFER TO THE [Software_Installation.md](Software_Installation.md)**
Lorenz Nimmervoll
committed
Features
--------
* Turn the LEDs on and off
* Appear as an **ALEXA SMART HOME DEVICE**
* **Sound Reactive Mode**
* Adjust the brightness, color and patterns
* Play over 30+ patterns in Autoplay
Lorenz Nimmervoll
committed
## Technical
Lorenz Nimmervoll
committed
Patterns are requested by the app from the ESP8266, so as new patterns are added, they're automatically listed in the app.
Lorenz Nimmervoll
committed
The web app is stored in SPIFFS (on-board flash memory).
Lorenz Nimmervoll
committed
The web app is a single page app that uses [jQuery](https://jquery.com) and [Bootstrap](http://getbootstrap.com). It has buttons for On/Off, a slider for brightness, a pattern selector, and a color picker (using [jQuery MiniColors](http://labs.abeautifulsite.net/jquery-minicolors)). Event handlers for the controls are wired up, so you don't have to click a 'Send' button after making changes. The brightness slider and the color picker use a delayed event handler, to prevent from flooding the ESP8266 web server with too many requests too quickly.
Lorenz Nimmervoll
committed
The only drawback to SPIFFS that I've found so far is uploading the files can be extremely slow, requiring several minutes, sometimes regardless of how large the files are. It can be so slow that I've been just developing the web app and debugging locally on my desktop (with a hard-coded IP for the ESP8266), before uploading to SPIFFS and testing on the ESP8266.
Lorenz Nimmervoll
committed
### Alexa
The code has an optional feature to be able to control the lamp via Alexa on any Amazon Echo device. For setup instructions refer to [Software_Installation.md](Software_Installation.md) document.
Lorenz Nimmervoll
committed
### Compression
Lorenz Nimmervoll
committed
The web app files can be gzip compressed before uploading to SPIFFS by running the following command:
Lorenz Nimmervoll
committed
`gzip -r data/`
Lorenz Nimmervoll
committed
The ESP8266WebServer will automatically serve any .gz file. The file index.htm.gz will get served as index.htm, with the content-encoding header set to gzip, so the browser knows to decompress it. The ESP8266WebServer doesn't seem to like the Glyphicon fonts gzipped, though, so I decompress them with this command:
Lorenz Nimmervoll
committed
`gunzip -r data/fonts/`
Lorenz Nimmervoll
committed
### REST Web services
The firmware implements basic [RESTful web services](https://en.wikipedia.org/wiki/Representational_state_transfer) using the ESP8266WebServer library. Current values are requested with HTTP GETs, and values are set with POSTs using query string parameters. It can run in connected or standalone access point modes.