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.

Counter using 74LS90 and 74LS47

Status
Not open for further replies.
Yet another link on the 74ls90

Just wanted to add a note here in case anybody else come across the need in playing around with 74LS90 circuits:

**broken link removed**

Gives examples of setting up divide-by-10 counters and divide-by-6 counters to create a digital clock.
 
multisim project

Okay i'm kind of new at this and I'm using multisim7. For my project I need some sort of timing device. After 5 sec, I need ouputs to change. Then after 23 sec, I need outputs to change again. Then after 25 seconds I need those outputs to change once more. I imagine I'll use a counter, but I'm really not sure how I go about making a truth table or hooking up multiple counters. I think counters like the 74192 or 7490 or 74161 could be used?? Can anyone help me out??? I'm kind of....clueless and I'd appreciate any help. Oh and I can only usre 74xxx series ICs.

Thanks.
 
The circuit needs 2 additions.

1. Switch on reset so it starts at 0

2. a 100 nF bypass capacitor across the counter supply pins. Strange results can occur otherwise

Len
 
74ls47 have open collector outputs, chances are your simulation software includes this in its models as well. This means you should tie them high using 1K pull up resistors and then use inverters between the 7447 output to your 7 seg display. Try it.
 
Counter doesn't work.

Hey, I am building this counter right now and i can't get it running. :confused: Is there a switch required? And what do you with Pin 14 where it says "count in". Please if anyone can help me it would be great!

BTW: there is not a youtube vid on building this, is there? Maybe someone could make one since everyone has trouble with this circuit :)

Thanks in advance!
 
for me works fine i just needed to add NOT gate at the end

see picture
ImageShack - Image Hosting :: 26740674jn6.jpg

The reason you had to use an inverter chip is because of a mis-match with your driver and display.

That is also the reason many people have trouble with a simple counter.

If your 7- segment display is a common cathode type, you must use a 7448 driver.

If your 7- segment display is a common anode type, you must use a 7447 driver.


Other points to watch:
Liberally use capacitors between the + and - rails to avoid spikes and glitches.
Use a regulated 5 volt power supply or fresh batteries totaling 4.5 to 5 volts with TTL chips (74xx series)
Make sure the input to pin 14 of the 7490 is clean. Debouncing is mandatory if using a switch for single pulse.
If you want multiple digits, you must use a 7447(8) for each display.
Place 220R resistors between driver and each segment.

I realize this thread dates back some 5 years, but there are always new people joining our group, hence the above information.
 
Last edited:
I also built a digital clock using 74LS 161 and 74 LS47 IC. but I have one problem that is 74LS161 IC can not output . How to fed input that IC ? please answer to meeeeeeeeeeeeeeeeeeeeeeee.............
 
Your clock source could be just a resistor tied to VCC and the other end tied to a grounded pushbutton. I recall this project from the former Radio Shack in Canada. I had this particular Archer kit once, without a clock source I couldn't verify its operation.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top