2017-12-12 13:52:28 +00:00
|
|
|
## Welcome to my project WLED!
|
|
|
|
|
2018-01-10 22:57:58 +00:00
|
|
|
WLED is a fast and (relatively) secure implementation of an ESP8266 webserver to control NeoPixel (WS2812B) LEDs!
|
|
|
|
Now also with experimental ESP32 support.
|
2016-09-11 21:07:18 +00:00
|
|
|
|
2018-03-31 22:15:14 +00:00
|
|
|
### Features: (V0.6.2)
|
|
|
|
- Easter eggs!
|
2017-05-08 19:46:04 +00:00
|
|
|
- RGB, HSB, and brightness sliders
|
2016-09-11 21:07:18 +00:00
|
|
|
- Settings page - configuration over network
|
|
|
|
- Access Point and station mode - automatic failsafe AP
|
2017-12-12 13:52:28 +00:00
|
|
|
- WS2812FX library integrated for over 50 special effects!
|
|
|
|
- Secondary color support lets you use even more effect combinations
|
2018-03-15 11:04:14 +00:00
|
|
|
- Alexa smart home device server (including dimming)
|
|
|
|
- Beta syncronization to Philips hue lights
|
2017-10-28 20:22:37 +00:00
|
|
|
- Support for RGBW strips
|
2017-12-12 13:52:28 +00:00
|
|
|
- 25 user presets! Save your favorite colors and effects and apply them easily!
|
2018-03-15 11:04:14 +00:00
|
|
|
- HTTP request API for simple integration
|
|
|
|
- Macro functions to automatically execute API calls
|
2016-12-28 23:03:58 +00:00
|
|
|
- Nightlight function (gradually dims down)
|
|
|
|
- Notifier function (multiple ESPs sync color via UDP broadcast)
|
|
|
|
- Support for power pushbutton
|
2017-12-12 13:52:28 +00:00
|
|
|
- Custom Theater Chase
|
2018-01-14 23:20:23 +00:00
|
|
|
- Full OTA software update capability (HTTP and ArduinoOTA)
|
2016-12-28 23:03:58 +00:00
|
|
|
- Password protected OTA page for added security (OTA lock)
|
2018-03-15 11:04:14 +00:00
|
|
|
- NTP and configurable analog clock function
|
2018-01-10 22:57:58 +00:00
|
|
|
- Support for the Cronixie Clock kit by Diamex
|
2017-12-19 15:12:51 +00:00
|
|
|
- Realtime UDP Packet Control (WARLS) possible
|
2018-02-23 11:31:07 +00:00
|
|
|
- Client HTML UI controlled, customizable themes
|
2017-01-14 23:24:28 +00:00
|
|
|
|
2018-01-10 22:57:58 +00:00
|
|
|
### Quick start guide and documentation:
|
2017-01-14 23:24:28 +00:00
|
|
|
|
2018-01-10 22:57:58 +00:00
|
|
|
See the [wiki](https://github.com/Aircoookie/WLED/wiki)!
|
2017-12-12 13:52:28 +00:00
|
|
|
|
|
|
|
### Other
|
2017-01-14 23:24:28 +00:00
|
|
|
|
2017-02-21 22:59:47 +00:00
|
|
|
Licensed under the MIT license
|
|
|
|
Uses libraries:
|
2018-01-10 22:57:58 +00:00
|
|
|
ESP8266/ESP32 Arduino Core
|
2017-12-12 13:52:28 +00:00
|
|
|
NeoPixelBus by Makuna
|
|
|
|
[WS2812FX](https://github.com/kitesurfer1404/WS2812FX) by kitesurfer1404 (Aircoookie fork)
|
|
|
|
Time library
|
2017-02-21 22:59:47 +00:00
|
|
|
Timezone library by JChristensen
|
2018-01-10 22:57:58 +00:00
|
|
|
Alexa code based on arduino-esp8266-alexa-multiple-wemo-switch by kakopappa
|
2017-02-21 22:59:47 +00:00
|
|
|
|
2017-12-12 13:52:28 +00:00
|
|
|
Uses Linearicons by Perxis! (link in settings page)
|
|
|
|
|
2017-02-04 23:12:35 +00:00
|
|
|
|
2017-01-14 23:24:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|