Two 7-Segment Display Setup for 0-15 Counter

  • Thread starter Thread starter hazim
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
hazim
Messages
34
Reaction score
0
how can i put two 7-segment displays for a counter 0-15? after 9 there are two digits and i have to use a second 7-segment display to display "1" and the first one displays 0,1,2,3,4,5 as the number becomes 10,11,12,13,14,15 where these aren't BCD numbers...any help
 
Engineering news on Phys.org
Are you designing your own logic, or making something on a breadboard with chips? What kind of chips do you have available? If the data is not in BCD format, is it just plain binary?

You've given us nowhere near enough information for us to be able to help you.

- Warren
 
it's a ripple counter 7493 counts up/down(using XOR gates)from 0 to 15 ...i drew a truth table and i think i got the solution now