instrumentos-medicion-avanzada-osciloscopio-analizador-logico-lcr

Oscilloscope, Logic Analyzer, and LCR Meter

  • 3 min

The oscilloscope, the logic analyzer, and the LCR tester are instruments for analyzing signals and components beyond what a multimeter can record.

The multimeter is your best friend, but it has one flaw: it is slow. If you measure a signal that changes very quickly (like a PWM that turns an LED on and off 1000 times per second), the multimeter won’t tell you “0V and 5V”. It will take an average and tell you “2.5V”. It is lying to you.

To see reality, we need tools that plot time and can identify components for us.

Which Instrument to Use

ToolWhat it measuresWhat it’s used forApprox. Cost (Hobby)
MultimeterV, I, R (Average)Measuring continuity, batteries, resistors. General purpose.€10 - €50
OscilloscopeV vs TimeSeeing noise, PWM, waveforms, voltage drops.€30 - €300
Logic Analyzer0s and 1s (Data)Reading communications (I2C, UART) and finding code errors.€8 - €15
Transistor TesterIdentificationKnowing what a component is, its pins, and if it’s healthy (ESR).€15 - €20

The Oscilloscope

If the multimeter is a camera that takes a blurry picture, the Oscilloscope is a high-speed video camera.

Its main function is to draw a graph of voltage (Y-axis) over time (X-axis).

What is it really used for?

  1. Seeing the Invisible (PWM and Signals): You can see if a square wave is perfect or if it’s distorted. You can measure the exact pulse width you send to a servo.
  2. Hunting Noise: Sometimes your circuit resets itself. With an oscilloscope, you can see if the 5V line has “spikes” or sudden voltage drops lasting microseconds (something the multimeter would never see).
  3. Peak-to-Peak Voltage (): measures the difference between the highest and lowest point of a signal.

You don’t need to spend €400 on a Rigol to get started. There are pocket oscilloscopes for less than €40 which, although not suitable for high frequency, are perfect for learning with Arduino.

The Logic Analyzer

The oscilloscope shows the voltage of a signal. The logic analyzer reduces it to digital states and can read multiple channels simultaneously to decode protocols.

Imagine you connect an I2C sensor and it doesn’t work. With an oscilloscope, you’d see strange pulses.

Why do you need it?

  • Debugging Protocols: I2C, SPI, UART. It tells you exactly what data is being sent.
  • Precise Timing: You can measure with nanosecond precision how long your code takes to respond to an interrupt.
  • Ridiculous Price: Clones of the “Saleae 8ch 24MHz” type cost less than €10. It’s the best value-for-money tool in electronics.

The Transistor Tester / LCR Meter

This device is sold under names like “Transistor Tester”, “Component Tester”, “GM328A”, or “LCR-T4”. It is that little box (sometimes without a case) with a green screen and a zero-insertion-force (ZIF) socket.

What does it do?

It is a universal identifier. You pick up a component you found in a drawer (or desoldered from an old board), plug it randomly into the socket, and press the button.

The device tells you:

  1. What it is: “It’s an N-Channel MOSFET”, “It’s a Coil”, “It’s a Dual Diode”.
  2. The Pinout: It tells you which pin is the Gate, which is the Drain, and which is the Source.
  3. The Real Values: