You are on page 1of 2

EE 2501 Design Project Summer ’15

Objective: Design and construct the electronics to control a complex traffic light system.

Description: After observing the exceptional work you did on your parking deck design, the Cobb
County Transportation office has hired you to design and prototype the electronics for
a newly sophisticated traffic light system at a heavy and highly congested four-way
intersection. The intersection consists of two major highways, Highway 120 and
Miller Parkway, a new highway honoring our past governor and US Senator who
continues to be a vital supporter of the University System of Georgia. At the
intersection, Highway 120 is situated North and South while Miller Parkway is
situated East and West. There is a sensor which detects the total number of vehicles
at both sides of Miller Parkway headed East or Westbound. There are also two
similar sensors for left turn lanes, one for West-North traffic & East-South traffic, and
one for South-West traffic & North-East traffic. In addition, there is a train rail-line at
the intersection which travels in parallel to Hwy 120 on the intersection’s West side.

• The default condition for the traffic light system is for the North-South
traffic on Highway 120 to have a green light that lasts at least 10 seconds while
both of its Left Lanes are not green. Also, the East-West traffic light is to
default Red. Highway 120’s North and South light remains green until a
sufficient number of vehicles forces a light change as described in the priority
order scheme described below in detail. Also no trains will be initially present.
• After a total of 2 or more cars approach any opposing left lane, they have
first priority to turn with a green light for 10 seconds iff any opposing
traffic has had their respective green light for its minimum 10 seconds.
Otherwise, the 2 or more cars in left lanes must wait until the 10 seconds have
expired. Be sure to take necessary precautions of correctly setting other lights
to prevent wrecks! Also, remember to be careful with the train situation.
• After a total of 4 or more cars approach either side of Miller Parkway, they
are allowed to proceed with a green light for at least 10 seconds but no more
than 24 seconds if and only if any opposing traffic (including the left lanes if
necessary) has already had their respective green light for its minimum 10
seconds. Otherwise, the 4 or more cars on either side of Miller Parkway must
wait until the 10 seconds have expired. Again, be sure to take necessary
precautions of correctly setting lights to prevent collisions!
• During any green light to red light transition, a respective yellow caution
light should be activated immediately after the green light is turned off and just
before the red light is on. The yellow light is to last for only three (2) seconds.
• Priority review of the light sequence: Highest priority is given to the
default state which is Green for Highway 120 & Red for Miller Parkway with
all Left lanes not green. The next most priority is given to the Miller Parkway
Left Turn lanes followed by a Green light for traffic traveling straight on
Miller Parkway. Before returning to the default state, the Left Lanes for
Highway 120 have priority if a sufficient number of vehicles are waiting to
turn (ie. 2 or more). This priority characterization is quite normal for T-lights.

• In addition, Miller Parkway goes over Interstate 75 on a bridge prior to


arriving at the Hwy 120 intersection. There is an access ramp from the East
side of Miller Parkway onto Interstate 75 South. Depending on the speed of I-
75 traffic, a variable timer could queue cars onto I-75. The minimum wait time
is 0 seconds with I-75 speeds at or above the speed limit (i.e. constantly green).
The maximum wait time is 25 seconds when traffic on I-75 comes to a
standstill and looks more like a parking lot. When the traffic is in between
these two extremes, the amount of varying time should be in a linear
relationship to the speed of I-75 traffic (i.e. a direct proportion). You may grant
a green light for the cars on the on-ramp at a minimum of 2 to 3 seconds in its
worst case scenario. We may axe this part of it as we have a lot already!
• Yet an additional option is that you could design and build a remote control
for emergency personnel such as state troopers, HEROs, ambulances, firemen,
etc., who need to speed through the intersection on rare occasions. The remote
control should be configured in such a way that they can force a green light
transition in any direction at the intersection. (For ease, use IR rather than RF)

Inputs: Highway 120 Left Lane Pushbutton Switch (effectively post-debounced)


simulates detecting a vehicle waiting to turn left from Highway 120
disabled and count is reset when the Hwy 120 left turn light is green
Miller Parkway Left Lane Pushbutton Switch (effectively post-debounced)
simulates detecting a vehicle waiting to turn left from Miller Parkway
disabled and count is reset when the Miller Pwy left turn light is green
Miller Parkway Pushbutton switch (effectively post-debounced)
simulates detecting a vehicle waiting on either side of Miller Parkway
count is reset both when the Miller Parkway light is green and yellow
- Train Toggle switch
simulates a train arriving when in the ON position. While a train is in
the intersection, 2 red LEDs should alternately blink at 1 Hz. (± 10%)
- Miller Parkway Rotary Potentiometer switch Optional for extra credit!
simulates detecting the speed of automobile traffic on I-75 South
- IR Receiver LED used in the case of an emergency. Optional!

Outputs: - Count Display for the total number of vehicles waiting in Hwy 120 left lanes
- Count Display for the total number of vehicles waiting in Miller Pkwy left lanes
- Count Display for the total number of vehicles at either side of Miller Parkway
- Red, Yellow, and Green LEDs to indicate the East-West Miller Parkway status
- Red, Yellow, and Green LEDs to indicate the North-South Highway 120 status
- Yellow and Green LEDs to indicate the Left Turn Lane status for both Highways
- A strobing LED at 2 Hz with a Duty Cycle of 30% whenever Highway 120 is Red
- 2 Red LEDs that are off when no train is present and otherwise blink at 2 Hz
- Red and Green LEDs to indicate the status of the access ramp onto I-75
- IR Transmitter completely operated remotely. (use batteries and soldering)

Technology: SSI, MSI, and LSI circuits using solderless prototyping breadboard with PLDs (use
at least one GAL22v10 or more complex PLD) and small soldered remote board.

NOTES: In order to perform this project in stages build subcircuits in steps over weeks in lab.
- Design and implement the counter and displays
- Develop on paper your state diagram and associated equations
- Program your PLD using VHDL
- complete all other requirements from above and demo for the design project

You might also like