Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzpi/rudolph
Fully programmable Christmas lights
https://github.com/jazzpi/rudolph
Last synced: 24 days ago
JSON representation
Fully programmable Christmas lights
- Host: GitHub
- URL: https://github.com/jazzpi/rudolph
- Owner: jazzpi
- Created: 2017-11-17T01:04:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T01:04:59.000Z (about 7 years ago)
- Last Synced: 2024-11-03T12:28:39.388Z (2 months ago)
- Language: C++
- Size: 6.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Rudolph
** Abstract
Rudolph is a home-made LED "strip" functioning as Christmas lights. It is controlled by a cluster of Arduino Nanos and can display different patterns.** Setup
This project uses [[http://docs.platformio.org][PlatformIO]] to configure the Arduinos. To upload the program to an Arduino, simply run
#+BEGIN_SRC sh
cd arduino
platformio run --target upload
#+END_SRC** Documentation
For documentation take a look at the [[file:doc/index.org][doc]] folder.