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.
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
| Item | Value |
|---|---|
| Difficulty | āāāāā Professional |
| Build Time | 10ā20 Hours |
| Supply Voltage | 5 V or USB Powered |
| Display | OLED, TFT or LCD |
| Test Frequency | 100 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
| Quantity | Component |
|---|---|
| 1 | STM32, ESP32 or ATmega328P |
| 1 | Operational Amplifier (TL072, OPA2134 or Similar) |
| 1 | Signal Generator Circuit |
| Several | 0.1% Precision Resistors |
| 1 | OLED, LCD or TFT Display |
| 1 | ZIF Test Socket |
| 1 | USB or 5 V Power Supply |
| 1 | Project 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
- Power on the instrument.
- Perform calibration if required.
- Ensure capacitors are fully discharged.
- Insert the component into the ZIF socket or connect the probes.
- Select the measurement mode if necessary.
- Read the displayed values.
- Compare with the component specifications.
- 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.