Skip to main content
What is a PCB (Printed Circuit Board)?
  1. Glossary/

What is a PCB (Printed Circuit Board)?

6 mins·
Ben Schmidt
Author
I am going to help you build the impossible.

You have likely heard the phrase hardware is hard.

It is a common refrain in the startup ecosystem. It usually refers to the high capital costs, the slow iteration cycles, and the logistical nightmares of supply chains. At the center of almost every hardware product lies a green square that acts as the brain and nervous system of the device. This is the Printed Circuit Board, or PCB.

For a non-technical founder, the PCB can seem like a black box of engineering magic. You do not need to know how to route copper traces yourself to run a hardware company. However, you do need to understand what a PCB represents in terms of product development timelines, cost structures, and manufacturing risks.

It is the physical manifestation of your intellectual property. It is where your software meets the physical world.

Understanding the basics of the board will help you communicate with engineers, manage timelines, and make better decisions when moving from a messy prototype to a polished product ready for the shelf.

The Anatomy of the Board

#

A PCB is a board that mechanically supports and electrically connects electronic components using conductive tracks, pads, and other features etched from copper sheets laminated onto a non-conductive substrate. That is the technical definition.

Think of it like a lasagna. It is composed of layers laminated together into a single structure.

Here is what those layers actually do:

  • Substrate (FR4): This is the base material, usually fiberglass. It gives the board rigidity and thickness. It is the core structure.
  • Copper: This is laminated to the substrate. It acts as the wiring. The copper is etched away to leave specific lines, or traces, that electricity travels through. Complex boards have multiple layers of copper sandwiched inside.
  • Solder Mask: This is the layer on top of the copper. It gives the PCB that characteristic green color (though it can be red, blue, or black). It insulates the copper traces to prevent accidental contact with other metal or solder bits.
  • Silkscreen: This is the white text printed on top of the solder mask. It labels where components go, adds logos, and provides instructions for assembly.

When you hold a PCB, you are holding a sandwich of insulation and conductivity designed to route signals from point A to point B without crossing wires.

From Breadboard to Production

#

One of the most dangerous phases for a hardware startup is the transition from prototype to production.

In the early days, your engineers likely use a breadboard. This is a plastic board with holes that allow you to plug in wires and components temporarily. It is messy. It looks like a rat’s nest of cables. But it allows for rapid changes. If a circuit does not work, you just unplug a wire and move it.

Moving to a custom PCB changes the game.

Once you design a PCB, you generate a set of files called Gerber files. You send these to a manufacturer. They fabricate the bare board. Then, the components must be soldered onto it. This creates a permanent circuit.

This shift brings a new constraint: permanence.

If there is a mistake in the PCB design, you cannot just unplug a wire. You often have to scrap the board and order a new revision. This is called a board re-spin. Re-spins cost money. More importantly, they cost time. A re-spin can set your timeline back by weeks.

Founders need to account for multiple revisions in their runway. It is rare to get the PCB perfect on the first try. You should budget for at least three iterations before you are ready for mass manufacturing.

PCBA and the Supply Chain

#

A bare PCB is just fiberglass and copper. It does nothing until components are attached to it. This process is called Printed Circuit Board Assembly, or PCBA.

Re-spins cost money and time.
Re-spins cost money and time.
This is where the business complexity ramps up.

Your engineers will generate a Bill of Materials, or BOM. This is a list of every single component that goes on the board. Resistors, capacitors, microchips, connectors. A complex board might have hundreds of line items.

Every single one of those items needs to be sourced.

If one specific 10-cent chip is out of stock globally, your entire production line stops. You cannot build the product. This happened famously during the chip shortage of the early 2020s, but it happens on a smaller scale constantly.

As a founder, you must ask your engineering team about the sourcing strategy for the components on the PCB.

Are we using generic parts that can be easily swapped? Or are we designing around a specialized sensor that has a 50-week lead time? The design of the PCB dictates your supply chain risk.

Cost Drivers and Trade-offs

#

When you are getting quotes for manufacturing, several variables on the PCB will drive the price.

Size: The larger the board, the more raw material it uses. Additionally, fewer boards fit on the manufacturer’s standard panel size, increasing waste.

Layers: A simple board might have 2 layers (top and bottom). A complex smartphone mainboard might have 10 or more layers. Every additional layer adds processing steps and increases the cost significantly.

Density: Making things smaller is expensive. Tighter tolerances require more precise machinery and result in higher defect rates during manufacturing. This drives up the unit cost.

Founders often want the smallest, sleekest device possible. However, shrinking the PCB often increases the price and complexity. There is a trade-off between the industrial design (how the product looks) and the electrical engineering (how the product works and costs). You have to decide where the value lies for your customer.

Design for Manufacturing (DFM)

#

You will hear the term DFM often. It stands for Design for Manufacturing.

It is possible to design a PCB that works perfectly in a simulation software but is impossible or incredibly expensive to build in real life. DFM is the practice of designing the board in a way that makes it easy to manufacture reliably.

This involves things like:

  • Keeping components spaced far enough apart so soldering machines do not bridge them.
  • Using standard hole sizes so the factory does not need custom drill bits.
  • Arranging components so that automated inspection cameras can see them clearly.

If your team ignores DFM during the prototyping phase, you will hit a wall when you try to scale. You might find that your factory has a 20% failure rate because a specific chip is too hard to solder correctly. That failure rate comes directly out of your profit margin.

Why This Matters to You

#

You do not need to be an electrical engineer to lead a hardware company. But you do need to respect the physics and the logistics of the PCB.

The PCB is the timeline constraint. It is the supply chain bottleneck. It is the primary cost driver.

When you ask “why is this taking so long,” the answer is often found in the layers of that green board. Perhaps a re-spin was needed. Perhaps a component is out of stock. Perhaps the board failed the smoke test (literally, it smoked when plugged in).

By understanding the workflow of designing, fabricating, and assembling a PCB, you can better plan your capital allocation. You can build buffers into your schedule that reflect reality. You can ask better questions during design reviews.

Hardware is hard. But it is also built on logic. The PCB is the map of that logic. If you can read the map, you can navigate the business.