In Lesson 108, we built a circuit using a breadboard. The instructions were written out step-by-step: “Connect the resistor to row 10, then plug the LED into the same row…”
While that works for a simple LED circuit, trying to describe a complex circuit with text is like trying to describe a painting over the phone. It’s confusing, error-prone, and incredibly slow.
That’s why engineers use Schematic Diagrams.
A schematic diagram is a map of an electronic circuit.
A schematic diagram is a map showing how electronic components connect to one another. Just like a geographical map uses symbols for roads, rivers, and cities instead of drawing realistic pictures of them, a schematic uses standard symbols for resistors, capacitors, and batteries.
Learning to read a schematic is learning the universal language of electronics. Once you understand the symbols, you can look at a circuit designed by someone on the other side of the world and understand exactly how to build it.
Before we look at the symbols, there are two crucial rules you must understand about reading schematics:
This is the most common stumbling block for beginners. A schematic does NOT show you what the circuit looks like in real life.
A schematic might draw a resistor an inch away from an LED, connected by a long drawn line. But when you build it on your breadboard, you might plug them into the exact same row with no wire between them at all.
The schematic only cares about what connects to what, not where the components physically sit on your desk.
The solid lines connecting the symbols represent conductive paths (wires, or the copper traces on a circuit board). We assume these lines have zero resistance.
Let’s meet the most common characters in our schematic alphabet:
Every circuit needs power.
+5V or +9V).In the US and Japan, the resistor is drawn as a zig-zag line. (In Europe, it is often drawn as a simple rectangle). Usually, the resistance value (e.g., 10kΩ) will be written next to it.
The symbol for a diode is a triangle pressing into a flat line, representing that current can only flow in one direction (the direction the triangle points). For an Light Emitting Diode, two small arrows are added pointing diagonally away from the symbol, representing light shining out.
A basic capacitor is drawn as two parallel lines with a gap between them, mimicking the two parallel conductive plates inside the physical component.
If the capacitor is polarized (like an electrolytic capacitor, which must be plugged in a specific way), one of the lines will be curved, or a small + sign will be placed next to one plate.
When two lines (wires) cross on a schematic, do they connect?
Let’s revisit our simple breadboard circuit from Lesson 108, translated into a schematic:
It’s that simple!
[Looking to build more complex schematics? Check out this excellent Assorted Component Kit to ensure you have the parts on hand when you read a new diagram.]
The best way to learn schematics is to practice. Take a look at the open-source hardware projects online. Don’t worry if you don’t recognize every symbol yet—focus on tracing the paths and seeing how the basic building blocks fit together. Soon, you’ll be reading circuits like a pro!