Hello everyone, in this video I will be building a LED project using Arduino UNO.
This is controlled with Infrared remote. By using this remote we can change the pattern of the LED
This LED project uses 12 LED in sequence and it will show 5 effects based on key 1,2,3,4,5 pressed on IR Remote.
Steps to build the project
-----------------------------------------
1. To build it, we need Arduino UNO, breadboard, IR Receiver, IR Remote, 12 nos. 220 ohm resistors, 12 LED, (same or different colors) and some Male to Male to jumper wires.
2. Plug all the LEDs to the breadboard, such that all negative pins to plug on ground and positive pin on inner section of breadboard.
4. Now plug one end of resistor on the line of the positive pin(anode) of all LEDs.
5. Connect one end of jumper wire to pin 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 of the Arduino UNO and plug other end on the inner section of breadboard
6. Now plug the other end of the resistors on the line where jumper wire connected on breadboard
7. Connect one end of jumper wire to Arduino UNO ground pin and other end on the line of negative pin of LED on breadboard
8. Now plug the IR receiver on breadboard and connect output signal pin to Arduino digital pin - 13 using jumper wire, similarly connect the ground pin to Arduino ground and VCC (5 V) pin to Arduino 5V pin through jumper wires
9. Connect a wire between 5th and 6th sub sections of outer section of breadboard where LED are plugged, this it to send power to from one end to the other end on outer section on breadboard
10. Now the circuit is ready to upload the code through Arduino Uno.
Steps to upload the code
----------------------------------------
1. Connect Arduino UNO device to any USB port on your system.
2. Now using Arduino IDE, select Arduino UNO device and PORT then upload the code
Now the project is ready to go.
Circuit Diagram Link
--------------------------------
https://drive.google.com/file/d/1wZQR...
Code link
---------------
https://drive.google.com/file/d/1oot3...