PCB Design Guide [2026]: From Schematic to Manufacturing

Key Takeaways

  • PCB design follows three stages: schematic → layout → manufacturing files (Gerbers)
  • KiCad is free, professional-grade, and the best tool for serious PCB work
  • A ground plane (copper pour on GND) is the single most impactful layout decision you can make
  • 5 copies of a simple 2-layer PCB cost ~$2 from JLCPCB — prototyping is cheap
  • Always run the DRC (Design Rules Check) before exporting — it catches fatal errors before manufacturing

A PCB Replaces Breadboard Wiring with Permanent Copper Traces

A Printed Circuit Board (PCB) is the green (or blue, black, red…) board inside every piece of electronics you own. It mechanically supports components and electrically connects them through copper traces etched into layers of fiberglass (FR4 substrate).

Breadboards are great for prototyping but unreliable for permanent use — connections can work loose, wires can short, and stray capacitance causes problems at higher frequencies. A PCB turns your prototype into a real product.

PCB layer count matters:

PCB Design Tools Compared

ToolCostLearning CurveBest For
KiCadFree, open sourceMediumSerious hobbyists and professionals
EasyEDAFree (cloud)LowBeginners, JLCPCB integration
Altium Designer$$$HighLarge commercial teams
EagleFreemium (Autodesk)MediumLegacy — many tutorials, fading
OrCAD$$$HighEnterprise, aerospace, defense

Start with EasyEDA for your first board — the integration with JLCPCB (click "Order at JLCPCB") removes all friction. Graduate to KiCad when you need more control, offline capability, or version control.

Step 1: Schematic Capture

Before any layout, draw the schematic. The schematic captures the logical connections between components — not physical placement. Rules for clean schematics:

Every component needs a footprint — the physical dimensions of pads and holes on the PCB. The library matches symbols (schematic) to footprints (layout). Getting footprints right is critical; a wrong footprint means the component won't fit or solder correctly.

Step 2: Board Layout and Component Placement

After the schematic, import into the layout editor. You'll see "ratsnest" lines — thin lines showing logical connections that haven't been routed yet. Your job is to place components and route those connections.

Placement comes before routing. Good placement makes routing easy. Bad placement makes it impossible. Rules:

Step 3: Routing Traces and Ground Planes

Trace width matters — wider traces carry more current with less resistance and heat. Use an online trace width calculator (many are free). Common rules of thumb:

Ground plane — the most important layout decision: Pour copper connected to GND on the bottom layer. Do this after routing all other signals. In KiCad: Add Filled Zone → select GND net → fill. Benefits:

Vias connect traces between layers. Each via has an annular ring (copper ring around the hole) and a drill hole. Keep vias away from fine-pitch IC pads.

Design Rules Check: Catch Errors Before Manufacturing

The DRC checks your layout against the manufacturing constraints of your PCB fab. Key constraints for JLCPCB standard 2-layer:

Run DRC before generating Gerber files. Fix every error. Common errors: traces too close together, footprint pads overlapping, unconnected nets (missing routes), copper too close to board edge.

Ordering Your Board from JLCPCB

Export Gerber files from your design tool. In KiCad: File → Fabrication Outputs → Gerbers. Download the ZIP file.

At JLCPCB.com: upload ZIP file → set board specs (2-layer, FR4, 1.6mm, HASL finish, green soldermask) → confirm dimensions → choose quantity (5 is the minimum, cheapest per-board) → add to cart → shipping.

Standard order: ~$2 for 5 boards + ~$15-20 shipping to the US. 7-14 day total turnaround. Expedited options available.

SMT Assembly Option
JLCPCB offers PCBA (PCB + Assembly) — they solder SMD components for you. Requirements: components must be in the LCSC library, you provide a BOM (bill of materials) and CPL (component placement list). Great for complex boards or when you lack SMT soldering equipment. Cost starts around $30-50 for simple boards beyond the PCB cost.

Learn Hardware Design at Precision AI Academy

Our bootcamp covers electronics, PCB design, microcontrollers, and IoT — the complete hardware-to-firmware-to-cloud stack. Five cities, October 2026.

$1,490 · October 2026 · Denver, LA, NYC, Chicago, Dallas
Reserve Your Seat

Frequently Asked Questions

What PCB design software should beginners use?

EasyEDA for beginners — it's free, web-based, and integrates directly with JLCPCB ordering. Graduate to KiCad (free, professional-grade) for serious work.

How much does it cost to get a PCB manufactured?

About $2 for 5 copies of a 100×100mm 2-layer board at JLCPCB, plus $15-20 shipping to the US. Total ~$20-25 for your first prototype run.

What are the most important PCB layout rules for beginners?

Add a ground plane, keep decoupling caps close to IC power pins, check design rules before exporting, verify component footprints against real dimensions, and run DRC before ordering.

BP
Bo Peng

Founder of Precision AI Academy. Software engineer and hardware developer with embedded systems experience. Teaches hardware design and IoT to working professionals.