Project Title:
Traffic Light System using Arduino
Description:
I built a traffic light system using Arduino with LEDs connected to pins 2, 3, and 4.
Green = Go
Yellow = Ready to stop
Red = Stop
The video shows the hardware wor…
Project Title:
Traffic Light System using Arduino
Description:
I built a traffic light system using Arduino with LEDs connected to pins 2, 3, and 4.
Green = Go
Yellow = Ready to stop
Red = Stop
The video shows the hardware working in real-time. This project demonstrates basic Arduino control, LED sequencing, and timing logic.
What’s Next:
I plan to expand this project by:
Adding a pedestrian crossing button to control the lights interactively.
Integrating an ESP32 module to make the traffic system controllable via Bluetooth or Wi-Fi.
Creating a scaled smart city traffic simulation with multiple intersections.