0% found this document useful (0 votes)
6 views

Pedestrian_Smart_Traffic_Light_Project

The document describes a pedestrian-smart traffic light system using Arduino Uno, which includes components like LEDs, a buzzer, and a push button for safe pedestrian crossing. The system operates by managing light transitions based on button presses, with alerts for pedestrians when it is safe to cross. It also includes troubleshooting tips and power options for the setup.

Uploaded by

Shivam Dwivedi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Pedestrian_Smart_Traffic_Light_Project

The document describes a pedestrian-smart traffic light system using Arduino Uno, which includes components like LEDs, a buzzer, and a push button for safe pedestrian crossing. The system operates by managing light transitions based on button presses, with alerts for pedestrians when it is safe to cross. It also includes troubleshooting tips and power options for the setup.

Uploaded by

Shivam Dwivedi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Pedestrian-Smart Traffic Light System using Arduino Uno

Project Overview
This project is a pedestrian-smart traffic light system using Arduino Uno. It controls traffic signals

and allows safe crossing for pedestrians with a button-activated light and buzzer system.

Components Required
- Arduino Uno

- 2 Red LEDs, 1 Yellow LED, 2 Green LEDs

- Push button

- Buzzer

- 6x 220 resistors

- Breadboard & jumper wires

Circuit Connections
- Vehicle lights: Red Pin 2, Yellow Pin 3, Green Pin 4

- Pedestrian lights: Red Pin 5, Green Pin 6

- Buzzer Pin 7

- Push button Pin 8 (with INPUT_PULLUP)

- All LEDs in series with 220 resistors

- Arduino 5V Breadboard (+), GND Breadboard ()

Code Description
The Arduino sketch manages light transitions:

- Default: Vehicle green, Pedestrian red

- On button press: Vehicle yellow (3s), then red

- Pedestrian light green & buzzer beeps


- After 10s, pedestrian green blinks before returning to default

Working Principle
The push button initiates a safe crossing signal. Buzzer alerts pedestrians when it is safe to cross.

The system uses delays and digitalWrite for controlling outputs.

Troubleshooting Tips
- If LEDs don't light: check wiring and resistors

- If button doesnt work: check pin 8 connection and debounce

- Use Serial Monitor for debugging if needed

Power Options
- USB connection from laptop

- 9V battery with barrel jack

- Power bank with USB cable

Presentation Tips
- Use a cardboard model of a road

- Label vehicle and pedestrian lights clearly

- Show simulation video or live demo via laptop

You might also like