Saturday 2 August 2014

Output impedance of voltage divider?


When connecting a 10S LiPo (42V) to my ADC via a voltage divider, I began wondering how to calculate the output impedance of the divider.


schematic


simulate this circuit – Schematic created using CircuitLab


For example, what is the output impedance of the above circuit?


(The ADC's specs recommend a signal impedance of 10kOhm or less, which I simply translated to 0.5mA @ Vcc=5V (worst case) and figured I'd be fine as long as the signal can source/sink more than 0.5mA. But that's not really 'calculating' the impedance...)



Answer




The output impedance is the equivalent of the two resistors in parallel.


If you are lazy, you can approximate this by taking just the lower-valued one, in this case the 5k.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...