Traffic Light using Arduino

Difficulty Level
Easy
Project Duration
<2 hours
Project Expenditure
Rs. 2500
Project Scale
Semester Projects

Components Required

  • Arduino UNO x 1 (Rs. 2000)
  • Jumper Wires (Generic) x 10 (Rs. 40)
  • LEDs (Red, Green & Yellow) (Rs. 30)
  • Breadboard (Generic) (Rs. 220)

Softwares Required

  • Arduino IDE (Free)

Project Description

In this project I will Demonstrate you how to make a very simple and very cool traffic light Using Arduino.

This project will involve using a little a bit of code and a very simple circuit that’s great for beginners.

The video further down this page will go through all the steps to completing this cool traffic light project.

This simple little project uses an Arduino and some LEDs to replicate a traffic light. It uses code as an internal timer and continues to run until you cut the Arduino’s power supply.

 

Working on Basics

The LED have been powered by Arduino UNO (Board). It contains a code which uploaded to the board. And once it simulated LED Start’s blinking like a traffic light. In this 15 Second will for Red Light 6 Second for Yellow Light (In my Project Blue) and 20 Second for Green Light.

 

Usage

There is multiple usage of the project:-

  1. If you are beginner so it is a intro to arduino
  1. You can Make a real but small Traffic Light using it
  1. You can also add more LED and Can change as per your usgae

Wiring

  • Hook the GND pin (Negative Pin) of all led to Pin GND of Arduino.
  • Connect Red LED VCC Pin (Positive Pin) to Pin 9 of Arduino.
  • Connect Yellow LED VCC Pin (Positive Pin) to Pin 8 of Arduino.
  • Connect Green LED VCC Pin (Positive Pin) to Pin 7 of Arduino.

Arduino Code

Leave a Reply

Your email address will not be published. Required fields are marked *