How to Make Your Own IR Mood Lamp

by ASpace25 in Circuits > Arduino

3244 Views, 44 Favorites, 0 Comments

How to Make Your Own IR Mood Lamp

Screenshot (83)-min.png

Home decorations with lighting are beautiful but creating that lighting by yourself is awesome. In today’s video I’ll show you how you can make your own IR mood lamp with very few components. The build is pretty easy and simple to understand.

Watch the Video.

How to make your own IR mood lamp

Part List:

Screenshot (96).png
Screenshot (97).png
Screenshot (98).png

Components and Materials
1.Arduino:https://goo.gl/vWUrgK
2.IR receiver:https://goo.gl/1VEJkW
3.RGB 5mm led: https://goo.gl/P5K8V
4.DC jack
5.Switch
6.5mm Red led
7.5V Power supply.
8.Female Headers
9.Perfboard
10.Acrylic sheet.
11.5mm pitch plywood

Tools
1.Gluegun
2.Hacksaw
3.Electric drill
4.Filer
5.Electric tape

Building the Enclosure and the Frame.

Screenshot (85).png
Screenshot (86).png
Screenshot (87).png
Screenshot (88).png
Screenshot (89).png
Screenshot (91).png
Screenshot (92).png
Screenshot (95).png
Screenshot (93).png
Screenshot (94).png

I used a pitch plywood of 5mm thickness so that I can build the enclosure out of it,here is the measurements of each parts.

1. base-(10*10 cm)
2. top-(11*11 cm)
3. sides-(10*4cm) X 2
4. sides-(11*4cm) X 2

I used acrylic sheet of thickness 3mm and cut out 3 equal pieces with dimension (22*4cm) to form a triangular shaped frame.

Setting Up the Electronics.

Screenshot (99).png
Screenshot (100).png

I used a Arduino Nano as the brain of the system with IR receiver and a RGB led as a complimentary parts.
Firstly connect the data out pin of the receiver to pin 11 of the arduino,and don't forget to connect the ground and vcc pins.
Now an important thing here is to download the IRremote library if you don’t have it already.Now under example just upload the IRrecvdemo code without making any changes.Once the upload is done,press any key of your remote and you’ll see the hexadecimal value of that key in the serial monitor.

IR library Arduino: https://github.com/z3t0/Arduino-IRremote
Link for code:https://github.com/aryandec25/IR-mood-lamp
Schematic:https://easyeda.com/ASpace/IR_mood_Lamp-5df914bd7b244640917c7913dcd9f465

Now take 3 wires from pin 3,7,9 of the Arduino to the cathodes of the RGB led,then connect the common anode to +5V. Now,upload the code and lets give it a test.Once you know everything is working as per as your idea.Its time to pack it inside the enclosure.

Success.

Screenshot (102).png
Screenshot (101).png

I hope you like this video. So don’t forget to like share and subscribe.You can support me through patreon,that really helps to keep the show going.
Thanks for watching and I’ll see you in the next video.