como-usar-protoboard-arduino

How a Breadboard Works and How to Use It

  • 4 min

A breadboard is a board with internal connections that allows you to build and test electronic circuits without soldering.

We’re not going to twist wires in the air or solder components every time we want to test something. The breadboard lets us create temporary setups and modify them in seconds.

I call it “your best friend and your worst enemy” for a very simple reason:

  • Friend: It lets you build and dismantle circuits in seconds, like LEGO pieces.
  • Enemy: 90% of beginner failures (“this doesn’t work”, “the LED doesn’t light up”) are due to a poor connection on the breadboard.

Let’s see what’s going on under the plastic to learn how to use it correctly.

What’s inside a breadboard

A breadboard is a plastic board with many holes. The important thing is that underneath, those holes are electrically connected following a specific pattern.

This allows us to insert wires and component leads into the holes to connect them, without needing to solder anything.

To use it, you need to understand how those holes are connected. Otherwise, it’s easy to leave terminals isolated or create unintended bridges.

Anatomy of a Breadboard

If we removed the backing sticker from a breadboard, we would see a bunch of metal strips. Let’s divide the board into two main areas:

Power Rails

On the sides of the board (sometimes only on one side) we usually find two long lines, typically marked in red (+) and blue (-).

  • How are they connected? Vertically.
  • All holes next to the red line are connected.
  • All holes on the blue line are connected.

What are they for? They function as an “energy highway.” We’ll connect the 5V and GND from the Arduino to these rails at the start. This way, we’ll have power available across the entire board to “plug in” wires wherever needed.

The Work Area (The Center)

In the center of the board, we see columns of small numbered holes (1, 2, 3…) and labeled with letters (a, b, c, d, e…).

  • How are they connected? Horizontally (by rows).
  • This is the most important part: The 5 holes in row 1 (a,b,c,d,e) are connected to each other.
  • But row 1 is NOT connected to row 2.

Imagine each numbered row (row 1, 15, 30) is a small 5-hole metallic clip. Anything you plug into the same row (e.g., row 10) will be electrically touching.

Center Channel

Right in the middle of the board, there is a separation, a channel or groove. This channel breaks the horizontal connection.

This means row 1 on the left side (letters a,b,c,d,e) is NOT connected to row 1 on the right side (f,g,h,i,j). They are two separate islands.

This design allows us to place chips (integrated circuits) in the middle, with some pins on one side and others on the other side, without short-circuiting them.

How to Connect Components

To connect two terminals, we place them in holes that belong to the same contact group.

Let’s look at a practical example:

Goal: Connect a Resistor to an LED.

  1. Plug one lead of the Resistor into row 10.
  2. Plug the other lead of the Resistor into row 15.
  3. Now, take the LED. Plug its positive lead (anode) into row 15 (They make contact here!).
  4. Plug the negative lead (cathode) of the LED into row 20.

We have created a path: Current arrives at row 10, crosses the resistor to row 15, goes into the LED at row 15, and leaves through row 20.

Do not connect both leads of the same component in the same contact group.

If you place both terminals of a resistor in the same row, the internal contact will bypass it. The current will skip the component and the resistor will serve no purpose. Depending on the rest of the circuit, this bridge could even cause a short circuit.

Tips for Building Your Circuit

  1. Color Code: use red wires for positive power, black for GND, and other colors for signals.
  2. Don’t Force It: if a lead doesn’t go in smoothly, check that it isn’t bent and that its thickness is suitable.
  3. Check by Rows: trace each connection from one end to the other before powering the circuit.
  4. Measure Continuity: if you’re unsure about a rail or contact, check it with a multimeter while the board is disconnected.