This project is a continuation of another project I have finished, the Solar Powered Cellar LED lighting project. In saying that, basically the circuitry is similar, the LED lighting is the same product. Although in this project, I have implemented an IR remote control sensor to turn the lights on and off, as well as dimming/brightness control.
In this project, I will show you how I ran/mounted my LED strips, connected my wiring, and how I coded the Arduino Uno for IR control.
Step 1
Mount your LEDs! I mounted mine an inch inside the outside trim. Doing this this way ensures the LED strip is not easily pulled off. But if you want you could mount them underneath the ledge.
Also doing this I had to cut out a few holes to run wires through. It's a cinch if you have a dremel or drill.
Step 2
Build the circuit and attach IR sensor as follows.
Step 3
- Code your Arduino. Download the IR Remote Library here: https://github.com/shirriff/Arduino-IRremote. Test the remote and decide which buttons you want to use. Upload irrecv.ino code from the example sketches under IRremote. Jot down the codes from the buttons accordingly.
Step 4
You're finished! Test it out! Here's what my project looks like with video...
Comments
Please log in or sign up to comment.