Smart Traffic Light Control System Embedded Systems Project

Abstract

Considering the heavy traffic congestion on daily basis sometimes emergency vehicles like ambulances get stuck in the congestion which complicates the situation. Normal traffic lights are not able to operate according to the requirement of emergency vehicles. So, our project aims to make them operate keeping the track of the emergency.

Design/Algorithm

We are operating the traffic light based on the interruption given by the emergency vehicle. So when it gets interrupted by an ambulance it turns off all the traffic signals apart from the one on which the ambulance is coming.
Proposed- In the Smart Traffic Light Control System project IR transmitter is being used which will transmit the code and the receiver will detect it then the microcontroller(Arduino) will get an interrupt and it will stop the normal functioning of the traffic signal and free the path of the ambulance by making the light green.
CCN components to be applied-
Source encoding and Decoding and error detection like checksum and parity Checker.

Design Schematic/Flow Diagram/Block Diagram

Components Used (S/w, H/w)

Hardware components:

• IR module
• Arduino
• Breadboard
• LEDs, Resistors
• Jumper and connecting wires

Software Used:

• Arduino(IDE)

Cost Estimation:

Around 250 if we use a general microcontroller instead of Arduino.

Work Done

Whenever there is no emergency vehicle like an ambulance, the traffic system will work as usual but when the vehicle comes it will turn on the green light (according to the program) so the ambulance will not have to wait.
For making it foolproof, source encoding and error detection are done by assigning a specific code to the ambulance.

Working Constraints

  • The traffic congestion needs to happen for deploying this technique.
  • Only aiming at VIP/Ambulance vehicles.
  • Works using IR so restricted to a particular radius.
  • Only applicable to Tier-1 cities with traffic lights already installed.

Future Scope of Project

  • In the future, this project can be implemented for every vehicle irrespective of the priority.
  • IR can be replaced by GPS modules to increase the effectiveness and span of the connection.
  • It can be used as a tracking device by the company to seek their employee’s current positions, like pizza delivery or e-kart suppliers, etc.
  • By using the tracking sensor we can implement our traffic cloud system to help users to navigate through the less clumsy path.