Difference between revisions of "AC Dimmer Board"

From SlugWiki
Jump to: navigation, search
Line 1: Line 1:
 
See [[PIC DMX Development]].
 
See [[PIC DMX Development]].
  
 +
Yay another page skeleton.
 +
 +
The AC dimmer board was design for Rush 2011 to control ~35 strands of christmas lights in sync with music. It consists of 6 triacs, and a zero crossing detector that enables them all to be dimmed by software. The board has an RJ-45 connector that accepts DMX input, and shares a pinout with the CKs. The DMX channel mappings are hard coded, and require recompilation to change.
 +
 +
 +
 +
==Useful Resources==
 +
*
 
==Versions==
 
==Versions==
 
===Original Prototype===
 
===Original Prototype===

Revision as of 13:08, 18 August 2011

See PIC DMX Development.

Yay another page skeleton.

The AC dimmer board was design for Rush 2011 to control ~35 strands of christmas lights in sync with music. It consists of 6 triacs, and a zero crossing detector that enables them all to be dimmed by software. The board has an RJ-45 connector that accepts DMX input, and shares a pinout with the CKs. The DMX channel mappings are hard coded, and require recompilation to change.


Useful Resources

Versions

Original Prototype

  • Schematic/Board Files
  • Source Code

Description of using this board