2026-04-26
The Wheatstone bridge is one of the most elegant measurement circuits in analog design. It converts a small change in resistance into a measurable voltage — and it does so with remarkable precision by rejecting common-mode noise and supply variations.
The Basic Topology: Four resistors arranged in a diamond. A voltage source drives across two opposite nodes, and you measure the differential voltage across the other two. Label them R1, R2, R3, and R4. The bridge output voltage is:
Vout = Vsupply × (R3/(R3+R1) − R4/(R4+R2))
When the ratio R1/R3 equals R2/R4, Vout is zero — the bridge is balanced. Any deviation from balance produces a voltage proportional to the resistance change. This is the core trick: you're measuring a difference, not an absolute value, which makes the circuit inherently insensitive to supply drift.
Real-World Example — Strain Gauge Load Cell: A typical foil strain gauge has a nominal resistance of 350Ω and a gauge factor of 2. Under load, its resistance changes by a tiny fraction. Suppose you apply 100 microstrain to the gauge. The resistance change is:
ΔR/R = GF × ε = 2 × 100×10⁻⁶ = 0.0002, so ΔR = 0.07Ω
With a 5V excitation and a single active gauge (quarter-bridge configuration, three fixed 350Ω resistors), the output is roughly:
Vout ≈ Vsupply × (ΔR / 4R) = 5 × (0.07 / 1400) = 0.25 mV
That's a tiny signal. This is why bridge circuits almost always feed into an instrumentation amplifier (INA) with gains of 100–1000×.
Practical Design Tips:
Rule of Thumb: A single-element quarter-bridge produces roughly 1 mV/V of excitation per 1000 microstrain with a gauge factor of 2. This gives you a quick sanity check on expected signal levels before you design the amplifier stage.
Beyond strain gauges, Wheatstone bridges are used with RTDs for precision temperature measurement, with gas sensors, pressure transducers, and anywhere a resistive element changes by a small fraction under a physical stimulus. The circuit pattern is always the same — balance, excite, amplify the imbalance.
