Basic PCB design is not just about connecting point A to point B with copper; it is an exercise in managing thermal limits, parasitic capacitance, and mechanical stress. When moving from a prototyping environment to a manufactured board, the physics of your circuit change. A layout that works flawlessly on a solderless breadboard can oscillate, overheat, or fail to boot on a rigid FR4 substrate if parasitics and trace impedance are ignored. For 90% of microcontroller and sensor projects, the default starting point is a 2-layer FR4 board, 1.6mm thick, with 1 oz copper weight. This guide provides the exact numbers, safety protocols, and testing sequences you need to get your first spin right.
The Breadboard-to-PCB Migration Checklist
Solderless breadboards are excellent for validating logic, but they introduce hidden electrical characteristics. Every breadboard contact adds roughly 2pF to 5pF of stray capacitance, and the long jumper wires act as loop antennas. When you migrate to a PCB, these accidental parasitics disappear, which often exposes high-frequency instability and power delivery flaws.
Here are the most common mistakes that survive the transition from breadboard to PCB, and how to fix them in your schematic before laying out traces:
- Missing Decoupling Capacitors: Breadboard power rails provide accidental distributed capacitance. On a PCB, an ESP32 or ATmega328P will brownout during WiFi transmission or clock switching without local decoupling. Fix: Place a 100nF (0.1µF) X7R ceramic capacitor (0603 or 0805 package) as physically close to the VCC pin of every IC as possible.
- Floating CMOS Inputs: Unconnected pins on a breadboard might randomly read HIGH or LOW due to ambient noise, but they draw massive current as they oscillate between logic states. Fix: Add 10kΩ pull-up or pull-down resistors to all unused microcontroller GPIOs and logic gate inputs.
- Ground Loop Antennas: Daisy-chaining ground jumper wires creates high-impedance return paths. Fix: Never route ground as a thin trace. Use a solid, unbroken copper ground plane on the bottom layer of your 2-layer board.
- Inadequate Bulk Capacitance: Fix: Add a 10µF to 100µF electrolytic or tantalum capacitor at the main power entry point to handle low-frequency transient loads.
Trace Width vs. Current: Sizing for 1 oz and 2 oz Copper
The most frequent question in basic PCB design is: "What trace width does this current need?" Sizing traces based on guesswork leads to voltage drop, thermal throttling, or melted copper. We use the Saturn PCB Toolkit, which calculates trace capacity based on the IPC-2152 standard. The industry baseline is a 10°C temperature rise above ambient, which keeps the board safe to touch and prevents solder joint fatigue.
Below is a reference table for external layer traces (assuming 1 oz and 2 oz copper weight, 10°C rise, and standard FR4 material):
| Target Current (A) | 1 oz Copper (35µm) Trace Width | 2 oz Copper (70µm) Trace Width | Minimum Recommended Via Count (0.3mm drill) |
|---|---|---|---|
| 0.5A | 10 mil (0.25 mm) | 6 mil (0.15 mm) | 1 |
| 1.0A | 20 mil (0.50 mm) | 12 mil (0.30 mm) | 2 |
| 2.0A | 50 mil (1.27 mm) | 30 mil (0.76 mm) | 4 |
| 3.0A | 85 mil (2.16 mm) | 50 mil (1.27 mm) | 6 |
| 5.0A | 160 mil (4.06 mm) | 95 mil (2.41 mm) | 10 |
Workshop Safety: Fume Extraction and Soldering Profiles
When assembling your first-run prototypes, managing heat and chemical exposure is non-negotiable. According to NIOSH guidelines on soldering safety, the primary health hazard is not the lead in the solder, but the rosin flux activators that vaporize and can cause occupational asthma. You must use a benchtop fume extractor with a HEPA and activated carbon filter (such as the Hakko FA-400 or a comparable unit) positioned within 6 inches of the solder joint.
Your iron temperature must be matched to your solder alloy. Using excessive heat destroys flux activators before they can clean the pad, resulting in cold, grainy joints and damaged PCB pads.
- Sn63/Pb37 (63% Tin / 37% Lead): This is the eutectic standard for hobbyists and prototype labs. It melts sharply at 183°C. Set your soldering station (e.g., Hakko FX-888D or Pinecil V2) to 315°C (600°F). This provides enough thermal delta to melt the solder quickly without scorching the FR4 substrate.
- SAC305 (Lead-Free): Melts at 217°C but has a pasty range. Set your station to 350°C (660°F). Use a slightly larger tip (like a 2.4mm chisel) to increase thermal mass transfer, as lead-free alloys draw heat away from the joint faster.
Flux Selection: Stick to RMA (Rosin Mildly Activated) or high-quality No-Clean flux cored wire (e.g., Kester 44 or MG Chemicals). Never use plumbing acid flux on electronics; it is highly conductive and will corrode your traces within weeks.
First-Spin Board Testing: A Step-by-Step Verification Path
When your fabricated boards arrive, the instinct is to plug them in immediately. Resist this. A systematic verification path prevents the "magic smoke" release and saves hours of debugging. Follow this exact sequence for every first-spin board:
- Visual and Mechanical Inspection: Use a 10x loupe or digital microscope. Check for solder bridges on fine-pitch ICs (0.5mm pitch or smaller), tombstoned passive components, and missing silkscreen polarity markers on electrolytic capacitors and diodes.
- The Short Circuit Check (Crucial): Set your multimeter to continuity mode. Place the red probe on your main VCC rail and the black probe on GND. The meter must read OL (Open Loop) or show a very high resistance (typically >10kΩ due to uncharged bulk capacitors). If it beeps or reads near 0Ω, you have a solder bridge or a misaligned IC. Do not apply power until this is resolved.
- Current-Limited Power-On: Never power a first-spin board with a standard wall adapter. Use a programmable bench power supply. Set the voltage to your nominal input (e.g., 5.0V) and set the Current Limit (CC mode) to 50mA. Turn it on. If the supply immediately hits the 50mA limit and the voltage drops, you have a short or a massive leakage path. If it draws 5mA and the voltage stays at 5.0V, proceed.
- Voltage Rail Verification: With the board powered in CC mode, use your multimeter to probe every LDO output, buck converter feedback node, and IC VCC pin. Verify that 3.3V rails are actually reading between 3.25V and 3.35V.
- Signal Probing: Once DC rails are verified, remove the current limit (or raise it to the expected operating draw) and connect your oscilloscope. Probe the crystal oscillator pins to verify a clean clock signal, then check I2C/SPI pull-up voltages to ensure the buses are idling HIGH.
Decision Tree: Choosing Your Default PCB Stackup and Fabrication
PCB fabrication houses offer dozens of options for layer counts, copper weights, and surface finishes. Choosing the wrong stackup wastes money and delays your project. Use this decision path to lock in your manufacturing specs:
| If Your Circuit Requires... | Then Choose This Stackup | Surface Finish |
|---|---|---|
| Basic logic, sensors, <3A loads, <50MHz signals | 2-Layer, 1.6mm thick, 1 oz Cu | HASL (Lead-Free) |
| High-current motor drivers, >5A continuous loads | 2-Layer, 1.6mm thick, 2 oz Cu | HASL (Lead-Free) |
| USB, Ethernet, or RF (50MHz to 2.4GHz) | 4-Layer, Impedance Controlled (Signal-GND-PWR-Signal) | ENIG |
| Fine-pitch BGA chips or 0.4mm pitch QFNs | 4-Layer or 6-Layer, blind/buried vias if needed | ENIG |






