Every year I buy the Christmas tree and the LED strips and just plug the Strip to the AC socket and leave it just shuffle. This year I decided to hack into the LED strips and start controlling it with Arduino and the Amazing 1Sheeld Voice Recognition shield.
The LED ControlI bought a small $5 tree and the normal Christmas 2$ LED strip.
The LED strip comes with a box having a push button it's used to shuffle between the light 8 modes.
I get the screw driver and open up this box to hack the circuit inside.
The circuit mainly composed of 4 PCR406 transistors to operate 4 LED Strips and connected to the HN803A to control the signals goes out to transistors. You can get more information about it from "electrical technology" website.
Now I decide to control both it's power and it's shuffling push button so I connect 4 jumpers to the power terminals and to the shuffle button and reconnect them to the relay board and start controlling them using the Arduino and 1Sheeld.
1Sheeld is a platform for Arduino that allows you to tap into your smartphone's sensors and capabilities and let you use them in your Arduino projects.
Basically, it is a hardware shield that sits on top of your Arduino board and communicates over Bluetooth to this Android app, to transfer data between it and your smartphone. You can check the getting started tutorial on 1Sheeld website which will take you step by step till you can operate the 1Sheeld very smoothly and it's an awesome reference for great Arduino projects.
Voice RecognitionIn this project I have used it's amazing Voice Recognition shield:
Mainly I used it to turn on and off the whole system also to shuffle between it's 8 modes just with voice commands which are:
- Waves
- Sequential
- Slo-glo
- Chasing
- Fade
- Twinkle
- Steady
- Combination
Comments
Please log in or sign up to comment.