OTD ACADEMY
Sign in / Sign up
Library

LIBRARYReading a schematic.

A schematic is the circuit as a diagram. How to read its symbols, reference designators, and nets, so any board's design opens up.

A schematic is the circuit drawn as a diagram: symbols for the parts, lines for the connections, and labels that name them. Read it in that order and any board's design opens up.

Symbols

Each part is drawn as a standard symbol: a zigzag or rectangle for a resistor, two lines for a capacitor, a triangle-and-bar for a diode, a box for an integrated circuit. The symbol shows the pins and how they connect, not what the part physically looks like.

Reference designators

Each symbol carries a unique reference designator, R1, C3, U2, that ties the symbol to one real part on the board and one line on the bill of materials. Assigning them is called annotation (KiCad). Find U2 on the schematic and you know exactly which part and which footprint it is.

Nets

A wire, or a shared label, is a net: one electrical node. Every pin on the same net is connected. Power and ground are usually drawn as named labels rather than wires, so the sheet stays readable, and two pins with the same power label are joined even without a line between them.

Open the schematic for a One Thousand Drones L1.01 board and the same three things are there: symbols for each part, reference designators tying them to the BOM, and named nets for power, ground, and the USB signals.

Checkpoint

Quick check

A reference designator like U2 does what?
A net on a schematic is what?
How are power and ground usually drawn?
0 / 3 correct

One Thousand Drones engineering team · verified 2026-07

How to read a schematic: symbols, nets, and reference designators