The most versatile default op amp configuration for general-purpose signal conditioning is the non-inverting amplifier, and the safest default part number for 5V to 36V single-supply hobby and bench builds is the LM358 (or the TLC2272 if you need true rail-to-rail performance). While textbooks spend pages on ideal op amp math, real-world bench work requires navigating input common-mode limits, output headroom loss, and single-supply biasing. This guide cuts the abstract physics and gives you the exact pinouts, biasing networks, and decision trees needed to wire, test, and select the right IC for your next build.

The Core Op Amp Pinout and Symbol Anatomy

Before wiring any configuration, you must map the physical silicon to the schematic symbol. The industry-standard 8-pin DIP/SOIC dual op amp (like the LM358 or TLC2272) follows a strict pinout convention. Miswiring the power rails is the number one cause of instant IC death on the bench.

  • Pin 1: Output A
  • Pin 2: Inverting Input A (-)
  • Pin 3: Non-Inverting Input A (+)
  • Pin 4: V- (GND / VSS)
  • Pin 5: Non-Inverting Input B (+)
  • Pin 6: Inverting Input B (-)
  • Pin 7: Output B
  • Pin 8: V+ (VCC / VDD)

In schematic symbols, the non-inverting input is marked with a + and the inverting input with a -. The power rails (Pins 4 and 8) are frequently omitted in textbook schematics to reduce clutter, but they must be explicitly wired and decoupled with a 100nF ceramic capacitor placed as close to the IC body as possible in physical builds.

Operation Regions and Biasing Requirements

An op amp operates in three distinct regions depending on the differential voltage between its inputs and the power supply limits. Understanding these regions is critical for knowing why your circuit is clipping or latching up.

Operation Region Input Condition (V+ vs V-) Output State Typical Bench Observation
Linear (Active) V+ ≈ V- (within µV/mV) Vout = Gain × (V+ - V-) Output tracks input smoothly; negative feedback is functioning.
Positive Saturation V+ > V- (by > few mV) Vout ≈ VCC - Vdrop Output pegs to the high rail. For LM358, expect ~1.5V drop from VCC.
Negative Saturation V+ < V- (by > few mV) Vout ≈ VEE + Vdrop Output pegs to low rail. For single-supply LM358, drops to ~5mV above GND.

Single-Supply Biasing: The Virtual Ground

Most modern microcontrollers and sensors run on single supplies (3.3V or 5V). However, AC signals swing positive and negative. If you feed a negative swing into an op amp referenced to 0V, the negative saturation region clips the bottom half of your waveform.

The Fix: Create a "virtual ground" at VCC/2. Use a voltage divider (two 100kΩ resistors in series from VCC to GND) and buffer the midpoint with a 10µF bypass capacitor to GND. Feed this VCC/2 reference to the non-inverting input. This shifts your linear region so the output can swing both "up" and "down" relative to the new virtual midpoint.

The Four Essential Configurations (With a Complete Circuit)

Every complex active filter or PID controller is ultimately built from one of four foundational topologies. Here is how they break down, followed by a complete, buildable application circuit.

  1. Unity Gain Buffer (Voltage Follower): Output tied directly to the inverting input. Gain = 1. Used for impedance matching.
  2. Non-Inverting Amplifier: Input to non-inverting pin. Feedback divider to inverting pin. Gain = 1 + (Rf / Rin). Preserves signal phase.
  3. Inverting Amplifier: Input to inverting pin via resistor. Non-inverting pin to GND. Gain = - (Rf / Rin). Inverts phase.
  4. Differential Amplifier: Signals applied to both inputs via matched resistor networks. Amplifies the difference between two signals.
Complete Application Circuit: Single-Supply Non-Inverting Audio Pre-Amplifier
Target: Amplify a 50mV microphone signal to 500mV (Gain of 10) on a 9V battery supply.
IC: TLC2272 (chosen over LM358 for lower crossover distortion and better rail headroom).
Biasing: R1 = 100kΩ (VCC to Pin 3), R2 = 100kΩ (Pin 3 to GND), C1 = 10µF (Pin 3 to GND).
Input Coupling: C2 = 1µF (Series with mic signal to Pin 3).
Feedback Network: R3 = 10kΩ (Pin 2 to GND), R4 = 90kΩ (Pin 1 to Pin 2). Gain = 1 + (90k/10k) = 10.
Decoupling: C3 = 100nF ceramic directly across Pin 8 and Pin 4.

Decision Tree: Which Configuration and Part to Pick

Stop guessing. Use this decision matrix to lock in your topology and select a concrete part number based on your specific project constraints.

Your Project Constraint Required Configuration Concrete Default IC Pick Why This Part?
Interfacing high-impedance sensor (e.g., piezo) to ADC Unity Gain Buffer TLC2272 CMOS inputs draw picoamps; won't load down the sensor.
Amplifying DC voltage from a shunt resistor (low side) Non-Inverting LM358 Input common-mode range includes the negative rail (GND).
Summing multiple audio signals or active tone control Inverting Summing NE5532 Low noise, high slew rate, but requires dual supply (±15V).
Reading a 3.3V DAC output to drive a 5V actuator Non-Inverting (Gain 1.5) MCP6002 True rail-to-rail I/O optimized for 3.3V/5V logic systems.

The Ultimate Default: If you are stocking your lab and only want to buy one reel, buy the LM358 for rugged, high-voltage (up to 36V) single-supply DC work, and the MCP6002 for 3.3V/5V microcontroller interfacing.

Failure Modes and Multimeter Testing

Op amps rarely fail gracefully. When they die, they usually take surrounding components with them. Here is how they fail and how to diagnose them with a standard digital multimeter (DMM).

Common Failure Modes

  • Input Overvoltage: Exceeding the common-mode input range (e.g., feeding 12V into an input when VCC is only 5V) destroys the internal input differential pair. The IC will permanently latch the output to one of the supply rails.
  • Output Short Circuit: While many modern op amps have short-circuit protection, driving a low-impedance capacitive load (like a long coaxial cable) without a series isolation resistor can cause high-frequency oscillation, leading to thermal shutdown or silicon meltdown.
  • Phase Reversal: Older JFET and bipolar op amps (like the LM358) suffer from phase reversal if the input voltage exceeds the positive common-mode limit. The output violently snaps to the opposite rail. This isn't always fatal, but it wrecks control loops.

Step-by-Step Multimeter Diagnosis

  1. The Power Check: Set DMM to DC Voltage. Probe Pin 8 (V+) and Pin 4 (V-). Verify your supply voltage is present and stable. If V+ is pulled down to ~2V on a 5V rail, the IC is likely shorted internally.
  2. The Virtual Ground Check: If using single-supply biasing, probe the non-inverting input (Pin 3). It should read exactly VCC/2 (e.g., 2.5V on a 5V supply). If it reads 0V or VCC, your biasing divider is broken or the IC input is shorted.
  3. The Offset Check: In a linear configuration with the input grounded (or AC coupled), probe the output pin. It should match the voltage at the non-inverting input (VCC/2). If the output is pegged to VCC or GND despite correct biasing, the internal feedback loop is broken or the IC is dead.
  4. The Diode Test (Unpowered): Remove power. Set DMM to Diode Test mode. Place the red probe on Pin 4 (GND) and touch the black probe to the input pins (2 and 3). You should read the forward voltage drop of the internal ESD protection diodes (typically 0.5V to 0.7V). A reading of 0.00V indicates a shorted input; an "OL" reading indicates a blown internal bond wire.

Safe Default Part Numbers for 2026 Builds

Don't waste time scavenging obsolete parts. These four ICs cover 95% of bench and PCB requirements, are widely available from major distributors like Mouser and Digi-Key, and have stable, well-documented datasheets.

  • LM358 (Texas Instruments / STMicro): The undisputed king of cheap, single-supply DC applications. Rating: 3V to 32V single supply. Gotcha: The output cannot swing to the positive rail (loses ~1.5V headroom), and it exhibits crossover distortion in audio applications. View TI LM358 Product Page.
  • TLC2272 (Texas Instruments): The upgraded LM358. CMOS architecture provides rail-to-rail output swing and vastly lower input bias currents. Rating: 4.4V to 16V. Perfect for battery-powered sensor conditioning.
  • MCP6002 (Microchip): The go-to for 3.3V and 5V logic-level systems. True rail-to-rail input and output (RRIO). Rating: 1.8V to 6V. Low power, but slow slew rate (0.6 V/µs)—do not use for high-frequency audio.
  • NE5532 (Texas Instruments / ON Semi): The audio workhorse. Rating: ±3V to ±22V (Dual supply required). Incredible noise performance and high drive capability, but useless for single-supply 5V microcontroller projects. Read more on Op Amp Basics at All About Circuits.

By anchoring your designs to these proven configurations and default part numbers, you eliminate the trial-and-error phase of analog design. Wire the decoupling caps, respect the common-mode limits, and your signals will condition cleanly on the first power-up.