Skip to product information
1 of 2

vendor-unknown

Make a Traffic Light System using Arduino Uno - KT946

Make a Traffic Light System using Arduino Uno - KT946

SKU:KT946

100 in stock

Regular price Rs. 799.00
Regular price Sale price Rs. 799.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


Introduction

In this project we are making a Traffic Light System which consists of the LEDs for making a simulation of traffic lights, the blinking time of each LED should be the same with those in the traffic lights system.

HARDWARE REQUIRED

SOFTWARE REQUIRED

Arduino IDE (Programmable Platform for Arduino)

CLICK TO DOWNLOAD: https://www.arduino.cc/en/Main/Software

PIN DESCRIPTION

LED

CIRCUIT DIAGRAM

  • connect all the negative of the leds then connect to the ground pin of Arduino UNO
  • Positive of green Led to Arduino’s digital pin 8 via 220-ohm resistor adding on the positive terminal of led.
  • Positive of Yellow Led to Arduino’s digital pin 9 via 220-ohm resistor adding on the positive terminal of led.
  • Positive of Red Led to Arduino’s digital pin 10 via 220-ohm resistor adding on the positive terminal of led.

CODE

Click to see the code or copy the link:

https://docs.google.com/document/d/e/2PACX-1vTD0ysLgo207_IH-FD7uz6hw1hhRGa79ofD-Iq4oWLJvVdOV_78QCY9IVDfSamcC_D0VOZD0n_ii2Ly/pub

WORKING

Welcome to the Arduino Based Project which consists of the LEDs for making a simulation of traffic lights, the blinking time of each LED should be the same with those in the traffic lights system. In the program, we use Arduino delay () function to control delay time.

So, when the uploading process is completed, we can see the traffic lights of our own design. The green light will be on for 5 seconds, and then off., followed by the yellow light blinking for 3 times, and then the red light on for 5 seconds, forming a cycle. And the Cycle repeats.