pixelflut clone using nodemcu, ledstrips, artnet and nodejs
server.js
bridges pixelflut command to artnet
/examples
pixelflut command generator examples
/esp
nodemcu examples
Edit config.js
to reflect your setup
npm install
node server.js
Choose from /esp
your strip type (WS2812B/...)
Edit led-count, color-type (RGBW) and wifi settings (SSID/PASS)
Default Led-Control-Port is set to 12 (or D6 on the nodemcu)
Flash nodemcu
It will flash R-G-B-W and then go green or red depending on wifi connection
Special thanks to buzztiaan/art-net for getting the LEDS + ESP8266 + Art-Net part working and showing me how to connect everything :)