Hi friends, today we are going to make a four way traffic light controller using a PIC16F84 microcontroller. In this project we will operate three LEDs (RED, YELLOW, and GREEN) according to the traffic rules.
- Illumination of the green light allows traffic to proceed in the direction denoted,
- Illumination of the yellow light denoting, if safe to do so, prepare to stop short of the intersection, and
- Illumination of the red signal prohibits any traffic from proceeding.
four way traffic contoll using PIC16F84A microcontroller
Components:
1) Four set of Red-Green-Blue LEDs
2) PIC16F84A microcontroller
3) 22uF capacitor – 2 no.
4) Crystal oscillator 4MHz
5) 10KΩ resistor, 330Ω resistors
6) 5V battery
Description:
1) In this project we are going to operate (control) a four way traffic light signal using PIC16F84A microcontroller. First thing we have to do is , simply connect four set of Red-Green-Yellow LEDs to respective pins of PIC16F84A microcontroller as shown in circuit diagram(you can also use separate LEDs just connect all common terminals (negative) to ground with 330Ω resistor in series with each LED).
2) 5V supply to the pin number 14.
3) Ground pin number 5.
4) Connect two 22uF capacitors in parallel with two terminals of crystal oscillator.
5) Make all the remaining connection as shown in figure.
Click below link to download .C and .HEX files for this project
Source : Four way traffic light signal using PIC16F84A microcontroller: