continuous display on seven segment

Thread Starter

hassi

Joined Mar 1, 2013
18
hello,
I want to display countdown on seven segment but I don't know the method to do it... Please help me...
 

MrChips

Joined Oct 2, 2009
34,810
Well, give us a hint as to what you are attempting to do.
What seven segment displays are you planning on using? LED? LCD?
Common anode? Common cathode? Current, voltage rating?
Power supply voltage and current rating?
How many digits?
Frequency of count down rate?
What number are you starting and ending in the count down?
What are counting down?
 

Thread Starter

hassi

Joined Mar 1, 2013
18
common cathode
does it work on 5V?
count down - 9-0
frequency rate - 1digit per sec
only one digit can be displayed at one time on seven segment display
 

SgtWookie

Joined Jul 17, 2007
22,230
Is this an assignment from a teacher/instructor/professor as homework?

Small LED 7-segment displays generally will operate from 5v or even less, but large LED displays may have multiple LEDs in series internally, thus need higher voltages before they will illuminate.

Common-cathode displays require that you source current to the a thru g segment input pins to output light.

Are you planning on using 74-series TTL components, 4000-series CMOS, or perhaps a microcontroller?
 

Thread Starter

hassi

Joined Mar 1, 2013
18
Is this an assignment from a teacher/instructor/professor as homework?

Small LED 7-segment displays generally will operate from 5v or even less, but large LED displays may have multiple LEDs in series internally, thus need higher voltages before they will illuminate.

Common-cathode displays require that you source current to the a thru g segment input pins to output light.

Are you planning on using 74-series TTL components, 4000-series CMOS, or perhaps a microcontroller?
through microcontroller
 

shteii01

Joined Feb 19, 2010
4,644
I know very well how to drive seven segment, which I want to know that is how to show countdown like traffic light system?
I would take a uC like Arduino board and write a program to do the count. It is a bit of overkill, but from where I sit, it is the easiest to do.
 
Top