Close
0%
0%

ESR and Capacitance Meter

A practical capacitor meter that can simultaneously measure the equivalent series resistance and the capacitance of a capacitor in-circuit.

Similar projects worth following
Currently available cheap (< $100) ESR meters on Ebay only measure the equivalent series resistance of a capacitor. However, they do not measure the actual capacitance of the capacitor, so they will fail to identify open capacitors or capacitors with a reduced capacitance as defective.

On the other hand, cheap capacitance meters cannot operate in-circuit, which requires to unsolder a capacitor in order to measure its capacitance value.

I propose a meter that can simultaneously measure capacitance and ESR in-circuit as a useful troubleshooting device. It is meant to be a troubleshooting tool and not a precision instrument. Given that typical capacitor tolerances are quite large, high precision is not required for a pass/fail test, therefore many design choices will prioritize price over precision.

The meter will work as follows:

  1. The meter generates an oscillating signal. Different frequencies can be used in order to account for different capacitance ranges. (1 kHz, 10 kHz, 100 kHz). 
  2. The device under test is subjected to the oscillating signal, which should have a peak to peak voltage of 300 mV or less to avoid triggering semiconductors and most Schottky diodes.
  3. The current flowing through the capacitor under test is measured with a shunt. The resulting signal will have a peak to peak voltage that is a function of the capacitor impedance at the oscillating frequency plus the esr.
  4. The phase shift between the signal measured in step 3 and the signal generated in step 1 is measured in order to calculate the capacitance. Alternatively, the sine wave component 90º out of phase with that generated in step 1 can be measured to calculate the capacitance.
  5. The esr can be measured in a similar way, measuring the component of the sine wave that is in phase with the oscillating signal generated in step 1.

View project log

Enjoy this project?

Share

Discussions

michal777 wrote 03/14/2018 at 22:59 point

Hi

I'm making another impedance meter :)

About oscillator - I filter square wave from microcontroller with 3rd order active filter. I do synchronous measurements so probably some harmonics is not an issue for me.

In my design I use auto balancing bridge method (with I-V converter using op-amp). Amplified (with switched gain amplifiers) current and voltage are converted with ADC and then microcontroller computes fundamental frequency real and imaginary parts, using DFT formula.

Inspiring (for me) resources are: Keysight Technologies Impedance Measurement Handbook and service manuals of old impedance meters (like 4192A).

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates