Computers & Electronics
14,264 views
25 min · 3 min read
7 steps
Advanced

How to create printable PCB designs and order prototypes from a fabrication service

Creating printable PCB designs and ordering prototypes is a rewarding step between a circuit idea and a functioning board. This guide walks you from schematic capture to Gerber files and placing an order with a fabrication service, with practical details that save time and reduce mistakes. Follow each step and you’ll have prototype boards in hand within a week or two. Stay methodical and double-check dimensions and clearances before you hit submit.

Verified by pleasexplain editors
  1. Step 1: Define project scope

    Decide the board function, size, layer count, and rough component count before starting design. Choose single, double, or 4-layer boards — single or double is fine for most hobby projects, 4-layer helps with high-speed or dense routing. Knowing scope up front controls cost and lead time.

    [Illustration: sketch of board dimensions, component count, and a notebook with a checklist]

  2. Step 2: Create a clear schematic

    Use an ECAD tool (KiCad, Eagle, EasyEDA) to draw the circuit with labeled nets and values; take 1–3 hours for modest designs. Verify connections by running the tool’s Electrical Rules Check (ERC) and annotate component values to avoid assembly confusion.

    [Illustration: computer screen showing a neat electronic schematic with labeled nets]

  3. Step 3: Make accurate PCB footprints

    Select or create footprints with correct pad sizes, drill holes, and courtyard clearances; reference datasheet dimensions and set pad tolerances to ±0.05 mm. Incorrect footprints are a leading cause of re-spins, so spend 15–60 minutes validating critical parts like connectors and ICs.

    [Illustration: zoomed view of a PCB footprint with dimensions and drill sizes annotated]

  4. Step 4: Perform layout and routing

    Place components with assembly and thermal considerations, keep high-speed traces short, and maintain at least 0.25 mm (10 mil) trace/space for simple fab processes. Use ground pours and vias judiciously; expect 1–4 hours for a small board and more for complex designs.

    [Illustration: top-down PCB layout showing components, traces, and a ground plane]

  5. Step 5: Run Design Rule Checks

    Configure DRC to the manufacturer’s minimums (e.g., 0.15 mm trace/space, 0.3 mm drill) and run it until it reports zero violations. Adjust copper-to-silk offsets and test pad clearances; fixing DRC errors before exporting saves 1–2 weeks compared to a failed fab attempt.

    [Illustration: DRC window listing checks with a green pass and highlighted board areas]

  6. Step 6: Generate and inspect Gerbers

    Export Gerber 274X files and an NC Drill file, then inspect them with a Gerber viewer for correct layers, board outline, and silkscreen alignment. Also include an assembly drawing and a README listing thickness, finish (e.g., HASL, ENIG), solder mask color, and any controlled-impedance specs.

    [Illustration: Gerber viewer preview showing layered PCB with board outline and drill holes]

  7. Step 7: Choose a fab and order prototypes

    Compare 3–5 fabrication services for price, turnaround, and finish; pick a standard process (e.g., 1.6 mm, FR-4, ENIG) and order 3–10 prototypes to balance cost and test coverage. Upload Gerbers, select shipping and panelization options, and expect 3–14 day lead times depending on service and options.

    [Illustration: web browser checkout page for PCB fabrication with file upload and options]


  • Use a consistent naming convention for files and include a version number in the Gerber package.
  • Panelize small boards (e.g., 50 mm × 50 mm) into a 2×2 or 3×3 panel to reduce per-board cost and simplify handling.
  • Add fiducials and at least two tooling holes for reliable pick-and-place and alignment. One fiducial per corner of the populated area helps automated assembly.
  • Keep silkscreen off pads and avoid overlapping silkscreen with solder mask openings to prevent solderability issues.
  • Order a small batch of 3–5 boards for initial tests and a second batch of 10–20 after fixing any issues. This balances cost and iteration speed.
  • Document component footprints and build notes in a single README to speed assembly and troubleshooting for yourself or a contract assembler.

  • Do not ignore manufacturer minimums — violating minimum drill or spacing often causes rejection and delays.
  • Avoid routing high-current traces without calculating width; for example, 1 mm width is roughly needed for 2–3 A on a 1.6 mm board, depending on copper thickness.
  • Do not rely on silkscreen alone for polarity or critical mechanical alignment — add solder mask markers or a printed assembly drawing.
  • Take care with export settings: wrong unit (inches vs mm) or mirrored layers are common Gerber mistakes that lead to unusable boards.

Was this guide helpful?