chrisalviola
- 80
- 0
is it possible to connect 2x 7447 IC's and 2x 7 segment and input binary 0-15?
The discussion revolves around the feasibility of using two 74LS47 (7447) integrated circuits (ICs) to input binary numbers ranging from 0 to 15 and display the corresponding decimal values on two 7-segment displays. Participants explore various approaches, challenges, and alternatives related to this implementation.
Participants express differing opinions on the suitability of the 7447 for this application, with some advocating for its use while others strongly recommend alternative ICs. The discussion remains unresolved regarding the best approach to achieve the desired functionality.
Participants highlight limitations related to the 7447's output for numbers greater than 9 and the potential need for additional components or alternative ICs to achieve the desired results.
Hi Chris-chrisalviola said:is it possible to connect 2x 7447 IC's and 2x 7 segment and input binary 0-15?
vk6kro said:@vk6kro
the decoder i have now is only 7447 ic so i have to make use of this.
If you can't make use of any other ICs, then I don't think you can do that.
The second digit would always be a 1 or a 0, but the 7447 output on the right hand digit would be garbage for numbers greater than 9. It makes a series of letter "C"s oriented in different directions.
If you can make use of any other IC's you should throw out the 7447s and use a suitable chip. These chips are very cheap.
It is a simple job with a microprocessor and cost effective as well. You could have 8 bit binary pretty easily decoded to 3 displays.
Is this a school assignment?