In this project I am going to discuss how we can blink 3 LED lights using Arduino UNO. Basically we will make a circuit with 3 LED with Arduino UNO and upload a code by using Arduino IDE.
Connections- Arduino Digital Pin 2 to Yellow LED Anode
- Arduino Digital Pin 3 to Red LED Anode
- Arduino Digital Pin 4 to Green LED Anode
- Arduino GND to Breadboard GND
- LED light's Cathode to Breadboard GND
Here Yellow, Red, and Green 3 LED lights are connected with the Arduino digital pin 2, 3 and 4 respectively. From this 3 digital pin led lights will get the power for turning on. Blink a led light means that the led light will lit up for a while and it will turn off after a while. After completing the upload of the code the circuit will be functioning according to our code.
Steps to Upload the CodeStep-1
First Open the Arduino IDE.
Step-2
Then Write the whole code.
Step-3
Connect the Arduino UNO with our computer/laptop by the help of data cable.
Step-4
a) Select Tools > Port
and select the correct port.
b) Select Tools > Boards > Arduino UNO
Step-5
Last but not the least Save your program and upload the program to the Arduino UNO.
Demonstration VideoAdditional Links1. Github Repository: https://github.com/MakerBuddy/arduino-basics-projects/tree/main/Project-%232
2. Tinkercad Link: https://www.tinkercad.com/things/fp7phntWLOh
Comments
Please log in or sign up to comment.