One-sentence summary
A circuit schematic is a map that shows the parts of a circuit with simple symbols; in this lesson we learn the symbols and transfer a simple schematic onto a breadboard step by step.
Why does this matter?
Before you build a circuit, you often want to see it on paper first. Instead of drawing a photo of every part, electronics uses small symbols that everyone agrees on. This drawing is called a circuit schematic.
A schematic is like a road map. A map uses simple marks instead of photos of real buildings. Once you learn the marks, you can find your way even in a city you have never seen. In the same way, once you learn the symbols, you can read a circuit you have never seen before.
Reading a schematic is a two-way skill: you can understand circuits that other people share, and you can draw your own idea neatly to explain it to others. In the next lesson we will build a small warning circuit, and to read its schematic comfortably we first need to learn the language.
Symbols used in a schematic
A symbol is a simplified drawing of a real part. Below are the basic parts we will use in this lesson, shown as text symbols.
Basic symbol list
Battery --> --| |------ (long line +, short line -)
Resistor --> --/\/\/-- (zig-zag line)
LED --> --|>|-- (triangle + line, light arrows)
Push button --> --_/ _-- (switch that closes when pressed)
Buzzer --> --(( ))-- (part that makes a sound)
Ground / GND --> ---|- (short lines pointing down)
Let us look at each one briefly.
- Battery: The source that gives the circuit energy. The long line is the plus (+) end and the short line is the minus (−) end. As in the previous lesson, we only use low-voltage batteries, such as 2×AA at around 3 volts.
- Resistor: A part that limits the current, drawn as a zig-zag line. We use it to protect sensitive parts like LEDs.
- LED (light-emitting diode): Turns electrical energy into light. The point of the triangle shows the direction of the current, and the line beside it shows the minus side. An LED works in one direction only; connected backwards, it will not light.
- Push button: A switch that closes the circuit and lets current flow when you press it. When you release it, the circuit opens again.
- Buzzer: A part that makes a sound when current flows through it. Some buzzers have a plus and minus end, so they must be connected the right way too.
- Ground (GND): The shared minus (−) line of the circuit. Because it is called "ground," it is written as GND for short.
The difference between a symbol and a real part
A symbol is a simple version of a real part. For example, a real LED has a short leg on the minus (−) side and a long leg on the plus (+) side. The line on the flat edge of the triangle matches this minus side, so the symbol also tells us how to connect the part.
From schematic to breadboard
A schematic shows how the parts connect, but in real life we build those connections on a breadboard — a board that lets you test a circuit by pushing parts into holes, with no soldering needed.
How a breadboard is connected
On a breadboard, the holes are joined together in fixed groups:
Side rails (power rails):
+ rail --> all holes joined together horizontally (plus)
- rail --> all holes joined together horizontally (minus / GND)
Middle area:
Each short column (5 holes) is joined vertically within itself
The groove in the middle separates the two halves
The key idea is this: if the ends of two parts are joined by a line in the schematic, then on the breadboard those two ends must go into the same joined group. A line means "these two touch each other."
Example 1: A simple LED circuit
Goal: Light an LED using a battery and a resistor. This is the first circuit most people build in electronics.
As a schematic:
[+ Battery] --- [Resistor] --- [LED >|] --- [- Battery / GND]
How to read it, step by step:
- Start from the plus (+) end of the battery.
- Let the current pass through the resistor first, to protect the LED.
- Then let it reach the LED; the triangle should face the current from the plus side.
- Let the minus side of the LED return to the minus (−) end of the battery, which is GND.
Transferring it to the breadboard:
1. Connect the battery + wire to the breadboard + rail.
2. Connect the battery - wire to the breadboard - rail (GND).
3. Run a wire from the + rail to a column in the middle area.
4. Put one leg of the resistor into that same column.
5. Put the other resistor leg into a new column; put the LED long leg (+) there too.
6. Connect the LED short leg (-) to the - rail (GND) with a wire.
Each line in the schematic means "same column" or "same rail" on the breadboard.
Example 2: An LED circuit with a button
This time the LED should light only when we press a button. Think of the button as a switch that opens and closes the path of the current.
[+ Battery] --- [Button] --- [Resistor] --- [LED >|] --- [- Battery / GND]
How to read it: when the button is not pressed, the path is open and the LED is off. When you press the button, the path closes, current flows and the LED lights up. The resistor is again just before the LED, to protect it.
If we add a buzzer to the same circuit, each press gives both light and a short sound. This idea is the basis of the warning circuit in the next lesson.
Why do we put a resistor in front of the LED?
If an LED is connected straight to a battery, too much current can flow and damage it. The resistor lowers the current to a safe level. We can find the resistor we need with Ohm's law:
R = (source voltage - LED voltage) / LED current
An example calculation:
- Battery voltage: 5 V (such as USB or micro:bit)
- Red LED voltage: about 2 V
- Desired LED current: 0.02 A (that is, 20 mA)
R = (5 V - 2 V) / 0.02 A
R = 3 V / 0.02 A
R = 150 ohms
So a resistor of about 150–220 ohms is safe for this LED. If we do not have exactly 150 ohms, a slightly larger 220 ohms also works; the LED shines a little less brightly but stays protected.
Mini activity
You will work on paper, together with an adult. No materials are needed — just a pencil and paper.
- Draw your own schematic using these parts: 1 battery, 1 button, 1 resistor, 1 LED, 1 GND line.
- Your goal: the LED should light when the button is pressed.
- Show each part with the text symbols from this lesson.
- Line the parts up from left to right and draw a line (connection) between them.
- Below the schematic, write a 4–5 step list of how you would transfer it to a breadboard.
An example start:
[+ Battery] --- [Button] --- [ ? ] --- [ ? ] --- [GND]
Fill the question marks with the correct parts and show the direction of the current with an arrow. There is no single correct drawing; what matters is that the connections are sensible and safe.
Common mistakes
Connecting the LED backwards
An LED works in one direction only. The long leg goes to the plus (+) side and the short leg to the minus (−) side. Connected backwards, it simply will not light — this is not a fault; you just turn it around.
Forgetting the resistor
Connecting an LED to a battery without a resistor can damage the LED. Get into the habit of always looking for a resistor next to the LED in a schematic.
Misreading a line in the schematic
A line tells you that two ends are joined. If you push those two ends into different, unconnected groups on the breadboard, the circuit will not work. Do not forget the rule "line = same group."
Not connecting GND
For the circuit to be complete, the current must return to the minus end of the battery. If you forget the GND line, the circuit does not close and nothing works.
Safety note
- Use only low-voltage, educational sources: batteries such as 2×AA (3–6 V), USB, micro:bit or Arduino.
- Never use mains electricity, a wall socket or exposed household wiring. These are dangerous and are not the subject of these lessons.
- Always have an adult present when working with batteries, motors, cutting tools and hot surfaces.
- Do not let the plus and minus ends of a battery touch each other directly; this is a short circuit and the battery can get hot. Lithium batteries carry a risk of heat and fire from a short circuit.
- Always put a suitable resistor in front of parts like LEDs, and connect the poles (plus/minus) the right way.
Lesson summary
- A circuit schematic is a map that shows parts with simple symbols.
- The battery, resistor, LED, button, buzzer and GND each have their own symbol.
- Every line in a schematic means the same joined group on a breadboard.
- We put a resistor in front of an LED to protect it and find its value with Ohm's law.
- Only low-voltage sources are used; mains electricity is never touched.
Review questions
- What is a circuit schematic, and what can it be compared to?
- Which end does the long line in the battery symbol show?
- What does a line in a schematic mean on a breadboard?
- How many ohms of resistance do you need for a 5 V source, a 2 V LED and 0.02 A of current?
- Why do we put a resistor in front of an LED?
Answers
- A circuit schematic is a drawing that shows the parts of a circuit with simple symbols; it can be compared to a road map.
- The long line shows the plus (+) end; the short line is the minus (−) end.
- A line means that two ends are joined, so on the breadboard they must go into the same column or the same rail.
- R = (5 − 2) / 0.02 = 3 / 0.02 = 150 ohms. If you do not have it, 220 ohms can be used safely too.
- The resistor limits the current; without it, too much current would flow through the LED and damage it.
Source and verification note
For “Reading Circuit Schematics”, verification focuses on whether the relationship between Why does this matter? and Basic symbol list remains consistent across examples. Activities are designed only for low-voltage direct-current circuits; mains electricity is not used. Component values must be rechecked for the actual circuit, and connections should be reviewed with an adult before power is applied.
Next lesson
Project: Light-Up Warning Circuit