Does anyone have a logic diagram for a 4-bit binary to 5-bit BCD converter (preferably expandable)?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I found a way to use a SN74xx283 binary full adder chip to do this by applying the binary to one of the sets (A or B)of inputs and hardwire a binary 6 (0110) to the other set of inputs and connect the carry in to logic 0 and take the five bit BCD across the S0-S3 and carry output; I think adding more bits would be relatively easy by using the carry out of the initial '283 and use that for the carry in of the other '283s and otherwise wiring them the same way except the binary inputs may need to go to more than one '283 for the bits higher than the initial 4 bits.