📘 Lesson F7 – Breadboard and Circuit Basics
🎯 Learning Objectives
After completing this lesson, students will be able to:
✅ Understand what a breadboard is
✅ Understand why breadboards are used
✅ Identify different sections of a breadboard
✅ Build circuits without soldering
✅ Understand electrical connections inside a breadboard
✅ Connect Arduino to a breadboard correctly
✅ Avoid common breadboard mistakes
✅ Design simple circuits confidently
1. Introduction
Before building any Arduino project, we need a way to connect components together.
Imagine connecting:
- LEDs
- Sensors
- Buttons
- Buzzers
- Resistors
directly to Arduino every time.
The wiring would become messy and difficult to manage.
This problem is solved using a:
Breadboard
A breadboard allows us to build electronic circuits quickly without soldering.
2. What is a Breadboard?
A breadboard is a reusable platform used for building and testing electronic circuits.
It allows electronic components to be connected together without permanent wiring.
Think of it as:
A playground where electronic components can be connected, tested, removed, and reused.
Why is it Called a Breadboard?
Long ago engineers used wooden boards to build circuits.
These boards were originally similar to kitchen bread cutting boards.
Over time the name “Breadboard” remained even after modern plastic versions were developed.
3. Why Do We Use Breadboards?
Breadboards provide many advantages.
Easy Circuit Building
No soldering required.
Reusable
Components can be removed and reused.
Fast Prototyping
Projects can be built quickly.
Beginner Friendly
Perfect for learning electronics.
Safe Testing
Circuits can be modified easily.
4. Types of Breadboards
Mini Breadboard
Small size.
Suitable for tiny circuits.
Half Size Breadboard
Most common for beginners.
Suitable for Arduino projects.
Full Size Breadboard
Large projects with many components.
5. Parts of a Breadboard
A breadboard contains three important sections.
Power Rails
Terminal Strips
Center Gap
Understanding these sections is very important.
6. Power Rails
Located on both sides.
Usually marked with:
Red Line (+)
Positive Supply
Blue Line (-)
Ground Supply
Purpose:
Distribute power across the entire breadboard.
Example:
Arduino 5V → Power Rail
Arduino GND → Ground Rail
Now every component can access power easily.
Internal Connection of Power Rails
All holes in the same rail are connected together.
Example:
If 5V is connected here:
+ + + + + + + + +
Every hole in that rail carries 5V.
7. Terminal Strips
Located in the center.
These are used for connecting components.
Each row contains five connected holes.
Example:
A B C D E
All five holes are internally connected.
Similarly:
F G H I J
All five holes are connected.
Important Note
The left side and right side are NOT connected.
Example:
A B C D E
Connected together.
But:
F G H I J
Separate connection.
8. Center Gap
A gap exists in the middle of the breadboard.
Purpose:
Allows integrated circuits (ICs) to be placed correctly.
Without this gap many ICs would short-circuit.
9. Understanding Breadboard Connections
Consider this row:
A1 B1 C1 D1 E1
All are connected.
Therefore:
If 5V is connected to A1,
Then:
B1 = 5V
C1 = 5V
D1 = 5V
E1 = 5V
But:
F1 G1 H1 I1 J1
Is a separate connection group.
10. How Current Flows in a Breadboard
The breadboard itself does not generate electricity.
It only provides connection paths.
Current flows from:
Power Source
↓
Breadboard
↓
Components
↓
Ground
11. Connecting Arduino to Breadboard
The first step in most projects is:
Connect Arduino 5V
to
Breadboard Positive Rail
Then connect:
Arduino GND
to
Breadboard Ground Rail
Now the entire breadboard has power available.
12. What are Jumper Wires?
Jumper wires are used to make electrical connections.
They act like roads that carry electricity.
Types of Jumper Wires
Male-to-Male
Most common.
Used with breadboards.
Male-to-Female
Used with sensor modules.
Female-to-Female
Used between modules.
13. Basic Circuit Example
Suppose we want to connect an LED.
Required:
- Arduino
- LED
- Resistor
- Breadboard
Connection:
Arduino Pin 13
↓
Resistor
↓
LED
↓
GND
This forms a complete circuit.
14. Why Resistors are Needed
Many beginners ask:
Why not connect LED directly?
Because LEDs require current limitation.
Without resistor:
- Excess current flows
- LED may burn
Common value:
220Ω
15. Understanding Open Circuit
An open circuit occurs when the electrical path is broken.
Example:
Missing wire
↓
Current cannot flow
↓
Circuit does not work
16. Understanding Short Circuit
A short circuit occurs when positive and negative connect directly.
Example:
5V touching GND
Results:
- High current
- Heat generation
- Possible damage
Always avoid short circuits.
17. Circuit Symbols
Common symbols used in electronics:
Battery
Power Source
LED
Light Emitting Diode
Resistor
Current Limiting Device
Switch
User Input Device
Ground
Reference Point
Students should learn these symbols because circuit diagrams use them.
18. Real World Example
Consider a traffic light.
Internally it contains:
- Power Supply
- LEDs
- Controller
- Wiring Connections
A breadboard allows us to build similar circuits for testing before making permanent versions.
19. Common Breadboard Mistakes
Mistake 1
Assuming entire row is connected.
Only specific groups are connected.
Mistake 2
Forgetting Ground Connection.
Circuit will not work.
Mistake 3
Connecting Components Across Wrong Rows.
Results in open circuit.
Mistake 4
Power Rails Not Connected.
Some breadboards split power rails into sections.
Always check continuity.
Mistake 5
Incorrect LED Polarity.
LED has:
Anode (+)
Long Leg
Cathode (-)
Short Leg
20. Best Practices
Keep Wiring Organized
Messy circuits are difficult to debug.
Use Color Coding
Red = Power
Black = Ground
Yellow = Signal
Double Check Connections
Before powering the circuit.
Avoid Loose Wires
Loose connections cause unpredictable behavior.
Label Complex Circuits
Helpful during troubleshooting.
21. Breadboard vs PCB
| Breadboard | PCB |
|---|---|
| Temporary | Permanent |
| Reusable | Not Easily Reusable |
| No Soldering | Requires Soldering |
| Ideal for Learning | Ideal for Final Product |
| Easy Modification | Difficult Modification |
🌍 Applications of Breadboards
Used in:
Arduino Projects
Robotics
Sensor Testing
Electronic Prototyping
Educational Labs
Product Development
Nearly every engineer begins with a breadboard before designing a final PCB.
📊 Summary
In this lesson, we learned:
✅ What a breadboard is
✅ Why breadboards are used
✅ Breadboard structure
✅ Power rails
✅ Terminal strips
✅ Center gap
✅ Jumper wires
✅ Open circuits
✅ Short circuits
✅ Breadboard best practices
Breadboards are one of the most important tools in electronics because they allow circuits to be built, tested, modified, and improved without permanent soldering.
📖 Key Terms
Breadboard
A reusable platform for building electronic circuits.
Power Rail
Section used for power distribution.
Terminal Strip
Section used for connecting components.
Jumper Wire
Wire used for electrical connections.
Open Circuit
Broken electrical path.
Short Circuit
Direct connection between power and ground.
PCB
Printed Circuit Board.
Ground (GND)
Common electrical reference point.
🎯 Quiz
1. What is the main purpose of a breadboard?
A. Store Code
B. Build Circuits Without Soldering ✅
C. Generate Voltage
D. Control Motors
2. Which rail usually carries positive voltage?
A. Blue Rail
B. Red Rail ✅
C. Center Gap
D. Analog Rail
3. Why is the center gap provided?
A. Decoration
B. For LEDs
C. For IC Placement ✅
D. For Power
4. What happens in an open circuit?
A. High Current
B. Circuit Works
C. Current Cannot Flow ✅
D. Voltage Increases
5. What causes a short circuit?
A. Missing Wire
B. Power Directly Connected to Ground ✅
C. Low Voltage
D. Broken Resistor
🏠 Assignment
Task 1
Identify and label all sections of your breadboard.
Task 2
Connect Arduino 5V and GND to the breadboard power rails.
Task 3
Build a simple LED circuit on a breadboard.
Task 4
Draw the internal connection structure of a breadboard.
Task 5
List five advantages of using a breadboard in Arduino projects.