OR Gate Using SN74LS32 IC
Build an OR gate using the SN74LS32 quad 2-input OR gate IC—outputs HIGH when either or both inputs are HIGH.
Overview
The SN74LS32 contains four independent 2-input OR gates. An OR gate outputs HIGH if at least one input is HIGH—think of it as "this OR that (or both)." This project demonstrates all four input combinations and shows how IC-based gates simplify digital circuit construction.
Components Needed
- 2x Switch
- 1x LED
- 1x SN74LS32 IC
- 1x 10kΩ resistor
- severalx Wires
Instructions
Gather Your Components
Collect the SN74LS32 IC, two switches, one LED, a 10kΩ resistor, wires, breadboard, and 5V power source.
Identify the SN74LS32 IC
The SN74LS32 is a 14-pin DIP containing four 2-input OR gates. Pin 1 and 2 are inputs to the first gate, pin 3 is its output. Pin 7 is ground, pin 14 is VCC.
Wire the Circuit
Place the IC on the breadboard. Connect pin 14 to 5V and pin 7 to ground. Connect the two switches to pins 1 and 2 (inputs). Connect pin 3 (output) to the LED through a resistor. Use pull-down resistors on the switch inputs.
Test: Both OFF → LED OFF
With both switches OFF (set to the right), both inputs are LOW. The OR gate outputs LOW only when both inputs are LOW, so the LED is OFF.
Test: Left ON, Right OFF → LED ON
Turn the left switch ON (to the left). With one input HIGH, the OR gate outputs HIGH. The LED turns ON.
Test: Left OFF, Right ON → LED ON
Switch positions—left OFF, right ON. The other input is now HIGH, and the LED remains ON. Either input being HIGH produces a HIGH output.
Test: Both ON → LED ON
Turn both switches ON (to the left). Both inputs are HIGH, and the output is still HIGH. The LED stays ON—OR outputs HIGH whenever any input is HIGH.
Challenges
- Use all four OR gates simultaneously with different inputs
- Build a 3-input OR using two 2-input OR gates
- Combine with a NOT gate to create a NOR gate
- Design a circuit that lights an LED when any of multiple buttons is pressed