Traffic Light Controller System Using Counter
Traffic Light Controller System Using Counter
Traffic Light Controller System Using Counter
net/publication/348578000
CITATIONS READS
0 11,015
9 authors, including:
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Kazi Shahadat Kabir on 18 January 2021.
Abstract−The simple traffic light controller design environmental pollution caused by traffic Most importantly
project was introduced to alleviate this shortcoming and increases road safety. Control down to 4-phases traffic
gain experience in solving implementation and system with the traffic flow optimization strategies are the
interfacing problems of a modern digital system. we main objective of this project.
implement a fully functional traffic signal controller for
II.TRAFFIC-LIGHT CONTROLLER DESIGN
a four-way intersection. The function of a traffic light
controller requires sophisticated control and This project describes a simple traffic light controller
coordination to ensure that traffic moves as smoothly design project for a junior level VLSI class at the Bijoy
and safely as possible. The project was designed in Sarani. It requires to develop a state machine-based
DSCH by using a 4-bit counter. The software controller for traffic signals at a four-way intersection. This
implementation of the circuit was simple and reliable. intersection has two travel lanes in each direction; east,
west, north and south. This project stresses the difference of
Keywords— Counter, alleviate, DSCH, Traffic writing DSCH and Cadence Virtuoso for modelling and
Control, flip-flop, timer, logic control. synthesis and Microwind for creating the schematic layout.
Optimize the traffic flow at network junctions.
I. INTRODUCTION
III. TRAFFIC-SIGNAL PHASE SEQUENCES
Traffic lights, also known as traffic lamps, traffic signals,
stoplight, stop-and-go lights semaphore or robots, are The traffic light controller must handle a four-phase
signalling devices positioned at pedestrian crossings, road signal intersection. If we consider only straight way
intersections, and other locations to control competing flows of direction when Bijoy Sarani street is on then traffic is
traffic. Traffic lights have installed in most cities around the followed by North to South or South to North alternatively.
world to control the flow of traffic. It assigns the right of way During this EW street traffic is stopped by Red signal. After
to road users by the use of lights in standard colours (Red completion of NS street now EW street traffic is followed
- Yellow - Green), using a universal colour code (and a by East to West or West to East alternatively. If we
precise sequence, for colour blind). Traffic lights are used at considered another possibility to follow traffic in another
busy intersections to more evenly apportion delay to the direction rather than straightway direction, we can see from
various users. The increasing amount of traffic in the cities fig.1 that during Bijoy Sarani street on vehicles can go to
has a large impact on the congestion and the time it takes to left or right direction according to North-South direction
reach a certain destination. parallelly to main direction because EW street is OFF
during this. Similarly, we can say about EW street.
A Traffic light controller plays a very important role to control
the vehicles on the busy roads. Nowadays there are occurring
many accidents because of the lack of properly maintained
traffic signals. Besides, it creates a huge traffic jam. For
example, in Dhaka city, the flow of vehicles in most of the
crossways is not properly maintained. As a result, Dhaka city is
badly affected by the traffic jam. This traffic light controller
can be used to solve the traffic problem.
V. COMPONENT DESCRIPTION
Asynchronous counter: Asynchronous counters are
Logic Gate: An AND gate and an INVERTER is used those whose output is free from the clock signal. Because
for this project. The inverter inverts high input to low output the flip flops in asynchronous counters are supplied with
and low input to high output. Here inverter is also used for different clock signals, there may be a delay in producing
controlling lights. output Asynchronous counter is a type of counter where
clock pulse is provided to the clock input of the first flip-
D flip-flop: The D flip-flop tracks the input, making flop only. The second flip-flop is triggered by the output of
transitions with match those of the input D. In a D flip-flop the first flip-flop, the third flip-flop is triggered by the
there is one input and one clock. If the input is high when output of the second flipflop, and so on.
the clock pulse is applied the flip-flop will set.
Fig.12: Observation 1 .
X. CONCLUSION
XI. REFERENCES