Digital Electronics
Digital Electronics is the counterpart of Analog Electronics and it deals with digital circuits that operate using digital or discreate signals. A typical digital circuit can be designed using basic elements like Transistors, Logic Gates, Flip-Flops or even using complex elements like microcontrollers, microprocessors and other computing chips. This section consists of a huge collection of basic digital circuits with schematics and detailed explanation, to help you build digital electronic projects. You can also check out the Embedded Electronics section for advanced digital circuits that are designed using microcontrollers and microprocessors.
Schmitt Trigger Gate
Schmitt Trigger gate is a digital logic gate, designed for arithmetic and logical operations. It provides OUTPUT based on INPUT...
XNOR Gate
XNOR or EX-NOR gate is a digital logic gate, designed for arithmetic and logical operations. Here we are going to use 74LS86...
NOR Gate
NOR gate is a digital logic gate, designed for arithmetic and logical operations. This gate is mainly used in applications...
AND Gate Circuit
AND logic gate is a digital logic gate, designed for arithmetic and logical operations, every electronic student must have...
OR Gate
OR gate is a digital logic gate, designed for arithmetic and logical operations. This gate is mainly used in applications where...
XOR Gate
XOR or EX-OR gate is a digital logic gate, designed for arithmetic and logical operations, Every electronic student must have...
NAND Gate
NAND gate is a digital logic gate, designed for arithmetic and logical operations, every electronic student must have studied...
NOT Gate
NOT gate is a digital logic gate, designed for arithmetic and logical operations, every electronic student must have studied...
One Bit Memory Cell
All the embedded systems have memory to store data. These memory are made up of flip-flops, these flip-flops store the data in...
Pages
Half Adder Circuit and its Construction
Computer uses binary numbers 0 and 1. An adder circuit uses these binary numbers and calculates the addition. A binary adder...
Different Types of Shift Registers and its Applications with Examples
What is Shift Register:
Shift Registers are sequential logic circuits, capable of storage and transfer of data. They are made...