
Traffic lights were first invented in the year 1868 at London’s House of Commons where traffic light signals were placed at intersections of George and Bridge Street. Later the traffic lights were developed in the year 1914 by an American Traffic Signal Company, which fixed green and red lights at corners of the 105th street and Euclid Avenue in Cleveland, Ohio. During this period traffic lights were controlled either by timing or by switching manually.
Traffic lights are also named as stoplights, road traffic lamps, traffic signals, stop-and-go lights which are signaling devices placed at road crossings, everyday pedestrian crossings and other locations to control competing flows of traffic. Traffic lights have been fixed allover the world in many cities. Traffic light control assigns a right way to the road users by using lights in normal colors (red – amber/yellow – green).Traffic light control system uses a worldwide color code (a specific color order to enable color recognition for those who are color blind).
In China, there were unsuccessful efforts to change the importance of “red” to “go” during the Cultural Revolution. Typically traffic lights consist of three types of colored lights such as red, orange and green. In a typical cycle, turning on of a green light allows traffic to continue in the way indicated. Similarly,lighting of the amber/orange light for a short time of transition represents a signal to prepare to stop, and the Illumination of the red signal disallows any traffic from going on.
The main objective of this traffic light controller is to provide sophisticated control and coordination to confirm that traffic moves as smoothly and safely as possible. This project makes use of LED lights for indication purpose and a microcontroller is used for auto changing of signal at specified range of time interval. LED lights gets automatically turns on and off by making corresponding port pin of the microcontroller “HIGH”.
Working of the Traffic Light Controller
In the above circuit diagram of traffic light controller,a seven-segment display is used as a counter display, and three LEDs are used for the purpose of traffic light control. An 8051 Microcontroller is the brain of this whole project and is used to initiate the traffic signal at the intersections on road. This circuit diagram makes use of a crystal oscillator for generating frequency clock pulses. The LEDs are interfaced to the Port zero of the microcontroller and are powered with 5v power supply. Seven-segment display is connected to the port2 pins of the 8051 microcontroller with a common anode configuration.
The LEDs get automatically switched on and off by making the corresponding port pins of the microcontroller high, based on the 8051 microcontroller and its programming done by using KEIL software. At a particular period of time, only the green light holds ON and the other lights remains OFF, and after sometime, the changeover traffic light control from green to red takes place by making the succeeding change for glowing of yellow LED.
Density Based Traffic Signal System
A prototype of traffic light control system is made by using Infra-Red sensors along with major components Microcontroller and LEDs which are used for controlling traffic signals based on the density of the traffic. The junction taken into consideration is a four-side junction with the traffic flow on each side is only in one direction. This traffic light control system consists of the following three main components:
- Display Unit: It consists of 3 LEDs: Green, Red and Orange on each side of the junction– a total of 12 LEDs of three colors are placed at the junction.
- Detector Unit: It consists of a combined arrangement of photo diode and IR LED at every junction for detecting the presence of vehicles based on the change in resistance.
- Controller Unit:This control unit contains a microcontroller which receives the output data from the IR Sensors and controls the glowing of LEDs based on the programming.
This traffic light control system works on the concept of fixed time allocation at each side of the junction which cannot be changed as per varying traffic density. Timings allotted at every junction are fixed .Sometimes higher traffic density at one side of the junction demands longer time duration for green signal compared to the standard allotted time.
0 Comments