Skip to product information
1 of 2

vendor-unknown

Blink 3 LED's in series pattern Interfacing with Arduino Uno - KT935

Blink 3 LED's in series pattern Interfacing with Arduino Uno - KT935

SKU:KT935

100 in stock

Regular price Rs. 949.00
Regular price Sale price Rs. 949.00
Sale Sold out
Shipping calculated at checkout.

For refund/return/replacement, call us at +91 95995 94524 For bulk and B2B enquiries kindly mail us at support@rees52.com

  • Fast Shipping
  • Affordable Price
  • Support
View full details

KIT INCLUDES:


HARDWARE REQUIRED

SOFTWARE REQUIRED

Arduino IDE (Programmable platform for Arduino)

Link to download the software: https://www.arduino.cc/en/Main/Software

PIN DESCRIPTION

L

CIRCUIT DESCRIPTION

  • Connect Arduino with the DC Jack and connect 3 LED’s on breadboard as shown above.
  • From left side 1st LED’s Positive Pin (Long leg) connected to Arduino’s Pin 13 and LED’s Negative Pin (short leg) to GND.
  • The 2nd LED's Positive Pin (Long leg) is connected to Arduino’s Pin 12 and LED’s Negative (short leg) is connected to GND.
  • The 3rd LED's Positive Pin (Long leg) is connected to Arduino’s Pin 11 and LED Negative Pin (short leg) is connected to GND.
  • Connect Arduino’s GND to breadboard GND to make further negative connection.
  • Upload the code given below.

CODE

Click to see code here: https://docs.google.com/document/d/e/2PACX-1vQBi5O4bnFaTroXMhaeULOR-Ga9pEw4uwzrXvLipoY42hDKfcgSd4Gy9K_Vs4JPEP8DeeLTGKsQ-B45/pub?embedded=true


WORKING

Welcome to the Arduino Based LED Blinking Project which consists various LED’s blinking in a specific pattern. First, it is important to know that the circuit connection is made as given above for the desired output. All the Negative Pin (short leg) of LED’s must be connected to the GND Pin of the Arduino Uno and Positive Pin (long leg) of LED’s to the given Pins of the Arduino Uno. Then, upload the code and you will see three LED’s glow in a series pattern.