Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhiesey/Christmas
https://github.com/jhiesey/Christmas
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhiesey/Christmas
- Owner: jhiesey
- Created: 2012-12-30T23:45:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T11:29:15.000Z (8 months ago)
- Last Synced: 2024-10-17T10:59:12.522Z (26 days ago)
- Language: C
- Size: 126 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is my hacked christmas lights controller project.
Inspiration and some technical details gotten from
http://www.deepdarc.com/2010/11/27/hacking-christmas-lights/The basic design consists of a hardware board with a PIC24FJ64GB002
processor that interfaces to a computer via USB using the communications
device class (hence no drivers are needed, except on Windows). Simple
Python scripts can be written to control the lights.The ./controller directory contains the Python code that runs on the PC
side, including some examples of pattern controllers, most of which
are pretty lame.The ./Christmas.X directory contains the embedded C/assembly
code that runs on the microcontroller in a MPLAB X project.