DIY Logic Gates

by simpletronic in Circuits > Electronics

17482 Views, 86 Favorites, 0 Comments

DIY Logic Gates

thumb620.png

Logic Gates are the basic building block of all complex digital circuits. You will find them in various families of IC´s TTL and CMOS the most popular, each with many sub-families. They come in packs of 2, 4 or 6 gates per IC. There are occasions when the circuit you are designing requires only one single gate and using an IC occupies too much area in the PCB. Furthermore, if you need a large number of inputs you will need several IC´s and even more PCB area.

Conversely, you can design your own logic gates by combining several diodes and one transistor in a configuration named DTL (diode-transistor logic). This class of gate occupies a small area on the PCB and has an almost unlimited number of inputs (fan-in) by simply adding diodes.The drawback of DTL is the lower speed of operation compared to TTL & CMOS.

The NAND Gate

nand4.png
nand1.png
nand2.png
nand3.png

The NAND gate´s output = 0 only when all inputs = 1

The NOR Gate

nor1.png
nor2.png
nor3.png
nor4.png

The NOR gate´s output = 1 only when all inputs = 0

The NOT Gate

not1.png
not2.png

The NOT gate´s output = the inverse of its input

Examples of 8-input NAND and 8-input NOR Gates

example.png

Gate Combinations

combine.png

By combining NAND, NOR and NOT gates you can configure AND, OR, XNOR and XOR gates.

For More Details, Watch the Video. Thank You!.

DIY Logic Gates