breakout board
A minimal PCB with a single component, used for easier prototyping.
breakout board: adapter PCB for hard-to-use components
A breakout board is a small printed circuit board that carries a single integrated circuit, sensor, or other component in a form factor designed for prototyping and breadboarding. The component itself, often a surface-mount IC or a module with inconvenient lead spacing, is soldered to the breakout board. Standard pin headers or castellated holes are then added, converting the component's pinout into 0.1-inch spacing or larger pads that fit into breadboards, wire, or hand soldering. The board is essentially an adapter: it takes something difficult to work with and makes it accessible.
Breakout boards exist because modern components frequently use surface-mount packages, fine-pitch BGA (ball grid array) layouts, or proprietary connectors that cannot be directly inserted into a breadboard or easily hand-soldered. A sensor in a 2.0 mm pitch 16-pin package becomes useless in a rapid prototyping environment without mediation. The breakout board solves this by providing a carrier: the manufacturer or engineer routes traces on the small PCB, adds pull-up resistors, decoupling capacitors, and stabilizing components as needed, then breaks out the signal lines to accessible pins. A typical breakout board measures 10 to 40 mm on a side and costs between 2 and 15 US dollars in small quantities.
Common applications include breaking out accelerometers, pressure sensors, RF modules, motor drivers, and microcontroller interfaces. An MPU-6050 inertial measurement unit is a 24-pin BGA with 0.5 mm spacing; a breakout board exposes its I2C or SPI bus pins at standard 2.54 mm pitch, allowing connection to an Arduino or Raspberry Pi with jumper wires or PCB traces. Some breakout boards include additional circuitry: voltage regulators to drop 5V to 3.3V, level shifters for logic voltage translation, or switched power supplies for power-hungry modules. Others are passive: purely routing and spacing adaptation with no active components.
Breakout boards are designed by component manufacturers, electronics distributors, or independent engineers and shared via open repositories or sold directly. Major distributors such as SparkFun and Adafruit produce hundreds of breakout boards for popular components. Open-source designs allow small manufacturers and hobbyists to order custom breakout boards from PCB fabrication services at minimal cost. The design must account for the electrical requirements of the component: impedance of signal traces for high-speed signals, power distribution, decoupling capacitor placement, and any necessary protection or conditioning circuitry. A poor breakout board design can introduce noise, signal integrity problems, or thermal stress on a component.
In production environments, breakout boards are less common. When components must be integrated into a final product, they are either assembled directly onto the application PCB using the same pick-and-place and soldering infrastructure, or the application PCB itself includes the breakout functionality as part of its design. Breakout boards are tools for development, integration testing, and education. Once a prototype is verified, the breakout board is typically discarded or recycled, and the component is incorporated into the final PCB design. However, in industrial IoT and embedded systems with modular architectures, small breakout or module boards are sometimes used in production as replaceable or reconfigurable plug-in components.