Circuit that takes a pulse from a 555 chip

  • Thread starter Thread starter Tom McCurdy
  • Start date Start date
  • Tags Tags
    Circuit Pulse
AI Thread Summary
The discussion focuses on converting a binary output from a 555 timer circuit, which uses two 7490 chips as divide-by-ten counters, into a format suitable for a 7-segment LED display. Participants suggest using a 7447 or 7446 driver for this purpose, while noting that the 74185 chip for binary to BCD conversion is discontinued. Alternatives include programming a ROM for conversion or using gates to achieve the desired outputs. There is also a debate on how to set up the 7490 for carry-reset functionality. The conversation highlights the flexibility of the circuit design, allowing for various counting sequences and display configurations.
Tom McCurdy
Messages
1,017
Reaction score
1
We currenlty have a circuit that takes a pulse from a 555 chip and goes through two divide by ten 7490 switchs to create a binary counter that counts up to ten. We are trying to figure out how to convert this binary which we have displayed in regular leds into a 7 segment LED - (LN514rk)

any help would be great.
 
Engineering news on Phys.org
Don't remember the number but there is a seven segment driver made specifically for this. If you can't find this, set it up using gates to get 10 separate outputs and then diode or those to drive the 7 segment display.
 
You'll need to convert the binary number into BCD and then use a 7447 to convert BCD to 7 segment.

The easy way to convert binary to BCD is to find a 74185 but it has been discontinued. If you can't find that chip you can always program a ROM to do the conversion.
 
dduardo said:
The easy way to convert binary to BCD is to find a 74185 but it has been discontinued.
You could set up the 7490 to do a carry-reset on A(hex).
 
How would we set up the 7490 to do a carry-reset on A(hex)?
 
So the 7446 isn't the way to go on this circuit? We were debating between it and the 7447
 
Alright So what would I need to do if I can't find the 74185 circuit--- Right now again I have a 555 going to two 7490 integratded divide by 10 circuits--- and then I have access to 7447 and 7446 chips is there anything I can do with those to hook up to a 7 segment LED (LN514rk).
 
Tom McCurdy said:
How would we set up the 7490 to do a carry-reset on A(hex)?
Use an AND gate or two. There are a few ways to wire this, depending on the specific behavior you want.

The 7447 should be ok. IIRC the 46 takes a higher output.
The two numbers are much the same. Look up the specs.
 
BTW, is this counting 0-9 or 1-10?
 
  • #10
Averagesupernova said:
BTW, is this counting 0-9 or 1-10?

You can display a "10" on the 7 bit display if you mentally rotate it. A 0 to 11 sequence is possible. I learned this by laying down on the job.:biggrin:


..
 
  • #11
Averagesupernova said:
BTW, is this counting 0-9 or 1-10?
Laying down on the job :smile: :smile: :smile:
10 can be just about any value you can imagine.
Depends on the base you select. :biggrin:
 
  • #12
ok i just now got acess to a 4511 integradted circuit so I am trying to figure out how to use it...
 
Back
Top