Welcome to our mini arduino project, created to showcase the usage of automation in solving real-life problems
Traffic jam is one of the most common problems in modern society, and among many solutions comes the idea of automating a model to anticipate and the solve the jamming logically, and for the purpose of demonstration this project is written in C++ and implemented on Arduino-Mega chip.
This traffic light controller will be used to control the flow of traffic. These can be applied at high traffic areas to avoid traffic blocks or accidents. The main part of this project is the Arduino which will control the LEDs and their timings to guide the vehicles.
Here is a list with all hardware components used in the project
Component | Quantity |
---|---|
Arduino Mega 2560 | (x1) |
Ultrasonic Sensor HC-SR04 | (x4) |
Generic LEDs Red-Green-Yellow | (x4) |
Generic Resistors 220 Ohm | (x12) |
Jumber Wires | (xN) |
Breadboards | (x4) |
State Diagram
Circuit Diagram
Coming :)
Licensed under MIT.