Sound activated lights

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
[email protected]
 
Posts: 2
Joined: Sat Nov 17, 2012 8:09 am

Sound activated lights

Post by [email protected] »

Using Arduino, how would I set up some Christmas lights that would fluctuate with
music? I am a novice at this stuff so am looking for a simple way to do this.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Sound activated lights

Post by adafruit_support_mike »

Unfortunately, controlling a straight set of Christmas lights isn't an entry-level project.

Entry level projects are built around the idea that mistakes are an inevitable -- even desirable -- part of the learning process, so they're designed to keep the mistakes harmless. Christmas lights use wall power (120v AC in the US), and that has a challenge rating of: "can kill you".

It takes time and experience to get used to working with wall power.. what kinds of conductors, connectors, and safety practices to use.. and then more time and experience to learn how to build circuits that do more than just "turn the light on" and "turn the light off". At best, the mistakes will blow a hole through your favorite set of wire cutters, and at worst will burn your house down around your family while you're sleeping.

Beyond that, the Arduino is a low-power device. Using it to control wall power is a bit like using a mechanical egg timer to steer a pickup truck.. yes, it's possible; no, it ain't simple.

That doesn't mean you're barred from enjoying some blinkenlights though. It just means you need to adapt the circuits to work in the 'safe' zone. In general, that means chopping the string of Christmas lights up into pieces that will work for a supply voltage of 5-12v DC, and controlling each segment separately.

User avatar
[email protected]
 
Posts: 2
Joined: Sat Nov 17, 2012 8:09 am

Re: Sound activated lights

Post by [email protected] »

Ok, thank you. I will research other avenues. HAGD

dyslexic
 
Posts: 23
Joined: Sat Nov 24, 2012 2:40 am

Re: Sound activated lights

Post by dyslexic »


dyslexic
 
Posts: 23
Joined: Sat Nov 24, 2012 2:40 am

Re: Sound activated lights

Post by dyslexic »

dont need relay's with this https://www.adafruit.com/products/268
but the cost is a lot more here's per make relay boards http://arduino-direct.com/sunshop/index ... tail&p=156 this board is Isolated so you power it on it's own supply not the arduino if you use the mega2560 board you can control over fifty relays add a wave sheild for music interface

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”