Traffic Light using Arduino and 4 7-segment counter

Thread Starter

Syed Nabil

Joined Aug 28, 2017
2
Hye, i'm currently make a traffic light for my final year project and i hv seem to stumble into few problems. First, the traffic light working perfectly for 4 junction and each junction hv a 7 segment display. The problem is i want to make junction that green light only display countdown and the rest is '-' or '0'. So can anybody help me on this? tq very much
 

jayanthd

Joined Jul 4, 2015
945
Hye, i'm currently make a traffic light for my final year project and i hv seem to stumble into few problems. First, the traffic light working perfectly for 4 junction and each junction hv a 7 segment display. The problem is i want to make junction that green light only display countdown and the rest is '-' or '0'. So can anybody help me on this? tq very much
Yes, I can help you. Which MCU are you using for the project ?

You can also contact me at <snip>

or you can PM me if you don't want to show your code.

Moderator edit: email address removed to prevent spam.
 

MrChips

Joined Oct 2, 2009
34,698
Yes, I can help you. Which MCU are you using for the project ?

You can also contact me at <snip>

or you can PM me if you don't want to show your code.
Also a note to @jayanthd, this thread falls under the category of Homework Help. Our role on AAC is to guide a student with his/her FYP, not to provide solutions on a platter.

In addition, AAC solutions are intended to assist all other AAC members with similar problems. Solutions are not to for the explicit benefit of a single member.
 

Thread Starter

Syed Nabil

Joined Aug 28, 2017
2
Yes, I can help you. Which MCU are you using for the project ?

You can also contact me at <snip>

or you can PM me if you don't want to show your code.

Moderator edit: email address removed to prevent spam.
I'm using arduino uno but the output pin in arduino only enough for one 7 segment only... so for the rest three 7 segment i'm using same output as the first one. So how can i make two 7 segment count in certain time while another two display '0'? here is my email <snip>

Mod edit: do not put emails in posts.
 
Last edited by a moderator:

jayanthd

Joined Jul 4, 2015
945
I'm using arduino uno but the output pin in arduino only enough for one 7 segment only... so for the rest three 7 segment i'm using same output as the first one. So how can i make two 7 segment count in certain time while another two display '0'? here is my email <snip>
7 Segment display has to be multiplexed.
 
Last edited by a moderator:
Top