Advanced Project

Build a Digital LCR Meter

An LCR meter is a precision electronic instrument used to measure L (Inductance), C (Capacitance) and R (Resistance). Unlike a standard multimeter, an LCR meter uses an AC test signal to determine the impedance of a component, allowing accurate measurements over a wide range of values and frequencies. LCR meters are essential tools for electronics design, repair, production, quality control and laboratory testing.

Digital LCR Meter

Project Overview

The LCR meter applies a low-level AC test signal to the unknown component and measures the resulting voltage and current.

Using impedance calculations, the microcontroller determines whether the component is primarily resistive, capacitive or inductive and displays the appropriate value.

Advanced designs can also measure ESR, dissipation factor (D), quality factor (Q), impedance (Z) and phase angle.

Project Difficulty

ItemValue
Difficulty⭐⭐⭐⭐⭐ Professional
Build Time10–20 Hours
Supply Voltage5 V or USB Powered
DisplayOLED, TFT or LCD
Test Frequency100 Hz – 100 kHz (Design Dependent)

What Can an LCR Meter Measure?

Measurement Description
Resistance (R) Resistance in ohms (Ī©).
Capacitance (C) Capacitance from picofarads to millifarads.
Inductance (L) Inductance from microhenries to henries.
ESR Equivalent Series Resistance of capacitors.
Impedance (Z) Total AC opposition to current flow.
Quality Factor (Q) Efficiency of inductors and resonant circuits.
Dissipation Factor (D) Energy losses in capacitors.
Phase Angle Relationship between voltage and current.

Main Sections

Section Function
Signal Generator Produces the AC test signal.
Precision Resistors Provide reference measurements.
Measurement Amplifier Amplifies low-level signals.
ADC Measures voltage and current.
Microcontroller Calculates component values.
Display Shows measurement results.

Typical Components

QuantityComponent
1STM32, ESP32 or ATmega328P
1Operational Amplifier (TL072, OPA2134 or Similar)
1Signal Generator Circuit
Several0.1% Precision Resistors
1OLED, LCD or TFT Display
1ZIF Test Socket
1USB or 5 V Power Supply
1Project Enclosure

How the LCR Meter Works

The instrument generates a stable sinusoidal or square-wave AC signal and applies it to the unknown component through a precision reference network.

The voltage across the component and the resulting current are measured.

From these measurements, the microcontroller calculates the impedance and determines whether the component behaves primarily as a resistor, capacitor or inductor.

Additional calculations provide ESR, Q factor, dissipation factor and phase angle where supported.

Typical Measurement Ranges

Parameter Typical Range
Resistance 0.01 Ī© – 20 MĪ©
Capacitance 1 pF – 100 mF
Inductance 1 µH – 100 H
ESR 0.01 Ī© – 100 Ī©

Applications

  • Electronics repair.
  • Component identification.
  • SMPS servicing.
  • Audio amplifier design.
  • RF circuit tuning.
  • Educational laboratories.
  • Quality control.
  • Research and development.

Testing

  1. Power on the instrument.
  2. Perform calibration if required.
  3. Ensure capacitors are fully discharged.
  4. Insert the component into the ZIF socket or connect the probes.
  5. Select the measurement mode if necessary.
  6. Read the displayed values.
  7. Compare with the component specifications.
  8. Repeat measurements using different test frequencies if supported.

Troubleshooting

Problem Possible Cause
No measurements Power supply failure or faulty test leads.
Incorrect readings Calibration required or reference resistor error.
Unstable display Electrical noise or poor probe contact.
Poor low-value measurements Lead resistance not compensated.
High ESR readings Faulty or aged capacitor.

Project Improvements

  • Automatic component recognition.
  • Multi-frequency testing.
  • Graphical impedance plots.
  • USB communication with a PC.
  • Bluetooth connectivity.
  • Data logging to a MicroSD card.
  • Rechargeable lithium battery operation.
  • Automatic calibration routines.

Skills Learned

  • Impedance measurement.
  • Precision analogue electronics.
  • Signal generation.
  • Operational amplifier circuits.
  • Microcontroller programming.
  • Electronic instrumentation.

Safety Notes

  • Always discharge capacitors before testing.
  • Never connect powered circuits to the LCR meter.
  • Use high-quality test leads for accurate measurements.
  • Protect the instrument from static electricity.
  • Calibrate regularly for maximum accuracy.

Key Points

  • An LCR meter measures resistance, capacitance and inductance with high accuracy.
  • AC measurement techniques allow parameters such as ESR, impedance and Q factor to be calculated.
  • Precision reference components are essential for reliable measurements.
  • LCR meters are indispensable tools in electronics design, repair and quality control.
  • Advanced models support multiple test frequencies and automatic component analysis.

Next Project

Continue by building a Function Generator, capable of producing sine, square and triangle waveforms for testing amplifiers, filters and other electronic circuits.

Next Project → Function Generator