Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

traffic control....

Status
Not open for further replies.

ryAn_ng83

New Member
hi, i'm doing a project which requires me to built and design a traffic control system (two T-junctions) i also need to create a display system using two 7-segment display for each direction. the duration for the dispay depends on the data that is send from the sensors(IR) located in each junction.
pls advice me how to tackle this project, which PIC to use that could handle so many inputs n outputs or any method to reduce the number of pins needed. thanks :) [/url]
 
You can use some shift registers to expand the I/O, makes the programming slightly more difficult though.
 
you should post in the microcontrollers section, you'll probably get a better response
 
how to connect and control multiple 7-segment display?

how to connect and control multiple 7-segment display?
do i need to connect a buffer to each 7-segment ? if yes, pls recommend which one to use.
what is the buffer for?
 
You can connect multiple displays to a microcontroller using multiplexing technique in which only one display is driven at a time but to to high refresh rate all the displays appear to be on simultaneously.

Check out Nigel's PIC tutorial on multiplexed display.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top