Measurement & Components

Req 5b — Test Equipment

5b.
Tell about the need for and the use of test equipment in electronics. Name three types of test equipment. Tell how they operate.

You can look at a circuit board all day and never know whether it is working correctly. Electricity is invisible. You cannot see voltage, feel current (safely), or hear resistance. Test equipment gives you eyes into the invisible world of electrical signals — and without it, troubleshooting a broken circuit is nothing more than guesswork.

Why Test Equipment Matters

Every time you build, repair, or debug a circuit, you need to answer questions:

Test equipment answers these questions with hard numbers. When your Req 4c circuit project did not work on the first try, a multimeter could have told you exactly where the problem was in seconds.

Three Essential Types of Test Equipment

1. Multimeter

The multimeter is the single most important tool in electronics. It is called a “multi” meter because it measures multiple electrical properties — typically voltage, current, and resistance — all in one handheld device.

How it works: A multimeter has two probes (one red, one black) that you touch to different points in a circuit. A rotary dial or button selects what you want to measure. The display shows the reading.

Measuring voltage (voltmeter mode): Connect the probes in parallel — touch them across a component or between two points. The meter shows the electrical pressure difference between those two points.

Measuring current (ammeter mode): Connect the probes in series — the current must flow through the meter itself. This means you need to break the circuit at one point and insert the meter in the gap. The meter shows how much current is flowing.

Measuring resistance (ohmmeter mode): Disconnect the component from the circuit, then touch the probes to its two leads. The meter sends a tiny test current through the component and calculates the resistance from the voltage drop. Never measure resistance in a powered circuit — the external voltage will give a false reading and could damage the meter.

A digital multimeter with its display screen and test probes positioned next to a small circuit board

2. Oscilloscope

An oscilloscope displays electrical signals as a waveform on a screen — a graph of voltage over time. While a multimeter gives you a single number (like 5.0V), an oscilloscope shows you the entire signal: its shape, frequency, amplitude, and any noise or distortion.

How it works: A probe connects to a point in your circuit. The oscilloscope samples the voltage thousands or millions of times per second and plots the results as a continuously scrolling waveform. The horizontal axis is time, and the vertical axis is voltage.

What you can see:

3. Logic Probe / Logic Analyzer

A logic probe is a simple, pen-shaped tool designed specifically for digital circuits. Instead of measuring exact voltages, it tells you whether a point in a digital circuit is high (logic 1), low (logic 0), or pulsing (rapidly switching between the two).

How it works: You clip the probe’s power leads to the circuit’s power supply, then touch the tip to any node in the circuit. LEDs on the probe light up to indicate the state:

A logic analyzer is the digital equivalent of an oscilloscope — it captures and displays the timing of multiple digital signals simultaneously, showing you exactly when each signal goes high and low. This is essential for debugging communication between digital chips, where the timing of signals must be precise.

Choosing the Right Tool

What You Need to KnowBest Tool
Voltage at a pointMultimeter
Current through a wireMultimeter
Resistance of a componentMultimeter
Shape of a signal over timeOscilloscope
Frequency of a signalOscilloscope
Is a digital pin high, low, or pulsing?Logic probe
Timing between multiple digital signalsLogic analyzer
SparkFun — How to Use a Multimeter Step-by-step tutorial with photos showing how to measure voltage, current, resistance, and continuity with a digital multimeter.