Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.64 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.64 KB

LED-Tree

Documentation Status

hackaday.io Project Page

Demo Video Demo video

Christmas tree desk ornament with ethernet control. NeoPixelRing.h/cpp is a library that extends Adafruit's NeoPixel library to control an arbitrary set of NeoPixel rings. Several patterns are supported and each ring is controlled as a unit. Patterns are all time-based, so the appearance will be consistent even if loops run slowly.

LEDTree.ino is an example application where the Arduino listens for messages from a host computer over Ethernet and updates the ring patterns.

JenkinsBuildMonitor.py is an example application where a host computer queries a Jenkins server for job build status and sends the Arduino pattern update messages over Ethernet.

More complete documentation is available in the code documentation and on the Hackaday.io project page.

Software Dependencies

The following packages are necessary to run this software: