lesson

Updated 6 days ago
What happens when your bridge sensor produces a signal swinging between β15Β mV and +15Β mV, but your microcontroller's analog-to-digital converter (ADC) can only read positive voltages from 0Β V to 3.3Β V?
Any negative voltage will either clip at 0Β Vβerasing half your measurementβor permanently burn out the microcontroller's unipolar input pin.
πInteractive diagram
How can we lift this bipolar swing into the positive range without adding noisy external summing amplifiers?
The Internal Reference Pin
An instrumentation amplifier (INA) is an integrated circuit with two high-impedance buffer inputs and an internal difference amplifier that amplifies differential signals while rejecting common-mode noise.
In a standard difference amplifier, one resistor branch is connected to ground, but in an INA, that terminal is brought out to an external reference pin (VREFβ).
πInteractive diagram
By applying the principle of superposition to the output subtractor stage, the complete transfer function becomes:
VOUTβ=Gβ
(VIN+ββVINββ)+VREFβ
When VREFβ=0Β V, a zero differential input produces 0Β V at the output. By setting VREFβ to an arbitrary DC voltage, we shift the entire output baseline.
How do we compute the exact gain and reference voltage needed for a specific sensor and ADC?