Miniaturization and Thinning of HDI PCBs for Consumer Electronics
QUICK ANSWER A thin HDI PCB helps a small consumer device when fine pitch components cannot be routed inside its enclosure with ordinary vias. In this worked maker build, a clip on BLE motion tag uses local microvias to escape a 0.4 mm pitch chip. The Gerber package, fabrication review, and assembled tests decide whether the size reduction works in practice.
A BLE development board can show motion readings on a phone within an afternoon. It cannot show whether the same circuit will fit comfortably inside a wearable clip. That is the useful question behind miniaturization here: can the maker move from a working bench demo to a smaller assembled product without losing the radio link or bending the board?
Maker Project Define What the Clip Must Do
The project is a motion tag that clips to a sleeve or bag and sends live acceleration data to a phone. The maker first proves the firmware using a BLE development board and a sensor breakout. Once that works, the enclosure mockup sets the board outline and height budget. These targets make the later HDI decision measurable rather than fashionable.
The design brief can be kept on one small table. The targets are proposed dimensions; the last column states what a physical prototype must verify.
| Design item | Target or choice | Evidence after fabrication |
|---|---|---|
| Board envelope | 30 by 22 mm; 0.8 mm thick | Measure the bare board and closed case |
| Wireless chip | nRF52832 WLCSP, 0.4 mm pitch | Confirm the assembled radio link |
| Motion input | Bosch BMI270 sensor | Compare a walk with a rest interval |
| Power and housing | Rechargeable cell in a shallow clip | Check charging and repeated clipping |
Nordic specifies 50 balls for the nRF52832 WLCSP. That compact package helps the outline, but its inner connections create the routing problem. A larger BLE module remains an option if the mockup has room; for this build, the chip scale package is what makes an HDI layout worth investigating.
PCB Design Use HDI Only Where the Chip Needs It
The PCB layout should solve the 0.4 mm pitch ball escape before the maker locks the outline. A four layer 1+2+1 stackup is a starting proposal, with a two layer core and one build up layer on each face. It offers a short path from selected top layer pads to the next copper layer, while ordinary vias can still serve the open areas of the board.
Four decisions keep the design connected to the physical clip:
Ball escape: Try local L1 to L2 microvias for the inner chip connections. Ask the fabricator to approve the via size, capture pad, dielectric depth, and fill as one construction before finishing the footprint.
Antenna space: Follow Nordic’s RF reference layout and protect the inner layer keepout beneath the antenna. Move the battery away from that edge, even if the CAD placement looks less compact.
Mechanical support: Keep the clip force off the thin bare board. Check copper balance and decide whether assembly needs a carrier before ordering samples.
Restraint elsewhere: Route the BMI270 and charging contacts with conventional features where they fit. Extra microvias do not improve a connection that already has enough space.
The result is a board whose density has a specific purpose. If the ball field still cannot be escaped within the approved rules, enlarge the outline or revisit the chip choice now. That is cheaper than discovering the conflict after every trace has been squeezed into place.
Gerber Export Carry the Stackup Into the Files
A Gerber zip must communicate the HDI design clearly enough for a fabricator to reproduce it. In KiCad, the export is a short sequence rather than a single Plot click:
Run the design checks: Use the approved line, space, and via rules. Resolve the remaining errors before making fabrication outputs.
Plot the artwork: Export all four copper layers, masks, silkscreen, and the board outline. Include paste layers if assembly is requested.
Generate the drills: Export Excellon files and verify that the L1 to L2 microvia span is identified separately from full depth holes.
Review the package: Open the outputs in a Gerber viewer. Check the antenna keepout, charging pad openings, board edge, and drill layer pairs without relying on the CAD view.
KiCad’s documentation describes the Gerber and Excellon outputs, but artwork alone does not specify the build. Attach a fabrication drawing naming the 1+2+1 stackup, the 0.8 mm finished thickness target, and the microvia fill and cap requirement. If components will be placed by the supplier, add the BOM and placement file. This package is ready for a quote because it describes both shapes and process intent.
Online Prototyping Let DFM Change the Design
The online prototype order tests whether the proposed stackup fits a real manufacturing process. Upload the checked package to PCBgogo, choose the four layer thickness, and flag the L1 to L2 microvias in the fabrication notes. Its published HDI capabilities include sequential lamination and 0.10 mm production laser microvias. Those figures start an engineering conversation; they do not approve this exact pad and dielectric combination automatically.
Ask the review to focus on the nRF52832 escape and on handling a thin panel during assembly. If a capture pad needs to grow, return to KiCad, revise the footprint or route, and regenerate every file. Do not let a shop floor adjustment live only in an email while the source design remains different. That correction loop is the real value of a small prototype lot.
When boards arrive, measure thickness before soldering and inspect the antenna region. After assembly, check power and charging, then compare BLE reception with the case open and closed. The PCBgogo HDI capability page describes available processes; the assembled sample answers whether this particular wearable works.
Finished Product Showcase Show More Than a PCB Photo
The finished build should let another maker see both the compact object and the evidence behind it. A short showcase needs four views:
Scale: Photograph the bare board beside a ruler and report its measured thickness, then show the closed clip beside the original enclosure mockup.
Assembly: Show both populated board faces and the charging contacts before the case hides them.
Function: Record the phone graph during a 30 second walk and a rest interval so the motion data visibly changes with use.
Durability: Record whether charging, BLE connection, and sensor readings still work after repeated opening and closing of the clip.
These checks close the loop opened by the maker brief. If the case is slim but the radio fails with the battery installed, the next revision should revisit the antenna region. If the board bows, revisit support or copper balance. The purpose of the showcase is to report what the prototype actually proves, not to claim a finished performance figure before testing.
Frequently Asked Questions
Does HDI automatically make a wearable thinner
No. The battery, clip, and tallest component may set the final height. HDI helps when routing density or the board stackup is the limiting factor.
Why not use a standard BLE module
A module is easier to integrate and may be the better choice if the case can grow. The WLCSP earns its extra layout work only when it solves this project’s measured space constraint.
Can Gerbers alone specify a 1+2+1 build
No. Include separate drill spans and a drawing that names the stackup, finished thickness, and via fill requirement. The manufacturing notes make the layer connections unambiguous.
How does the maker judge whether HDI was worth it
Compare the measured assembled size and working radio link with the original brief. The smaller board is useful only if it also survives assembly and normal handling.