pcb-basics

This is an old revision of the document!


This page will go through the basics of what a PCB actually is, along with definitions and examples of many of the terms used with PCBs. Design is looked at on our “PCB Design” page.

What is a PCB?
A breadboard may be used for prototyping before a PCB is fabricatedA PCB (printed circuit board, or just a “board”), is a physical method by which circuit designers can mount components with connections between them. Before fabricating a PCB, a circuit is often built using a breadboard or wire-wrapping technique to make sure that it works. While suitable for prototyping or proof-of-concept, breadboards and wire-wrapping methods should usually be avoided in final products, as they are prone to loose connections, misaligned pins, and other issues. Furthermore, properly designed PCBs can support electrical characteristics that other methods cannot.

If you don't have time to design and manufacture a PCB, you may want to consider using a perfboard. A perfboard is a rectangular sheet covered in a grid of through holes that can be used for soldering. Holes are connected by either running a wire between them or by making a solder bridge. Many also include pads on the side for surface mount components. Perfboards are more durable than breadboards and can save time when only one or two designs are needed. However, they are not recommended for circuits that are complicated or need to be replicated many times.

The rest of this article focuses on PCBs. If you are not sure which method for implementing your circuit design is best for your project, you can talk to a PI about the advantages and disadvantages of different methods. Keep in mind that for most projects, you will use multiple implementation methods as you develop your design.

This is a PCB

A PCB is a multi-layered substrate specially designed and fabricated for circuit designers to eliminate wiring and mechanically support their components. Let's step though that definition:

  • Multi-layered substrate - A PCB starts as a sheet of layered material. This conmanly consists of a thin layer of copper on the bottom, a substrate called FR4 (FR5 is also common), and another thin layer of copper. You might have seem these sheets sitting below the Hive's milling machine (ProtoMat).
  • Designed and fabricated - The first step in making a PCB is to design it using CAD (computer-aided design) software. Popular CAD tools include Eagle, Kicad, and Altera. The next step is to physically create the PCB, referred to as fabrication.
  • Eliminate wiring - While the copper layers are electrically conductive, the FR4 is not. That means that by removing (etching away) copper, you leave behind a pattern that directs the flow of electricity. These copper connections (traces) electrically connect components exactly as wires do.
  • Mechanically support - Unlike flexible wires, a rigid PCB can be used to connect (mount) components, such as resistors or chips. This is typically achieved through some form of soldering, in which a conductive metal “glue” to attach components to the PCB.

More complex stackups (that is, the layering of the PCB) can include multiple copper layers, different insulating layers, and more. Traces on different copper layers can be connected by adding vias, which are holes that are drilled into the board and electroplated to make a conductive pathway. Soldermask can be added to isolate traces beyond just etching. Text and images can be added with silkscreen.

«Image of a PCB» «Labeled image of a PCB> «Stack up of a 2 layer board»

How do I make a PCB?
Making a PCB is done in three overarching steps: design, fabrication, and assembly.

  1. Design: Typically, one starts by developing a circuit, which may include simulations and/or prototyping on breadboard. The design of the board itself is then done on the computer using electronic computer-aided design (e-CAD) programs, such as KiCAD, EAGLE, or Altium, though there are many others.
  2. Fabrication: There are a number of different steps, depending on the complexity of your design, but a standard 2-layer board without vias begins by drilling any necessary holes, followed by etching/isolating the traces and components, and finally routing/cutting the board out. Soldermask and silkscreen can be applied after the board has been fabricated. See our “How to make a PCB at The Hive” page for details.
  3. Assembly: the process of actually adding the components to the fabricated PCB. At The Hive, we have soldering stations to facilitate this, as well as solder paste and a reflow oven if you'd prefer. We can also make solder paste stencils.

Glossary
Trace
Via
Pitch
Mil
Etch
Electroplate
Route (cut vs route traces)

  • pcb-basics.1590958842.txt.gz
  • Last modified: 2020/05/31 17:00
  • by madeline