Skip to content

2.4 Components and packages

A schematic symbol is a theoretical instruction; a component package is a physical constraint. In manufacturing, the “package” defines the dimensions, lead geometry, and material casing of an electronic part. The Pick & Place machine does not interpret whether a chip is a microcontroller or a simple timer. It only registers the physical geometry of the plastic body and how its metal leads must align with the printed solder paste. Choosing a package exceeding the placement resolution or thermal capability of the assembly line ensures the hardware will fail to yield, regardless of how flawless the electrical logic is.

Resistors and capacitors—passives—typically constitute 80% to 90% of the total component count on a Printed Circuit Board (PCB). Their physical footprints are defined by standard imperial size codes, such as 0402 or 0603.

  • 0201 or smaller: These ultra-miniature packages pose significant assembly challenges. They are highly susceptible to “tombstoning”—standing up vertically on one pad—due to uneven surface tension in the liquid solder during reflow soldering. Specifying these requires high-precision Pick & Place machines and perfectly tuned solder paste stencils.
  • 0402 and 0603: These represent the current industry baseline. They offer an optimal balance of cost, density, and ease of placement, carrying a very low manufacturing risk.
  • 1206 or larger: While robust for placement, large ceramic passive bodies are mechanically brittle. When the PCB flexes during downstream operations like depanelization or final assembly fastening, the rigid ceramic body of the capacitor can crack, often causing an immediate short circuit.

Integrated circuits (ICs): leaded vs. leadless

Section titled “Integrated circuits (ICs): leaded vs. leadless”

Silicon chips generally utilize one of two primary mechanical interface styles: those with visible, protruding legs (leaded) and those with hidden contact pads underneath the body (leadless).

These packages feature metal legs extending from the perimeter of the component body.

  • The Advantage: The resulting solder joint is fully visible. A quality inspector can easily verify wetting and alignment using a standard microscope.
  • The Risk: The leads are fragile. If a single leg is bent by even 0.1 mm while in the shipping tray, it will fail to make contact with the matching PCB pad, resulting in an open circuit.

These packages utilize contact arrays situated entirely beneath the component body.

  • The Advantage: They provide exceptional connection density, allowing more complex silicon to fit within a smaller PCB footprint.
  • The Risk: The solder joints are completely hidden from optical view.
  • Engineering Rule: When a design incorporates BGA, LGA, or QFN packages, it is essential to plan and budget for Automated X-Ray Inspection (AXI) at the factory. Visual inspection is impossible without specialized equipment.

Connectors are the primary interface where end-users interact with the PCBA by plugging and unplugging cables.

  • Surface Mount (SMT) Connectors: These rely entirely on the mechanical strength of the surface solder joints. When a user pulls the cable forcefully, the leverage can easily peel the copper pads directly off the FR-4 substrate.
  • Through-Hole (THT) Connectors: The metal legs pass entirely through the board and are soldered on the opposite side. While they do introduce manual assembly costs, they provide vastly superior mechanical resilience.
  • Engineering Rule: When a connector will experience frequent mating cycles (such as a USB charging port), it is heavily advised to utilize Through-Hole Technology (THT) mounting or, at minimum, an SMT design featuring robust Through-Hole anchor tabs.

Components are sensitive physical objects. Their survivability depends heavily on managing moisture, electrostatic discharge (ESD), and mechanical orientation.

Certain components function in one electrical direction only. Examples include diodes, polarized capacitors (electrolytic and tantalum), some ICs, and LEDs.

  • The Alignment Trap: The polarity markers on the PCB silkscreen (dots, lines, or plus signs) must unambiguously match the physical indicator on the component body.
  • The Consequence: Installing a polarized component backward is a critical failure. For example, a reversed tantalum capacitor will act as a short circuit and predictably rupture or catch fire upon initial power-up.

Plastic IC packages naturally absorb moisture from the ambient air over time. When a moisture-laden chip enters a 260°C reflow oven, the trapped water instantly vaporizes into steam. The resulting internal pressure cracks the plastic body from the inside out—a destructive phenomenon known as “popcorning.”

  • MSL 1: The component is effectively immune to standard environmental moisture.
  • MSL 3: The component has a defined “floor life.” It must be soldered within 168 hours of breaking the protective factory vacuum seal.
  • Engineering Control: When the floor life of an MSL-rated component expires before assembly, the parts must undergo a highly controlled “baking” process in a specialized dry oven to safely extract the moisture prior to entering the reflow oven.

Surface mount placement machines require components to be fed from specific standardized carriers.

  • Tape and Reel: The mandatory standard for mass production. It enables high-speed, continuous component feeding.
  • Tray: Utilized for large, mechanically delicate, or perfectly flat chips like QFPs and BGAs.
  • Tube: A legacy format that requires slower vibrating feeders, which are highly prone to jamming. It is highly recommended to avoid specifying tube packaging for new designs.

Pro-Tip: Loose “Cut Tape” (short strips of tape) should never be supplied to an EMS for mass production runs. The automated feeders require a long strip of empty tape (a “leader”) to thread the mechanical feeder. When engineering teams supply a short strip containing exactly the ten required resistors, the machine cannot thread it, forcing the operator to place those tiny components manually with tweezers.

CategoryParameterRisk FactorCritical Control
PassivesSize CodeTombstoning / CrackingDefault to 0402 or 0603. Confine 0201 to highly space-constrained areas.
ICsLead StyleHidden Solder JointsRequire X-Ray inspection for all QFN and BGA packages.
MechanicalMechanical StressPad DelaminationEnforce Through-Hole anchors for all external I/O ports.
HandlingPolarityComponent DestructionUnambiguously indicate Pin 1 / Anode on both Silkscreen and Assembly Drawings.
HandlingMSLPopcorningMonitor factory exposure time for MSL 3+ parts; bake immediately if expired.
SourcingPackaging FormatMachine JammingSpecify Tape & Reel for all viable SMT parts; explicitly ban loose cut tape.