Circuit Card Academy

Module 01

Electronics Foundations

Everything in troubleshooting reduces to predicting what voltage, current, or resistance should be at a point, measuring what it is, and explaining the difference. This module gives you the prediction tools.

1. The three quantities

Quantity Symbol Unit Plain-English meaning What you measure it with
Voltage V (or E) volts (V) Electrical pressure between two points DMM in V mode, across two points
Current I amperes (A) Flow of charge through a path DMM in A mode, in series with the path
Resistance R ohms (Ω) Opposition to flow DMM in Ω mode, power off

Key mental model: voltage is always between two points (it's a difference, like height). Current is through one point (like water flow in a pipe). Saying "the voltage at TP3" really means "voltage between TP3 and ground."

2. Ohm's Law and Power

V = I × R        I = V / R        R = V / I
P = V × I        P = I² × R       P = V² / R

Unit prefixes you must know cold: M (mega, ×1,000,000) · k (kilo, ×1,000) · m (milli, ÷1,000) · µ (micro, ÷1,000,000) · n (nano, ÷10⁹) · p (pico, ÷10¹²)

So 4.7kΩ = 4,700Ω; 100nF = 0.1µF; 2.2mA = 0.0022A.

3. Series and parallel

Series (one path, components in a chain):

Parallel (components side by side between the same two nodes):

Why this matters for repair: every component on a board sits in a web of parallel paths. Measure a 10kΩ resistor in-circuit and you may read 3kΩ because other parts are in parallel with it. In-circuit ohms can read low but never legitimately read high — a high in-circuit reading means the part (or its solder joint) really is open. (See 04 — DMM Mastery.)

4. DC vs AC

5. The passive components' jobs

6. The semiconductors' jobs

7. Grounds and returns

"Ground" is just the agreed 0V reference node. Boards often have multiple grounds (analog ground, digital ground, chassis ground) joined at one deliberate point to control noise. Two practical consequences:

  1. Always know which ground your black probe is on.
  2. A "ground" that has resistance to the real ground (cracked joint, corroded standoff) creates bizarre, intermittent symptoms — measurable as a few ohms or as voltage appearing "on ground" under load.

8. Self-check (answer without notes)

  1. A 330Ω resistor across 3.3V — how much current? How much power?
  2. Two 10kΩ resistors in parallel? In series?
  3. A voltage divider: 12V in, R1=10kΩ on top, R2=2kΩ on bottom. Vout?
  4. Why does a 100nF cap sit next to every IC power pin?
  5. Why can an in-circuit resistance reading be lower than the part's marked value but not legitimately higher?

Next: 02 — Reading Schematics