Electronic – Voltage divider for battery monitor ADC – loading effect

adcanalogvoltage divider

I'm building a voltage divider to use for feeding into an ADC to determine the battery voltage of a device I'm designing. Is it important to consider the input impedance in the ADC and to account for the voltage drop caused by that extra load or should I not even worry about it?

Best Answer

Yes, you definitely need to consider the input resistance and/or bias current requirements of the ADC input.

The usual technique is to keep the Thévenin resistance of your divider low enough that the offset caused by the ADC input is "low enough" (e.g., less than 1% or 1 LSB), depending on your system requirements.

For example, suppose that your ADC input resistance is 1 MΩ and you want to keep the error caused by this to less than 1%. Therefore, the Thévenin resistance of your divider should be less than 10 KΩ.

So, now you have two equations, one for the divide ratio:

$$Ratio = \frac{R1}{R1 + R2}$$

and one for the resistance:

$$R_{TH} = \frac{1}{1/R1 + 1/R2}$$

and two unknowns, R1 and R2. It's straighforward math to plug in your known values for Ratio and RTH and solve for R1 and R2.