- Mon May 25, 2015 1:28 pm
#18427
So from an interaction point of view working already is MQTT, and web server. There is a webpage that allows you to configure the WS2812... including
1) number of LEDs up to 400 work
2) pin they are attached to
3) current effect (including UDP streaming)
4) current single colour
5) speed of animation
6) brightness
I did include up the blynk stuff as well, and it works, but i think their loop.run thing makes it all too slow... and blynk + UDP doesn't work...
I have also implemented UDP streaming to port 8888, you just select that effect option and boom... works immediately... i've had all sorts of effects going, including fire and patterns on the lamp.. works really well... only bad thing is it seems to hang after while.. not sure why... requires a power/on-off to return.. i've posted an issue to see why that might be happening...
https://github.com/esp8266/Arduino/issues/331I've been using
http://pixelinvaders.ch/?page_id=160... works very well...