From a321edfebf9b604a956354c5c7e0e3d470b9d4e9 Mon Sep 17 00:00:00 2001 From: cschwinne Date: Sun, 5 Feb 2017 00:12:35 +0100 Subject: [PATCH] Updated readme --- readme.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f264ee744..48ab1d40b 100644 --- a/readme.md +++ b/readme.md @@ -48,7 +48,7 @@ You should also change the access point and OTA update passphrases for added sec Advanced module control via HTTP requests: -Base URL scheme: "/ajax_in". This will return a XML file with some current values. +Base URL scheme: "/win". This will return a XML file with some current values. Add one or multiple of the following parameters after the base url to change values: "&A=<0-255>" set LED brightness (yellow slider) "&R=<0-255>" set LED red value (red slider) @@ -78,6 +78,20 @@ To do so, tick the checkbox again (you can change the passphrase by typing in a If you try to access the update page now, you should see the message "OTA lock active". +The software now supports audio-reactive-led-strip! + +1. Download [audio-reactive-led-strip](https://github.com/scottlawsonbc/audio-reactive-led-strip) and follow its installation instruction. Use python 3! +2. Insert the following code in led.py after line 66: + m.append(1); + m.append(2); +3. In config.py set your led amount, ESP IP and WLED UDP notifier port. For FPS, a setting between 15-30 is recommended. +4. Run visualization.py! If you have a low amount of LEDS (e.g. 10) try lowering the sigma values in line 129-131. +Note that there is currently an issue preventing you from accessing the control web page while the script is running. HTTP requests work. + + +Uses [WS2812FX](https://github.com/kitesurfer1404/WS2812FX)! + +