top of page

2-Way Traffic Light System using Arduino

Updated: Mar 15

In this project, we design a 2-way traffic light controller system using Arduino . In this system, we will arrange the LED lights to glow in a systematic order to control traffic.


Table Of Contents :

Hardware requirements:


Arduino UNO:


Arduino UNO
Arduino UNO

The Arduino is a programmable #microcontroller, it's an open-source electronics proto-type platform. It interacts with the user by receiving input with the aid of sensors and provides the output employing LED, buzzer, etc.,


In order to know more about the Arduino UNO, refer to this article.


LED's:

LED's
LED's

LED is a semiconductor light source that emits light when a current passes through it. Electrons in the semiconductor combine with holes by passing through the gap which inturns release energy in the form of photons. In this project, we use 6 LEDs (Red, Green, Yellow).

Resistors:

Resitors
Resitors

Resistor as the name signifies, opposes the flow of electrons. The Resistor is a passive element and has two terminals. They are basically used to monitor the current flow and also as voltage dividers. The #resistor that we would use in this circuit is a 1 k-ohm resistor and the color code for this resistor is Brown, Black, Red and Gold.


Connecting wires:


Connecting wires
Connecting wires

Connecting wires are used to establish connections between different components in the circuit.

Software requirements:


Arduino IDE:

Arduino IDE-logo
Arduino IDE-logo

The Arduino IDE (Integrated Development Environment) is a cross-platform application (for Windows, macOS, Linux) that is written in functions from C and C++. It is used to write and upload programs to Arduino compatible boards, but also, with the help of third-party cores, other vendor development boards.


Circuit connection:




Circuit connection involves the following steps:


  • The negative terminals of the two sets of LED's are connected to the ground pin of the Arduino through a 1 k-ohm resistor.

  • The positive terminals of the 6 LED's are connected to digital pins 1-6 of the Arduino.

Code explanation:



Working:

The Arduino is loaded with the code and executed. We can observe that if green LED glows in a set then in other set, red LED glows and vice-versa. Yellow LED glows in both sets simultaneously.


Video By - Amber Bhattacharya and Neha Patil

Traffic Signal Drawings and Images:

To better understand traffic signal arrangements, refer to various traffic signal drawings commonly used in traffic engineering. These drawings showcase the layout and positioning of traffic signals at different intersections.

Additionally, observe traffic signal images showcasing the different colors (green, yellow, and red) and their meanings. The green light signals "go" or "proceed," the yellow light serves as a warning, indicating the light will change to red, and the red light indicates "stop."

Traffic Signs in India:

In India, traffic signs play a pivotal role in regulating vehicular flow and ensuring road safety. Familiarize yourself with common traffic signs such as Stop signs, No Entry signs, and Pedestrian Crossing signs. Understanding these signs is vital for maintaining road discipline and preventing accidents.


Conclusion:

By successfully constructing the 2-way traffic light controller using the Arduino UNO microcontroller, you have honed your Arduino programming skills while gaining practical insights into traffic signal operations. Exploring traffic signal drawings and traffic signal images, along with understanding traffic signs in India, emphasizes the importance of efficient traffic management and road safety practices.


 

See also:


















Follow us -


Please do follow us i.e #learnelectronicsindia to get daily updates about new blogs, videos, courses, quizzes and contests.



Check Us :-

Click on the below links for internship and other opportunities:



Content Written by-


Name - Kiranmai Chigurupati

Portfolio Link - click here

Related Posts

See All
bottom of page