0Pricing
Arduino & IoT Academy · Lesson

How a Breadboard Connects

Power rails, rows, and the hidden internal links.

How a Breadboard Connects is a free Arduino & IoT Academy lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Arduino & IoT Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.

What a Breadboard Is

A breadboard lets you build circuits by pushing parts into holes, no soldering. You can rewire it anytime, which makes it perfect for learning. 🔌

Holes Are Connected Inside

The magic is hidden: groups of holes are wired together inside the board. Knowing which holes share a connection is the whole skill.

The Power Rails

The long lines down each side are the power rails, usually marked + (red) and - (blue). Every hole in one rail is connected together.

Rails Run the Long Way

A power rail connects along its whole length. So a wire in the top + hole reaches a part plugged into the bottom + hole. ⚡

The Terminal Rows

The main grid in the middle holds your parts. Here the holes connect in short rows, not down the long sides.

Five Holes per Row

In the middle grid, each row of five holes is linked together. Plug two legs into the same row and they are electrically joined.

The Center Gap Splits It

A trench runs down the middle. It splits each row in two, so the left five and right five holes are separate.

Why the Gap Exists

The gap is sized for chips. A DIP chip straddles it so each leg lands in its own row, with no legs shorted together.

Making Two Parts Connect

To join two parts, put a leg from each into the same row. To keep them apart, use different rows.

Jumper Wires Bridge Rows

Rows that should connect but sit far apart get linked by a jumper wire. It is just a movable connection between two holes.

Feed the Rails First

A common habit: run a wire from Arduino 5V to the + rail and GND to the - rail. Now power is everywhere along the board. 🔋

Quick Check

Think about how the middle grid is wired.

Recap

You learned a breadboard's hidden wiring: rails run long for power, middle rows link five holes, and the gap keeps the two sides apart. 🎉

Frequently asked questions

Is the “How a Breadboard Connects” lesson free?

Yes — the full text of “How a Breadboard Connects” is free to read here on the web, and the Arduino & IoT Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Arduino & IoT Academy course, upgrade to CoddyKit PRO.

What will I learn in “How a Breadboard Connects”?

Power rails, rows, and the hidden internal links. You practise Arduino & IoT Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.

Do I need any experience to start Arduino & IoT Academy?

No prior experience is required. Arduino & IoT Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.

How long does the “How a Breadboard Connects” lesson take?

Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.

Can I write and run code in this Arduino & IoT Academy lesson?

Yes. Every Arduino & IoT Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.

All lessons in this course

  1. How a Breadboard Connects
  2. Resistors & Ohm's Law in Practice
  3. Power, Ground & Common Mistakes
  4. Read a Simple Schematic
← Back to Arduino & IoT Academy