Site icon Circuit Ideas for You

Logic NOR Gate Circuit with Transistors

NOR gate is a universal logic gate and it gives output HIGH only when all inputs are LOW; also it performs both OR and NOT operation together.

This circuit uses two NPN transistors to implement a NOR gate.

Truth Table for Logic NOR Gate:

Input AInput BOutput Y
001
010
100
110

When both inputs A and B are LOW (0) then both transistors are OFF and no current flows, so output Y becomes HIGH (1).

If any one input or both inputs are HIGH (1) then that transistor conducts and pulls the output to ground; therefore, output becomes LOW (0).

So NOR gate gives HIGH output only when all inputs are LOW.

Symbol for Logic NOR Gate:

Symbol for Logic NOR Gate Diagram

Circuit Working:

Logic NOR Gate Circuit Diagram with Transistors

Parts List:

ComponentsValuesQuantity
Resistors1k 1/4 watt1
10k 1/4 watt2
SemiconductorsTransistor BC547 NPN2
Power Supply +5V DC1

When both inputs A and B are 0 (LOW) then both transistors Q1 and Q2 are in OFF state, then no current flows through them.

So the output Y gets +5V through resistor R1 and so output is HIGH (1) and if any one input is HIGH then that transistor becomes ON.

Then collector connects to ground and output becomes LOW (0) and if both inputs are HIGH then both transistors conduct and output again is LOW (0).

Hence, output is only HIGH when all inputs are LOW.

Formulas with Calculation:

Below are the formulas with calculation for Logic NOR Gate Circuit:

For transistor base current Ib = (Vin – Vbe) / Rb

Assume Vbe = 0.7V, Rb = 10kΩ

If Vin = 5V, then Ib = (5 – 0.7)/10000 = 0.43mA

This is enough to turn transistor ON.

When transistor is ON then Vce = 0.2V where output becomes LOW.

When transistor is OFF then output = 5V (HIGH).

How to Build:

To build a Logic NOR Gate Circuit with Transistors follow the below connection steps:

Conclusion:

To conclude, NOR gate using transistor is easy to make, as it helps to understand how logic works in hardware; also, using two BC547 transistors we can make 2-input NOR gate easily.

This Logic NOR Gate Circuit with Transistor is useful for basic digital logic learning and experiments.

Exit mobile version