You are on page 1of 28

8/19/2017 User Manual for Traffic Light Controller

/ My Cart (ht t ps : / / www. pant ec hs olut ions . net / c hec k out / c art / ) / Chec k out (ht t ps : / / www. pant ec hs olut ions . net / c hec k out / onepage)

c y 5uZXQvaW 50ZXJmY W NlLW Nhc mRz LXR1dG9y aW Fs c y 91c 2V y LW 1hbnV hbC1mb3It dHJhZmZpY y 1s aW dodC1jb250c m9s bGV y P 19fX1NJRD1V / )

(h ttp s ://w w w .p a n te ch s o l u ti o n s .n e t/)

0 My Bag
0 item(s) - 0.00
(https://www.pantechsolutions.net

Home (https://www.pantechsolutions.net/) / Products (https://www.pantechsolutions.net/products) / Interface cards


(https://www.pantechsolutions.net/interface-cards) / Tutorial (https://www.pantechsolutions.net/interface-cards-tutorials) / User Manual for Traffic Light
Controller

User Manual for Traffic Light Controller (/interface-cards-tutorials/user-


manual-for-traffic-light-controller)
Writ e a rev iew

PART NO: PS-ACC-TRAFFIC

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 1/28
8/19/2017 User Manual for Traffic Light Controller

PS-ADD-ON Traffic light controller card (https://www.pantechsolutions.net/interface-cards/traffic-light-


controller-interface-card) consist of 12 Nos. point LEDs arranged by 4-wayLanes. Each lane has Go
(Green), Listen (Yellow) and Stop (Red) LED is being placed. Each LED has provided for current limiting
resistor to limit the current flows to the LEDs. All LED lines and power lines are terminated by the 20pin
connector, to interface development kits.

SPECIFICATIONS
4-Way Traffic Management

RED / Green / Yellow LEDs arranged by Lane

20-pin Box Header All LEDs and Power lines terminated at box connector

20-pin FRC Cable To connect host boards (Microcontroller/Processor/FPGA Kits)

CARD FEATURES
4way Traffic Lane sections

20-pin Box Connector

POINT LEDS

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 2/28
8/19/2017 User Manual for Traffic Light Controller

The Super Bright Red source color devices are made with Gallium Aluminum Arsenide Red Light
Emitting Diode.

Dice - Super Bright Red (GaAlAs)

Lenses - RED DIFFUSED

Iv (mcd) [2] @ 20mA - (min 380 - max 700)

Viewing Angle [1] - (21/2) 60

Low power consumption.

Versatile mounting on p.c. Board or panel.

T-1 3/4 diameter flangeless package.

Reliable and rugged.

KIT INCLUDES
Traffic light controller card (https://www.pantechsolutions.net/interface-cards/traffic-light-controller-
interface-card)

Interface Cable

Datasheets | App notes

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 3/28
8/19/2017 User Manual for Traffic Light Controller

TRAFFIC LIGHT CONTROLTRAFFIC LIGHT CONTROL

Traffic lights (https://www.pantechsolutions.net/interface-cards/traffic-light-controller-interface-


card), which may also be known as stoplights, traffic lamps, traffic signals, signal lights, robots or
semaphore, are signaling devices positioned at road intersections, pedestrian crossings and other
locations to control competing flows of traffic.

ABOUT THE COLORS OF TRAFFIC LIGHT CONTROL ABOUT THE COLORS OF


TRAFFIC LIGHT CONTROL
Traffic lights (https://www.pantechsolutions.net/interface-cards/traffic-light-controller-interface-card)
alternate the right of way of road users by displaying lights of a standard color (red, yellow/amber, and
green), using a universal color code (and a precise sequence to enable comprehension by those who are
color blind).

In the typical sequence of colored lights:

Illumination of the green light allows traffic to proceed in the direction denoted,

Illumination of the yellow/amber 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. Usually, the red light contains some
orange in its hue, and the green light contains some blue, for the benefit of people with red-green color
blindness, and "green" lights in many areas are in fact blue lenses on a yellow light (which together appear
green).
https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 4/28
8/19/2017 User Manual for Traffic Light Controller

HARDWARE DESCRIPTION OF TRAFFIC LIGHT INTERFACE


(https://www.pantechsolutions.net/interface-cards/traffic-light-controller-interface-
card)

Traffic light controller card (https://www.pantechsolutions.net/interface-cards/traffic-light-controller-


interface-card) consist of 12 Nos. point led arranged by 4Lanes. Each lane has Go(Green), Listen(Yellow)
and Stop(Red) LED is being placed. Each LED has provided for current limiting resistor to limit the current
flows to the LEDs. LED1 to LED12 are terminated by the 20pin box header.

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 5/28
8/19/2017 User Manual for Traffic Light Controller

HARDWARE CONFIGURATION OF TRAFFIC LIGHT WITH 8051/8086/8085


(https://www.pantechsolutions.net/interface-cards/traffic-light-controller-interface-
card)

PROGRAMS ON PS-ADDON TRAFFIC LIGHT CONTROLLER

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 6/28
8/19/2017 User Manual for Traffic Light Controller

a) TRAFFIC LIGHT CONTROLLER INTERFACING WITH 8051 TRAINER KIT


(https://www.pantechsolutions.net/interface-cards/traffic-light-controller-interface-
card)
GPIO- I (8255) J1 CONNECTOR

PORTS ADDRESS

Control REG 4003

PORT A 4000

PORT B 4001

PORT C 4002

PROGRAM : 1

AIM

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 7/28
8/19/2017 User Manual for Traffic Light Controller

Interface Traffic light controller with 8051 using 8255 (https://www.pantechsolutions.net/interface-


cards/traffic-light-controller-interface-card)

PROGRAM:

ADDRESS OPCODE MNEMONICS

9100 90 92 00 START: MOV DPTR,#9200

9103 7A 0C MOV R2,#0C

9105 E0 MOVX @DPTR,A

9106 C0 83 PUSH DPH

9108 C0 83 PUSH DPL

910A 90 40 03 MOV DPTR,#4003

910D F0 MOVX @DPTR,A

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 8/28
8/19/2017 User Manual for Traffic Light Controller

910E D0 82 POP DPL

9110 D0 83 POP DPH

9112 A3 INC DPTR

9113 E0 LOOP1: MOVX @DPTR,A

9114 C0 83 PUSH DPH

9116 C0 82 PUSH DPL

9118 90 40 00 MOV DPTR,#4000

911B F0 MOVX @DPTR,A

911C D0 82 POP DPL

911E D0 83 POP DPH

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 9/28
8/19/2017 User Manual for Traffic Light Controller

9120 A3 INC DPTR

9121 E0 MOVX @DPTR,A

9122 C0 83 PUSH DPH

9124 C0 82 PUSH DPL

9126 90 40 01 MOV DPTR,#4001

9129 F0 MOVX @DPTR,A

912A 12 91 36 LCALL DELAY

912D D0 82 POP DPL

912F D0 83 POP DPH

9131 A3 INC DPTR

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 10/28
8/19/2017 User Manual for Traffic Light Controller

9132 DA DF DJNZ R2,LOOP1

9134 80 CA SJMP START

9136 7F 10 DELAY: MOV R7,#10H

9138 7D FF LOOP4 : MOV R5,#0FFH

913A 7E FF LOOP3: MOV R6,#0FFH

913C 00 LOOP2: NOP

913D 00 NOP

913E DE FC DJNZ R6, LOOP2

9140 DD F8 DJNZ R5, LOOP3

9142 DF F4 DJNZ R7, LOOP4

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 11/28
8/19/2017 User Manual for Traffic Light Controller

9144 22 RET

DATA

9200 DATA 80H

9201 21H 09H 10H 00H (SOUTH WAY)

9205 0CH 09H 80H 00H (EAST WAY)

9209 64H 08H 00H 04H (NOURTH WAY)

920D 24H 03H 02H 00H (WEST WAY)

9211END

b) TRAFFIC LIGHT CONTROLLER INTERFACING WITH 8086 TRAINER KIT


(https://www.pantechsolutions.net/interface-cards/traffic-light-controller-interface-
card)
IN 8086 WE HAVE TWO 8255 ICS

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 12/28
8/19/2017 User Manual for Traffic Light Controller

PORTS ADDRESS

Control port FF26

PORT A FF20

PORT B FF22

PORT C FF24

GPIO- II (8255)

PORTS ADDRESS

Control port FF36

PORT A FF30

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 13/28
8/19/2017 User Manual for Traffic Light Controller

PORT B FF32

PORT C FF34

PROGRAM: 1

AIM

Interface Traffic light controller with 8086 using 8255 (https://www.pantechsolutions.net/interface-


cards/traffic-light-controller-interface-card)

PROGRAM: 1

ADDRESS OPCODE MNEMONICS

1100 BB 00 11 START: MOV BX, 1200H

1103 B9 08 00 MOV CX, 0008H

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 14/28
8/19/2017 User Manual for Traffic Light Controller

1106 8A 07 MOV AL,[BX]

1108 BA 36 FF MOV DX, CONTRL PORT

110B EE OUT DX, AL

110C 43 INC BX

110D 8A 07 NEXT: MOV AL,[BX]

110F BA 30 FF MOV DX, PORT A

1112 EE OUT DX,AL

1113 43 INC BX

1114 8A 07 MOV AL,[BX]

1116 BA 32 FF MOV DX,PORT B

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 15/28
8/19/2017 User Manual for Traffic Light Controller

1119 EE OUT DX,AL

111A E8 07 00 CALL DELAY

111D 43 INC BX

111E E2 F1 JNZ NEXT

1120 EB E4 JMP START

1122 51 DELAY: PUSH CX

1124 B9 00 05 MOV CX,0005

1126 BA FF FF REPAT: MOV DX,0FFFFH

1129 4A LOOP2: DEC DX

112A 75 FD JNZ LOOP2

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 16/28
8/19/2017 User Manual for Traffic Light Controller

112C E2 F8 LOOP REPAT

112E 59 POP CX

112F C3 RET

LOOKUP TABLE

1200 DATA 80H

1201 21H 09H 10H 00H (SOUTH WAY)

1205 0CH 09H 80H 00H (EAST WAY)

1209 64H 08H 00H 04H (NOURTH WAY)

120D 24H 03H 02H 00H (WEST WAY)

1211END

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 17/28
8/19/2017 User Manual for Traffic Light Controller

c) TRAFFIC LIGHT CONTROLLER INTERFACING WITH 8085 TRAINER KIT


(https://www.pantechsolutions.net/interface-cards/traffic-light-controller-interface-
card)
IN 8085 WE HAVE TWO 8255 ICS

GPIO- I (8255) J1 Connector

PORTS ADDRESS

Control port 23

PORT A 20

PORT B 21

PORT C 22

GPIO- I (8255) J4 Connector

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 18/28
8/19/2017 User Manual for Traffic Light Controller

PORTS ADDRESS

Control port 33

PORT A 30

PORT B 31

PORT C 32

PROGRAM : 1

AIM:

Interface Traffic light controller with 8085 using 8255 (https://www.pantechsolutions.net/interface-


cards/traffic-light-controller-interface-card)

PROGRAM:

ADDRESS OPCODE MNEMONICS

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 19/28
8/19/2017 User Manual for Traffic Light Controller

9100 21 00 92 START :LXI H, 9200

9103 0E 08 MVI C, 08

9105 7E MOV A, M

9106 D3 23 OUT CONTRL

9108 23 INX H

9 109 7E LOOP1:MOV A,M

910A D3 20 OUT PORTA

910C 23 INX H

910D 7E MOV A,M

910E D3 21 OUT PORTB

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 20/28
8/19/2017 User Manual for Traffic Light Controller

9110 CD 1B 91 CALL DELAY

9113 23 INX H

9114 0D DCR C

9115 C2 09 91 JNZLOOP1

9118 C3 00 91 JMP START

911B C5 DELAY:PUSH B

911C 0E 05 MVI C,05

911E 11 FF FF LOOP3 :LXI D, FFFF

9121 1B LOOP2 :DCX D

9122 7A MOV A,D

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 21/28
8/19/2017 User Manual for Traffic Light Controller

9123 B3 ORA E

9124 C2 21 91 JNZ LOOP2

9127 0D DCR C

9128 C2 1E 91 JNZ LOOP3

912B C1 POP B

912C C9 RET

DATA

9200 DATA 80H

9201 21H 09H 10H 00H (SOUTH WAY)

9205 0CH 09H 80H 00H (EAST WAY)

9209 64H 08H 00H 04H (NOURTH WAY)

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 22/28
8/19/2017 User Manual for Traffic Light Controller

920D 24H 03H 02H 00H (WEST WAY)

9211END

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 23/28
8/19/2017 User Manual for Traffic Light Controller

No comments yet
Powered b y (h ttp ://my.yotp o.com/l an d i n g_p age?red i rect=h ttp s% 3A% 2F% 2Fwww.yotp o.com% 2Fveri ed - p rod u ct-
revi ews- b y-
yotp o&u tm_camp ai gn =b ran d i n g_l i n k_revi ews_wi d get_v2&u tm_med i u m=wi d get&u tm_sou rce=p an tech sol u ti on s.n et)

(http://my.yotpo.com/landing_page?redirect=https%3A%2F%2Fw
Add a comment as g.sheik Hussain

by-
yotpo&utm_campaign=branding_link_reviews_widget_v2&utm_medium

BE THE FIRST TO WRITE A REVIEW

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 24/28
8/19/2017 User Manual for Traffic Light Controller

Mo r e In f o r m a t i o n

Warranty Information (https://www.pantechsolutions.net/warranty-

On l i n e R e ta i l s to re fo r Tra i n e r Ki ts ,L a b e q u i p m e n t's ,El e ctro n i c information/)


co m p o n e n ts ,Se n s o rs a n d o p e n s o u rce h a rd w a re .
Return Policy (https://www.pantechsolutions.net/return-policy/)

Cancellation Order (https://www.pantechsolutions.net/cancellation-order/)

holidays (https://www.pantechsolutions.net/holidays/)

Terms for Softwares (https://www.pantechsolutions.net/terms-for-software/)

rohs (https://www.pantechsolutions.net/rohs/)

Dealership (https://www.pantechsolutions.net/dealership/)

Shipping Policy (https://www.pantechsolutions.net/shipping-policy/)

C om pany R es ourc es

About Us (https://www.pantechsolutions.net/about-us/) Blog (https://www.pantechsolutions.net/blog/)

Terms of use (https://www.pantechsolutions.net/terms-of-use/) Forum (https://www.pantechsolutions.net/forum/)

Privacy policy (https://www.pantechsolutions.net/privacy-policy/) Videos (http://youtube.com/user/pantechsolutions)

Terms & Conditions (https://www.pantechsolutions.net/terms-and- Presentations (http://www.slideshare.net/pantechsolutions)

conditions/) IT Solutions (https://www.pantechsolutions.net/it-solutions/)

Careers (https://www.pantechsolutions.net/careers/)

Events (https://www.pantechsolutions.net/events/)

SiteMap (https://www.pantechsolutions.net/site-map/)

Contact us (https://www.pantechsolutions.net/contact-us/)

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 25/28
8/19/2017 User Manual for Traffic Light Controller

BOARDS AND STARTER KITS

8051 BOARDS : 8051 Development Board (https://www.pantechsolutions.net/microcontroller-boards/8051-development-board) | 8051 Trainer Kit


(https://www.pantechsolutions.net/microcontroller-boards/8051-lab-trainer-kit) | 8051 Project Board (https://www.pantechsolutions.net/microcontroller-
boards/8051-project-board)
PIC BOARDS : PIC16F877A Development Board (https://www.pantechsolutions.net/microcontroller-boards/pic-development-board) | PIC Advanced
Development board (https://www.pantechsolutions.net/microcontroller-boards/pic-advanced-development-board)
AVR BOARDS : AVR Development Board (https://www.pantechsolutions.net/microcontroller-boards/avr-development-board)
ARM BOARDS : LPC2148 Starter Kit (https://www.pantechsolutions.net/microcontroller-boards/arm7-trainer-kit)| ARM Development Board
(https://www.pantechsolutions.net/microcontroller-boards/arm7-development-board) | ARM9 Development Board
(https://www.pantechsolutions.net/microcontroller-boards/arm-9-development-board)
PSOC BOARDS : PsOC Pioneer Kit (https://www.pantechsolutions.net/microcontroller-boards/psoc4-pioneer-kit) | PsOC Development Board
(https://www.pantechsolutions.net/microcontroller-boards/psoc3-development-board)
FPGA BOARDS : FPGA Starter Kit (https://www.pantechsolutions.net/cpld-fpga-boards/spartan3an-fpga-project-kit) | FPGA Development Board
(https://www.pantechsolutions.net/cpld-fpga-boards/spartan6-fpga-project-board) | FPGA Universal Development Board
(https://www.pantechsolutions.net/cpld-fpga-boards/fpga-universal-development-board)
DSP FLOATING POINT BOARDS : TMS320F2812 Development Board (https://www.pantechsolutions.net/dsp-dsc-boards/tms320f2812-dsp-development-
board) | TMS320C6745 DSP Trainner Kit (https://www.pantechsolutions.net/dsp-dsc-boards/tms320c6745-dsp-trainer-kit) | TMS320F28335 Development
Board (https://www.pantechsolutions.net/dsp-dsc-boards/tms320f28335-dsp-development-board)
DSP FIXED POINT BOARDS : TMS320C5505 Development Board (https://www.pantechsolutions.net/dsp-dsc-boards/tms320c5505-dsp-development-board)
MSP430 BOARDS : MSP430 Launchpad (https://www.pantechsolutions.net/microcontroller-boards/msp430-launchpad) | MSP430 Development Board
(https://www.pantechsolutions.net/microcontroller-boards/msp430-development-board)
ARDUINO BOARDS : Arduino UNO | Arduino Basic Kit | Netduino | Arduino Due | Arduino ADK
RASPBERRY PI : Raspberry Pi 3| Rapserry Pi Accessories
WIRELESS COMMUNICATION BOARDS : GSM Modem (https://www.pantechsolutions.net/wireless-boards/sim900a-gsm-modem) | Zigbee Board
(https://www.pantechsolutions.net/wireless-boards/zigbee-module-with-base-board ) | WiFI Board (https://www.pantechsolutions.net/module-ic-s/wi-fi-proto-
board) | Bluetooth Board (https://www.pantechsolutions.net/wireless-boards/hc-05-bluetooth-module-with-base-board)
WIRED COMMUNICATION BOARDS : SPI to Ethernet Interface (https://www.pantechsolutions.net/interface-cards/serial-ethernet-card)
WEARABLE TECHNOLOGY : Neurosky Mindwave Mobile : Brainwave Starter Kit (https://www.pantechsolutions.net/sensors/brainwave-starter-kit)
ACCESSORY BOARDS : GPS Board (https://www.pantechsolutions.net/wireless-boards/l80-gps-module-with-baseboard)

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 26/28
8/19/2017 User Manual for Traffic Light Controller

MODULES : GSM Modules (https://www.pantechsolutions.net/module-ic-s/m10-gsm-module) | GPS Modules (https://www.pantechsolutions.net/wireless-


boards/gps-module) | Bluetooth Modules (https://www.pantechsolutions.net/module-ic-s/hc-05-bluetooth-module) | WIFI Modues
(https://www.pantechsolutions.net/wireless-boards/esp8266-wifi-module) | RF Modules (https://www.pantechsolutions.net/module-ic-s/rf-module-433-mhz)
SENSORS : HM2007 Speech Recognition (https://www.pantechsolutions.net/sensors/hm2007-speech-recognition) | Gesture Recognition
(https://www.pantechsolutions.net/sensors/gesture-recognition) | Brain Computer Interface (https://www.pantechsolutions.net/sensors/brainsense) |
Brainsense (https://www.pantechsolutions.net/sensors/brainsense)
PROGRAMMERS AND EMULATORS : Xilinx platform usb download cable (https://www.pantechsolutions.net/xilinx-platform-usb-download-cable)|FPGA
JTAG Programmer (https://www.pantechsolutions.net/fpga-jtag-programmer)
ROBOTICS : Line Follower Robot (https://www.pantechsolutions.net/robotics/line-follower-robot) | Gesture Controlled Robot
(https://www.pantechsolutions.net/robotics/gesture-control-robot) | Robotic ARM (https://www.pantechsolutions.net/robotics/owi-robot-arm) | Android
Controlled Robot (https://www.pantechsolutions.net/robotics-projects/android-controlled-arduino-robot-car)
MOTOR DRIVES : PMSM Motor Drive (https://www.pantechsolutions.net/power-electronics-and-drives/pmsm-motor-control-using-dspic) | BLDC Motor Drive
(https://www.pantechsolutions.net/power-electronics-and-drives/bldc-motor-control-using-dspic) | Three Phase Induction Motor Drive
(https://www.pantechsolutions.net/power-electronics-and-drives/three-phase-induction-motor-control-using-dspic) | SRM Motor Drive
(https://www.pantechsolutions.net/power-electronics-and-drives/switched-reluctance-motor-control-using-dspic) | Stepper Motor Drive
(https://www.pantechsolutions.net/power-electronics-and-drives/stepper-motor-control-using-dspic)
MOTORS : PMSM Motor (https://www.pantechsolutions.net/motors/pmsm-motor) | BLDC Motor (https://www.pantechsolutions.net/motors/bldc-motor) |
Servo Motor (https://www.pantechsolutions.net/motors/ac-servo-motor) | Three Phase Induction Motor (https://www.pantechsolutions.net/motors/three-phase-
induction-motor) |

PROJECTS AND RESOURCES

ECE MINI PROJECTS : 8051 Projects (https://www.pantechsolutions.net/8051-projects) | ARM Projects (https://www.pantechsolutions.net/arm7-projects) |


FPGA Projects (https://www.pantechsolutions.net/fpga-projects) | VLSI Projects (https://www.pantechsolutions.net/vlsi-projects) | VHDL Projects
(https://www.pantechsolutions.net/vhdl-projects) |Robotics Projects (https://www.pantechsolutions.net/robotics-projects)
EEE MINI PROJECTS: Electrical Projects | Simulink Projects
DIP PROJECTS : Image Processing Projects (https://www.pantechsolutions.net/image-processing-projects) | Video Processing Projects
(https://www.pantechsolutions.net/video-processing-projects)

PROJECTS AND RESOURCES

MICROCONTROLLERS IC'S : P89V51RD2 (https://www.pantechsolutions.net/p89v51rd2) | AT89S51 (https://www.pantechsolutions.net/at89s51) | LPC2148


(https://www.pantechsolutions.net/microcontrollers-ic-s/lpc2148) | LPC2929 (https://www.pantechsolutions.net/microcontrollers-ic-s/lpc2929)
DISPLAY DEVICES :Seven segment -Common Anode (https://www.pantechsolutions.net/common-anode) | Seven segment-Common Cathode
(https://www.pantechsolutions.net/common-cathode) | 2.5 inch TFT | 3.5 inch TFT | Seven Segment Display | LED

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 27/28
8/19/2017 User Manual for Traffic Light Controller

CONNECTORS : USB Mini-B SMD Connector (https://www.pantechsolutions.net/usb-mini-b-smd-connector) | DB9 FEMALE CABLE CONNECTOR
(https://www.pantechsolutions.net/db9-female-cable-connector)

https://www.pantechsolutions.net/interface-cards-tutorials/user-manual-for-traffic-light-controller 28/28

You might also like