Circuit Card Academy

Module 02

Reading Schematics

A schematic is the board's source code. Repair work is constant translation between three documents: the schematic (what's connected to what), the assembly drawing / BOM (which physical part is which designator, and where it sits), and the board itself. Open visuals/01-schematic-symbols.html in a browser alongside this module — it has every symbol drawn and annotated.

1. The grammar of a schematic

Reference designator letters (memorize)

Letter Component Letter Component
R Resistor U Integrated circuit
C Capacitor Y / X Crystal / oscillator
L Inductor F Fuse
D or CR Diode (CR is common on military/aerospace drawings) K Relay
Q Transistor J / P Jack (fixed) / Plug (mating) connector
T Transformer S / SW Switch
TP Test point FB Ferrite bead
VR / RV Regulator or variable resistor / varistor (check the drawing's conventions) BT Battery

2. Reading conventions that orient you fast

3. Pin numbering on ICs

4. How to read a schematic you've never seen (the 10-minute survey)

  1. Find power entry. Locate the input connector, fuse, protection diodes, and every regulator. Write down the rail list: e.g. 28V in → 5V → 3.3V → 1.2V. This is your future troubleshooting map — most dead boards die in this chain.
  2. Find the brain. The biggest IC (processor/FPGA), its crystal/oscillator, and its reset circuit.
  3. Trace the signal path for the board's main function: input connector → conditioning → conversion/processing → output drivers → output connector.
  4. Inventory the test points. TPs are placed where designers expected someone to need a probe — they're a guided tour of the important nets.
  5. Note interfaces between sections — analog/digital boundaries, opto-isolators, transformers, level shifters. Faults often hide at boundaries.

5. From schematic to board and back

6. Reading values

7. Drill (daily, week 2)

  1. Open the symbols HTML and quiz yourself: cover captions, name every symbol + designator letter.
  2. Sketch from memory: voltage divider, RC low-pass filter, LED + series resistor, NPN switching a relay coil (with flyback diode), 3-terminal regulator with input/output caps.
  3. Find a free schematic online (guitar pedal, Arduino, old radio service manual) and run the 10-minute survey on it. Write the rail list and the signal path in one paragraph.

Next: 03 — Component Identification & How Each Part Fails