![]() |
![]() |
![]() |
|
|
|||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
I am planning to do a traffic light system for my final year project....
Can anybody help me out with some special features to be added on to the system? I need also the schematic diagram for the whole system..... Tq! Best regards! |
|
|
|
|
|
|
(permalink) |
|
You won't learn anything if we do it for you.
Your first decision is whether to use a microcontroller such as a PIC or to do it in hardware. Once you decide that, post your ideas and we can give you guidance. Len |
|
|
|
|
|
|
(permalink) |
|
im guessing a few 555 timers would do the trick
|
|
|
|
|
|
|
(permalink) |
|
555 Timers would be a very crude way to do it.
A more elgant way (assuming he chooses the hardware option) would be to use counters. Len |
|
|
|
|
|
|
(permalink) |
|
This would be using the 555 timer (very basic):
http://ourworld.compuserve.com/homep...tm#traffic.gif |
|
|
|
|
|
|
(permalink) |
|
One thing to consider is the timing of the green,yellow and red lights.
For example the green and red lights may be on the same length of time, while the yellow is only on for a short time. Another thing to consider is that when the East/West is red the North/South is green. I once did a simple one with a 555 timer as a clock driving a 4017 counter with some outputs or'd for the red and green and a single output going to the yellow. If you are going to be realistic and have traffic sensors, then a uprocessor is probably the best way to go.
__________________
The great thing about electronics is unlimited ways to do the job. The only limit is one\'s imagination. I generally think my way is best. Show me a different way. I have an open mind. |
|
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) |
|
The light sequence goes from G--->R--->Y--->G, would it be better for it to go from G--->Y--->R--->G?
__________________
L.Chung |
|
|
|
|
|
|
(permalink) |
|
Take note of the position notes in the schematic:
Red (north/south) is on the (e/w) side. Red (east/west) is on the (n/s) side; The LEDs will have to be positioned on the pole in the correct way. *now that I'm looking at it, I'm confused... could someone else here check it? |
|
|
|
|
|
|
(permalink) | |
|
Quote:
Here it goes. Code:
4017 Pins Direction E/W Direction N/S
========================================
11 R Y
9,6,5,1 R G
10 Y R
7,4,2,3 G R
__________________
L.Chung |
||
|
|
|
|
|
(permalink) |
|
Tq for all ur replies.... they are very useful to me....
|
|
|
|
|