Hardware Design
PCB DesignHardwareElectronicsBeginners GuideAltiumKiCadManufacturing
PCB Design Guide for Beginners: From Schematic to Manufacturing (2025)
15 min read

<article class="prose prose-invert max-w-none">
<p class="lead">
Designing your first PCB can be intimidating. With so many rules, tools, and considerations, where do you even start? This comprehensive guide walks you through the entire <a href="/services/pcb-design">PCB design</a> process from initial schematic to receiving your manufactured boards.
</p>
<h2>What is a PCB?</h2>
<p>
A Printed Circuit Board (PCB) is the foundation of nearly every electronic device. It's a flat board made of insulating material (typically FR-4 fiberglass) with conductive copper traces that connect electronic components. PCBs replaced point-to-point wiring, making electronics more reliable, compact, and mass-producible.
</p>
<h2>PCB Design Process Overview</h2>
<p>The PCB design process consists of several key phases:</p>
<ol>
<li><strong>Schematic Design</strong> - Creating the circuit diagram</li>
<li><strong>Component Selection</strong> - Choosing physical parts</li>
<li><strong>Board Setup</strong> - Defining board size and layer stackup</li>
<li><strong>Component Placement</strong> - Positioning parts on the board</li>
<li><strong>Routing</strong> - Connecting components with copper traces</li>
<li><strong>Design Rule Check (DRC)</strong> - Verifying manufacturability</li>
<li><strong>Gerber Generation</strong> - Creating manufacturing files</li>
<li><strong>Fabrication & Assembly</strong> - Getting boards made</li>
</ol>
<h2>1. Schematic Design</h2>
<p>
The schematic is a symbolic representation of your circuit. It shows how components are electrically connected without worrying about physical layout.
</p>
<h3>Best Practices for Schematics</h3>
<ul>
<li><strong>Use a hierarchical structure</strong> for complex designs (power supply, MCU, sensors as separate sheets)</li>
<li><strong>Follow signal flow</strong> - inputs on left, outputs on right</li>
<li><strong>Include power symbols</strong> - clearly mark VCC, GND, and voltage rails</li>
<li><strong>Add decoupling capacitors</strong> - 100nF near every IC power pin</li>
<li><strong>Label nets clearly</strong> - use meaningful names like "SPI_MOSI" not "NET45"</li>
<li><strong>Document values and part numbers</strong> - include tolerance, voltage rating, etc.</li>
</ul>
<h3>Common Beginner Mistakes</h3>
<ul>
<li>Forgetting pull-up/pull-down resistors on I2C, SPI, and GPIO lines</li>
<li>Missing decoupling capacitors (add 100nF at every power pin)</li>
<li>Not including test points for debugging</li>
<li>Forgetting ESD protection on external interfaces</li>
<li>Not checking maximum current ratings</li>
</ul>
<h2>2. Component Selection</h2>
<p>
Choosing the right components affects cost, manufacturability, and reliability. Consider these factors:
</p>
<h3>Package Selection</h3>
<table>
<thead>
<tr>
<th>Package Type</th>
<th>Pros</th>
<th>Cons</th>
<th>Best For</th>
</tr>
</thead>
<tbody>
<tr>
<td>Through-Hole (THT)</td>
<td>Easy to solder, robust</td>
<td>Large, slow assembly</td>
<td>Prototypes, connectors, power</td>
</tr>
<tr>
<td>0805/0603 SMD</td>
<td>Small, easy hand solder</td>
<td>Needs steady hands</td>
<td>General purpose passives</td>
</tr>
<tr>
<td>0402/0201 SMD</td>
<td>Very compact</td>
<td>Hard to hand solder</td>
<td>Space-constrained designs</td>
</tr>
<tr>
<td>QFP/TQFP</td>
<td>Good pin count, hand solderable</td>
<td>Larger than BGA</td>
<td>MCUs, complex ICs</td>
</tr>
<tr>
<td>BGA</td>
<td>Maximum density</td>
<td>Needs reflow, hard to rework</td>
<td>High-pin count processors</td>
</tr>
</tbody>
</table>
<h3>Sourcing Considerations</h3>
<ul>
<li><strong>Availability</strong> - Check stock at multiple distributors (Mouser, DigiKey, Element14)</li>
<li><strong>Lead Time</strong> - Some parts have 26+ week lead times</li>
<li><strong>MOQ</strong> - Minimum order quantity (relevant for production)</li>
<li><strong>Second Source</strong> - Always identify alternative parts</li>
<li><strong>Obsolescence</strong> - Check lifecycle status (active, NRND, obsolete)</li>
</ul>
<h2>3. Board Setup & Layer Stackup</h2>
<p>
Before placing components, define your board parameters:
</p>
<h3>Layer Stackup Options</h3>
<ul>
<li><strong>2-Layer</strong>: Simple circuits, low cost (~$2-5/board for 5 boards)
<br/>Signal-Ground or Signal-Signal configuration</li>
<li><strong>4-Layer</strong>: Most common for MCU designs (~$10-20/board)
<br/>Signal-Ground-Power-Signal is standard</li>
<li><strong>6+ Layer</strong>: High-speed digital, complex designs (~$30+/board)
<br/>Needed for DDR memory, high-speed SerDes</li>
</ul>
<h3>Design Rules (Typical for Standard PCB)</h3>
<ul>
<li><strong>Minimum trace width</strong>: 0.15mm (6 mil) - prefer 0.2mm+</li>
<li><strong>Minimum spacing</strong>: 0.15mm (6 mil)</li>
<li><strong>Minimum via size</strong>: 0.3mm drill, 0.6mm pad</li>
<li><strong>Copper weight</strong>: 1oz (35μm) standard, 2oz for power</li>
<li><strong>Board thickness</strong>: 1.6mm standard</li>
</ul>
<h2>4. Component Placement</h2>
<p>
Good placement makes routing easier and improves signal integrity. Follow these guidelines:
</p>
<h3>Placement Strategy</h3>
<ol>
<li><strong>Place connectors first</strong> - these have mechanical constraints</li>
<li><strong>Position the main IC(s)</strong> - MCU, FPGA, processor</li>
<li><strong>Add power supply components</strong> - keep input caps near regulator input</li>
<li><strong>Place decoupling capacitors</strong> - as close as possible to IC power pins</li>
<li><strong>Position crystal/oscillator</strong> - close to MCU, short traces</li>
<li><strong>Add remaining components</strong> - following signal flow</li>
</ol>
<h3>Key Placement Rules</h3>
<ul>
<li>Keep high-speed signals short (USB, Ethernet, SPI clock)</li>
<li>Separate analog and digital sections</li>
<li>Keep switching regulators away from sensitive analog circuits</li>
<li>Consider thermal management (hot components need copper pour/vias)</li>
<li>Leave space for test points and debug headers</li>
<li>Check component heights for enclosure fit</li>
</ul>
<h2>5. Routing Best Practices</h2>
<p>
Routing connects your components with copper traces. Here's how to do it right:
</p>
<h3>General Routing Guidelines</h3>
<ul>
<li><strong>Route critical signals first</strong>: clocks, high-speed buses, differential pairs</li>
<li><strong>Use 45° angles</strong> instead of 90° (reduces EMI, easier to manufacture)</li>
<li><strong>Avoid routing under crystals</strong> - can cause noise coupling</li>
<li><strong>Keep analog traces away from digital</strong></li>
<li><strong>Use ground pour</strong> on both layers for better EMI performance</li>
</ul>
<h3>Trace Width Calculator</h3>
<p>Use this formula or an online calculator for trace width based on current:</p>
<ul>
<li>100mA - 0.15mm (6 mil)</li>
<li>500mA - 0.3mm (12 mil)</li>
<li>1A - 0.5mm (20 mil)</li>
<li>2A - 1mm (40 mil) or use polygon pour</li>
</ul>
<h3>Differential Pair Routing</h3>
<p>For USB, Ethernet, HDMI, and other differential signals:</p>
<ul>
<li>Keep traces equal length (matched within 0.1mm)</li>
<li>Maintain consistent spacing</li>
<li>Calculate impedance (90Ω for USB, 100Ω for Ethernet)</li>
<li>Avoid vias in differential pairs when possible</li>
</ul>
<h2>6. Design Rule Check (DRC)</h2>
<p>
Before generating manufacturing files, run DRC to catch errors:
</p>
<ul>
<li><strong>Clearance violations</strong> - traces too close together</li>
<li><strong>Unconnected nets</strong> - missing connections</li>
<li><strong>Short circuits</strong> - unintended connections</li>
<li><strong>Minimum width violations</strong> - traces too thin</li>
<li><strong>Drill size violations</strong> - vias too small</li>
<li><strong>Silkscreen over pads</strong> - text blocking solder</li>
</ul>
<h2>7. Generating Manufacturing Files</h2>
<p>
Manufacturing files include:
</p>
<ul>
<li><strong>Gerber files</strong>: Layer images (copper, silkscreen, soldermask)</li>
<li><strong>Drill file</strong>: Via and hole positions (.drl or Excellon format)</li>
<li><strong>Pick and Place</strong>: Component positions for assembly</li>
<li><strong>BOM</strong>: Bill of Materials with part numbers</li>
<li><strong>Assembly drawing</strong>: Shows component orientation</li>
</ul>
<h2>8. Choosing a Manufacturer</h2>
<p>
Popular PCB manufacturers for prototypes:
</p>
<table>
<thead>
<tr>
<th>Manufacturer</th>
<th>Price (5 boards)</th>
<th>Lead Time</th>
<th>Best For</th>
</tr>
</thead>
<tbody>
<tr>
<td>JLCPCB</td>
<td>$2-5</td>
<td>5-7 days</td>
<td>Budget prototypes</td>
</tr>
<tr>
<td>PCBWay</td>
<td>$5-15</td>
<td>3-7 days</td>
<td>Good quality, assembly</td>
</tr>
<tr>
<td>OSH Park</td>
<td>$10-30</td>
<td>12-15 days</td>
<td>Quality, US-made</td>
</tr>
<tr>
<td>Eurocircuits</td>
<td>€30-80</td>
<td>5-7 days</td>
<td>European, professional</td>
</tr>
</tbody>
</table>
<h2>Recommended PCB Design Tools</h2>
<p>Choose based on your needs and budget:</p>
<ul>
<li><strong>KiCad</strong> (Free) - Excellent for beginners and pros, open source</li>
<li><strong>EasyEDA</strong> (Free) - Browser-based, integrated with LCSC/JLCPCB</li>
<li><strong>Altium Designer</strong> ($$$) - Industry standard, professional features</li>
<li><strong>Eagle</strong> ($$) - Popular in hobbyist/startup space, now owned by Autodesk</li>
<li><strong>OrCAD/Cadence</strong> ($$$) - Enterprise-level, high-speed design</li>
</ul>
<h2>Next Steps</h2>
<p>
After getting your boards manufactured:
</p>
<ol>
<li>Inspect boards for manufacturing defects</li>
<li>Solder components (start with passives, then ICs)</li>
<li>Test power rails before powering main circuit</li>
<li>Use multimeter to check for shorts</li>
<li>Program and test functionality</li>
<li>Document any issues for the next revision</li>
</ol>
<h2>Conclusion</h2>
<p>
PCB design is a skill that improves with practice. Start with simple projects, learn from mistakes, and gradually take on more complex designs. Don't be afraid to make your first board - even experienced engineers iterate through multiple revisions.
</p>
<p>
At Rapid Circuitry, we offer PCB design services and design reviews to help you get your project right the first time. Contact us for professional design assistance or to have our engineers review your design before manufacturing.
</p>
</article>Need help with hardware design?
Get a free consultation with our expert engineers. We respond within 24 hours.
Get a Free ConsultationStay in the Loop
Subscribe to our newsletter for the latest updates and insights.
By subscribing, you agree to our Privacy Policy. You can unsubscribe at any time.