Home · Academy · Robotics & Coding · Introduction to Electronics · Reading Circuit Schematics

Reading Circuit Schematics

Learn to recognise schematic symbols and read a simple circuit diagram, then move it to a breadboard.

LESSON COMPASS

What will you use this page for?

Core idea

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.

Evidence to produce

Complete the page task with your own input, test conditions and reasoning.

Control trap

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…

Next connection

Project: Light-Up Warning Circuit

Module sources: Python Tutorial · Arduino Learn

LevelBeginner
Age10–16
Duration30–45 min
PrerequisiteBattery Safety
ContentStandard lesson · 1,782 words
Last updated

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.

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:

  1. Start from the plus (+) end of the battery.
  2. Let the current pass through the resistor first, to protect the LED.
  3. Then let it reach the LED; the triangle should face the current from the plus side.
  4. 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:

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.

  1. Draw your own schematic using these parts: 1 battery, 1 button, 1 resistor, 1 LED, 1 GND line.
  2. Your goal: the LED should light when the button is pressed.
  3. Show each part with the text symbols from this lesson.
  4. Line the parts up from left to right and draw a line (connection) between them.
  5. 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

Lesson summary

Review questions

  1. What is a circuit schematic, and what can it be compared to?
  2. Which end does the long line in the battery symbol show?
  3. What does a line in a schematic mean on a breadboard?
  4. How many ohms of resistance do you need for a 5 V source, a 2 V LED and 0.02 A of current?
  5. Why do we put a resistor in front of an LED?

Answers

  1. A circuit schematic is a drawing that shows the parts of a circuit with simple symbols; it can be compared to a road map.
  2. The long line shows the plus (+) end; the short line is the minus (−) end.
  3. A line means that two ends are joined, so on the breadboard they must go into the same column or the same rail.
  4. R = (5 − 2) / 0.02 = 3 / 0.02 = 150 ohms. If you do not have it, 220 ohms can be used safely too.
  5. 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

Start QuizBack to Introduction to Electronics
QUESTION POOL

Reinforce this lesson with 10 questions

This lesson has a pool of 20 questions. Each attempt selects 10 and reshuffles the choices.