Now that you know what files you need, let's walk through the process of creating and validating them. This isn't just about clicking "export"—it's about rigorous checks and collaboration.
1. Start with a Schematic Review
Before you even touch PCB layout, review your schematic. Are all connections correct? Are components rated for the expected voltage/current? A simple mistake here—like swapping a resistor's value—can turn into a costly error later. Use your design software's built-in ERC (Electrical Rule Check) tool to catch issues like short circuits or unconnected nets. If you're working with a team, have a colleague review it too; fresh eyes often spot things you've missed.
2. Design for Manufacturability (DFM) Checks: Think Like an OEM
DFM is where you ensure your design can actually be built—especially for
smt pcb assembly
, where machines place components as small as 01005 (0.4mm x 0.2mm). Your OEM's DFM guidelines will spell out their capabilities: minimum trace width (often 0.1mm for SMT), minimum spacing between components (0.15mm is common), and maximum board thickness (most OEMs handle 0.6mm to 3.2mm). Use DFM tools like Upverter or your PCB software's DFM plugin to flag issues: too-tight component spacing, unroutable traces, or vias too close to SMT pads. Fixing these now beats reworking the design mid-production.
3. Generate Gerber Files: Dot the I's and Cross the T's
Gerber files are the most critical deliverable—they tell the OEM's machines how to etch, drill, and print your PCB. When exporting Gerbers, follow these rules:
-
Include all layers:
Copper (top/bottom, inner layers if multilayer), soldermask (top/bottom), silkscreen (top/bottom), and solder paste (for SMT stencils).
-
Use industry standards:
RS-274X format (not the older RS-274D), and specify units (millimeters are standard for PCBs). Most OEMs prefer 2:5 coordinate format (two decimal places for inches, five for millimeters).
-
Avoid "flashing" errors:
Ensure silkscreen text is large enough to read (minimum 0.8mm height) and doesn't overlap with soldermask. Solder paste layers should match component footprints exactly—no extra paste, no missing paste.
After exporting, open your Gerbers in a viewer like GerbView or KiCad's Gerber viewer. Zoom in on critical areas: Are all pads present? Is the soldermask correctly (open) over SMT pads? If something looks off, fix it before sending.
Your BOM is only as good as its data. Here's how to make it OEM-ready:
-
Use precise part numbers:
Don't just list "10k resistor"—include the MPN (e.g., "Yageo RC0805FR-0710KL"). This ensures your OEM sources the exact component you designed for.
-
Check for obsolescence:
Run your BOM through
component management software
to flag parts that are EOL (End of Life) or hard to source. For example, if a capacitor is marked "NRND" (Not Recommended for New Designs), work with your OEM to find a suitable (alternative) before production starts.
-
Include RoHS and compliance info:
If your product needs to meet RoHS, REACH, or other standards, note that in the BOM. Most OEMs will verify this, but providing it upfront speeds things up.
Pro tip: If your OEM offers
turnkey smt pcb assembly service
, they'll handle component sourcing. But that doesn't mean you can skimp on BOM accuracy. A messy BOM will lead to delays as they track down missing parts or clarify ambiguities.
5. Create Accurate Centroid and Drill Files
Centroid files tell SMT machines where to place each component. Even a 0.1mm error in coordinates can cause a component to be misaligned, leading to soldering defects. When exporting centroid data:
-
Match reference designators:
Each component in the centroid file should have the same reference (e.g., "C1," "R5") as in your BOM and schematic.
-
Verify rotation angles:
SMT machines use specific rotation conventions (e.g., 0°, 90°, 180°). Check your OEM's guidelines—some use clockwise rotation, others counterclockwise.
-
Use the right coordinate system:
Most OEMs want coordinates relative to the board's origin (usually the bottom-left corner). Avoid using "absolute" coordinates that reference the entire design space.
For drill files, export in Excellon format with tool tables (a list of drill sizes and their corresponding tool numbers). Double-check that hole sizes match your schematic—too small, and components won't fit; too large, and you'll have solder issues.
6. Add Assembly Drawings and Notes
Assembly drawings are your chance to communicate "human" instructions—things machines can't pick up. Include:
-
Polarity markers for diodes, capacitors, and ICs (e.g., a "+" sign for electrolytic caps).
-
Notes on hand-soldered components (e.g., "U1 requires reflow, not wave soldering").
-
Clear images of the top and bottom layers, with reference designators labeled.
Keep it simple: Use high-contrast colors, large text, and avoid clutter. Your OEM's assembly team should be able to glance at the drawing and know exactly what to do.