Gates or IC to use to convert 1x 4 bit 2x 4 bit

  • Thread starter Thread starter chrisalviola
  • Start date Start date
  • Tags Tags
    Bit Convert Ic
AI Thread Summary
To separate binary digits from a 4 or 5-bit input, a binary to BCD decoder is recommended, specifically the 74LS/HC/HCT185 IC, which may be hard to find. This chip can decode up to 6 bits of binary into two digits of BCD, suitable for displaying on 7-segment displays. Additionally, alternatives include using a microcontroller or programmable logic chip for more flexibility. Other options involve using LEDs to read binary directly or employing a BCD-7 segment decoder/driver for specific outputs. The discussion emphasizes the practicality of these solutions for binary digit separation and display.
chrisalviola
Messages
80
Reaction score
0
example 1111 = 15 is there a circuit to separate output binaries 0001(1) and 0101(5) in input 1111(15)?
 
Engineering news on Phys.org
A binary to BCD decoder does what you want. There were the 74LS/HC/HCT185 ICs, but it might be difficult to get one today.
 
my question was to separate 2 binary digits out of the 4 or 5 bit binary. to display it using 2x 7 segment
 
Binary Coded Decimal (BCD) is the same as binary for 0-9, but then it carries to 10 and not to 0A. So this is exactly what you want. A single 74185 chip will decode up to 6 bits of binary to 2 digits of BCD.
(You have to add one or two BCD-7segment decoder/drivers)

Of course you could use a microcontroller or a programmable logic chip, as discussed http://www.electronics-related.com/usenet/basics/show/29703-1.php.

Other alternatives:
- simply use 5 Leds and learn to read binary
- use a BCD-7seg decoder/driver with defined output for input a-f and learn to read this (74247, iirc)
- two digit octal display with two standard BCD-7seg decoder/drivers
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Back
Top