Circuit Card Academy

Module 05

Oscilloscope Mastery

A DMM tells you the average; the scope shows you the truth over time. Anything that moves — clocks, data, ripple, glitches, oscillation — is scope territory. Open visuals/03-test-equipment.html for the annotated front panel, screen anatomy, probe diagram, and the good-vs-bad waveform gallery.

1. What a scope is

A voltage-vs-time grapher. The screen is a grid (graticule): vertical scale in volts/division, horizontal in seconds/division. Two to four input channels, each with its own probe. Everything else on the front panel exists to answer three questions: how big (vertical), how fast (horizontal), and when to take the picture (trigger).

2. Probes — where most scope mistakes live

3. The setup ritual (until it's muscle memory)

  1. Probe compensated, set to 10X, scope channel set to 10X.
  2. Ground clip to UUT ground, close to where you're probing.
  3. Coupling: DC coupling by default (shows the true level including DC). AC coupling only when you deliberately want to see a small AC component riding on a big DC level (ripple measurement).
  4. Vertical: volts/div so the expected signal fills 50–80% of the screen. For a 3.3V logic signal: 1V/div.
  5. Horizontal: time/div to show a few cycles. For a 1MHz clock (1µs period): 0.5–1µs/div.
  6. Trigger: source = your channel, type = edge, rising, level ≈ mid-signal (1.6V for 3.3V logic). Mode Auto while exploring (always draws something), Normal when you want only real events, Single to capture one-shot events (a glitch, a power-up sequence).
  7. Or press Autoset and then fix what it guessed wrong — fine for orientation, never for final measurement.

4. Reading the screen

5. The measurements a repair tech actually makes

Power rail ripple

DC-couple first: is the rail at nominal? Then AC-couple, crank to 10–50mV/div, time/div near the converter's switching period, and (if available) 20MHz bandwidth limit to reject ambient hash. Healthy switching rail: low tens of mV ripple, regular sawtooth. Failing bulk cap: ripple grows several-fold, often with big sag at load transients. Linear-regulated rails should be nearly flat — visible 100/120Hz (or 800Hz from 400Hz aircraft power) hum means upstream filter caps are dying.

Is the clock alive and clean?

Probe the crystal/oscillator output: correct frequency, healthy amplitude, fast clean edges. Flatline = dead oscillator (check its power/enable, then the crystal). Slow saggy edges = loading/partial short. (Touching a crystal pin with a 10pF probe can disturb or stop a marginal oscillator — probe the buffered/oscillator output side, and treat "it stopped when I probed" as a clue, not a kill.)

Reset behavior

Single-shot capture on power-up: reset line should hold low (for active-low) for a defined time after rails rise, then release cleanly. Reset stuck low = supervisor IC, sagging rail, or something else holding it. Reset pulsing repeatedly = watchdog resets — the processor is crashing, look further upstream.

Digital signal integrity

Levels reach proper high/low; edges are crisp; no runts (pulses that don't reach full height — suspect bus contention: two drivers fighting); no excessive ringing/overshoot (after ruling out the ground-lead artifact).

Serial buses

Hunting intermittents/glitches

Single or Normal trigger armed on the misbehavior (e.g., trigger on reset falling when it shouldn't), then apply the stressor — flex, heat, cold spray, vibration. The scope waits; you provoke. Persistence/infinite-persistence display modes also reveal rare runts inside an apparently healthy stream.

6. Bandwidth honesty

A scope only shows what's within its bandwidth. Rule of thumb: scope bandwidth ≥ 5× the highest frequency of interest; for digital, the edges (not the clock rate) set the requirement. A 100MHz scope showing a 66MHz clock draws a pretty sine wave even if the real signal is square — know what your instrument can and can't show, and don't diagnose "slow edges" at the limit of your bandwidth.

7. Self-check

  1. Your 3.3V clock shows 0.33V amplitude. First suspicion?
  2. Why AC coupling for ripple?
  3. When is the long alligator ground lead unacceptable?
  4. Reset line pulses every 1.6s forever. Meaning?
  5. Why never clip scope ground to the high side of a current-sense resistor on a live supply?

Next: 06 — Troubleshooting Methodology