Law Residence Christmas Lights |
So I decided to just build my own. After all, it is just a matter of a computer controlling triacs, right? :-)
I wrote up a howto on how I built the controllers and put it on computerchristmas.com, which is an awesome website.
All of the hardware and software development for this project was done using free and open source software (FOSS). No Microsoft products were used for this project. I did a presentation for our local Linux user group about the project. The slides for that presentation are available at flux.donlaw.com if you are interested in the details.
Here are some photos of the whole process. I did my first PCB, which was a great learning experience. I used GEDA, a free and open source electronic design suite. I was impressed with GEDA. I outsourced the etching/drilling/silkscreen/solderseal/cutting of the PCB for only $45 quantity 1. Here is a picture of what I got. |
Next came the soldering. There are two decoder chips, and the other 17 are "Octal D flip flops" which is just a single byte of memory. 1 is a data latch, and the remaining 16 are data registers of 8 bits each, giving me a total of 128 channels. |
I collect 6 bits from the master controller into one cat-5 cable, with one conductor for ground and one wasted, and that cable goes to one subcontroller. So each subcontroller can control 6 channels of lights. I have 15 of these scattered around my yard where needed. |
This project brings a whole new meaning to socket programming !
Each subcontroller took me about 4 hours to build, which was more
than I had planned.
|
Here is the revised console for this year. Inside is a PIC microcontroller that talks via RS232 back to the master computer in the garage. The microcontroller monitors the Play and Select buttons and displays the LED next to the selected song. It also controls the countdown display. |
board.net | board.pcb | flip.c |
Makefile | master.gif | master.ps |
master.sch | pxlc.c | pxlc_if.h |
pxlc10.zip | mocschem.gif |