Christmas Light Controller
Summary
This project uses a few handy components on a traditional UNO prototyping board; Build the module as below then place on top of the UNO.
With the open-source nature of this project you would be able to attach sensors to it if you required. This project uses a few handy components on a traditional UNO prototyping board to make setting up a breeze. Simply build the module then place on top of the UNO, you can even set up your own sensors or use the XC4411 Uno with WiFi to make it IoT controlled.
Provides adjustable voltage, between 12 and 40 volts, with two programmable outputs, suitable for most lights. Power by any DC power you have spare, 5-12v.
Requires solid-core wires (WH3032) terminal headers (HM3172) if you prefer (not supplied).
Table of Contents
Future Improvements
The complexity of this project lies on building the prototyping shield, but once that has finished you can simply connect that on any arduino-shield compatible device, and still use many of the pins available on the arduino;
If you want to use SPI on the arduino it would be a good idea to change pin11 to be pin9 or similar, as pin 11 is the MOSI connection for SPI devices.
Some suggestions:
A light sensor (XC4446Â or similar) to turn both pins LOW during daylight hours.
An audio sensor (XC4438) along with an FHT library to provide beat detection and dance the lights to the music (check our music beat bar project for inspiration!).
You could also use our new Uno with WiFi which includes an ESP866 to host a web-app, which can then communicate with the arduino using Serial.read and Serial.write commands.
Further reading
Not much here for this project, happy hacking and Merry Christmas 😄
Similar projects you may be interested in