This project aims to create a wifi enabled LED array using WS2812b RGB LEDs.
The firmware runs on a raspberry pi using a python wrapper to drive the LEDs. Mathematical patterns can be added by the user via the web interface and the functions will be parsed to display on the array. This is not hugely efficient so the framerate of such patterns leaves a lot to be desired. The parsing is done by my function parsing library which has also been ported to java here.
For a list of recent and planned development see "src/TODO.txt".
When the hardware has been completed I will link to a video here but at the moment it is made from cardboard.
Should be set up to run on startup as described here