
From Breadboard to Product
Breadboards tolerate mistakes; production PCBs do not. Learning the PCB workflow schematic → footprint → layout → DRC → Gerber → fab is what turns a working prototype into a manufacturable product. This hub links the complete PCB design path on Procirel. Including the trace-width maths that keeps boards from burning.
What You Will Learn
- Schematic captureclean, reviewable schematics that others can read.
- Footprints matching symbols to real parts and checking pads before you route.
- Layout placement strategy, trace width for current, and return paths.
- Verification design rule checks and the errors that matter.
- Manufacturing exporting Gerbers and ordering from fab houses.
- Design math IPC-2221 trace sizing for current and temperature rise.
The Learning Path
Work through the tutorials in this order. Each one builds on the previous. Every concept is demonstrated on a real circuit, not just on paper.
- How to Design a PCB | PCB Design Guide
- Electronic Circuits Guide: From Basic Components to PCB Design
- Common PCB Assembly Defects and How to Prevent Them
- How PCBs Are Made: From Copper Clad to Your Door
- Gerber Files: What Each Layer File Means
- Decoupling Capacitor Placement: The Physics of "Put It Closer"
- PCB Vias: Through, Blind and Buried Types and Trade-offs
- PCB Trace Width: Sizing Copper for Current and Heat
- Ground Planes and Return Paths: Signal Integrity Foundations
- PCB Layout Best Practices: Placement to Routing
- PCB Footprints: Pads, Courtyards and the Checks That Matter
- KiCad Schematic Capture: Clean Beginnings
- RF PCB Layout: Rules for WiFi, LoRa and Beyond
- What Is VLSI Design? Building Chips With Billions of Transistors
Design Rules of Thumb
| Rule | Value | Reason |
|---|---|---|
| Min trace (signal) | 0.25 mm / 10 mil | Fab-safe on 2-layer |
| Power traces | Size for current | Use the PCB trace-width calculator |
| Decoupling caps | Within 5 mm of IC pins | Loop inductance |
| Ground | One solid plane | Return paths and EMI |
| Trace-to-edge | ≥ 0.3 mm | Milling tolerance |
Frequently Asked Questions
KiCad, Altium or EasyEDA? KiCad is free, open-source and fully professional our tutorials use it. Altium matters in large teams. EasyEDA is fine for quick 2-layer hobby boards integrated with fab houses.
What files do I send to the fab house? The Gerber package (copper, silkscreen, mask, drill) plus a fab drawing if the board is complex. Never send your source project files.
How much does a small PCB run cost? Prototype services commonly offer 5-10 boards of a 2-layer design for the price of shipping details are covered in the ordering tutorial.
Engineering deep dive
The sections that follow are this guide's technical core: the reasoning, arithmetic and reference tables that every guide below assumes, written to stand alone as well as to connect.
The complete workflow, concept to courier
Professional PCB work is a pipeline: requirements, schematic capture, footprint verification, stackup planning, placement, routing, DRC, Gerber export, fab order, assembly, test. Skipping a stage does not save time, it relocates the cost to the most expensive place downstream. The pipeline entry points are KiCad schematic capture and the complete PCB guide.
| Stage | Tool of record | Output |
|---|---|---|
| Schematic | KiCad eeschema | Netlist |
| Footprints | Datasheet drawings | Verified pads |
| Layout | pcbnew | Routed board |
| Verification | DRC | Clean report |
| Fabrication | Gerbers | Boards by post |
The single habit that separates clean first revisions from three-spin projects: verify every footprint against the physical part with a 1:1 print, footprint rules.
Placement is 80 percent of routing
Components placed with intent route themselves. The order that works: connectors and mechanical anchors first, then each IC surrounded by its decoupling and local passives, then power flow, then signals. The method with worked reasoning is layout best practices, and the specific mistakes that generate re-spins are catalogued in PCB design mistakes via the redirect from the old site.
Ground discipline follows placement: one unbroken plane under signals, because return current follows its trace, and a slot under a fast line is an antenna. The physics of return paths, stitching and the cost of split planes is the core of ground planes and return paths.
Traces, vias and the arithmetic of copper
A trace is a resistor you draw. Current capacity follows IPC-2221 against temperature rise, automated in the trace width calculator with the theory in trace width guide. Vias add resistance and inductance, power transitions use arrays not single drills, and the families, through, blind, buried, are compared in via types.
| Feature | 2-layer hobby value | Fab limit |
|---|---|---|
| Min trace | 0.25 mm | 0.127 mm |
| Clearance | 0.25 mm | 0.127 mm |
| Via drill | 0.4 mm | 0.2 mm |
RF sections add impedance control: 50-ohm geometry, keep-outs under antennas and the whole layout lawbook in RF PCB layout.
Power integrity and the decoupling system
Every IC switching at speed draws current in nanosecond bursts that no regulator can follow. The decoupling system, ceramic at the pin, bulk per section, reservoir at entry, supplies those bursts, and its effectiveness is geometry, not capacitance value. Placement physics and the failure modes it prevents fill decoupling capacitor placement.
Power distribution then has to arrive at all: rails sized with the trace calculator, planes stitched with via arrays, and regulation local to loads. The supply-side theory belongs to the power track, but the board-side delivery rules live here, and the two guides meet at the regulator footprint.
Design for manufacturing and assembly
Boards that work and boards that a factory can build are different achievements. DFM keeps traces above fab limits, announces controlled impedance, and respects solder-mask definition on fine pitch. DFA keeps assembly reworkable: thermal reliefs on plane pads, assembly defects prevented rather than inspected, and panelisation thought through when volumes justify it.
Gerber handoff is the last quality gate: complete file set, preview in a viewer, and the fab's own online check before paying, Gerber files explained. What happens after the courier leaves, etching, plating, mask, finish, is documented in the manufacturing process so design rules have a visible reason. VLSI perspective for the chip-scale curiosity: what is VLSI.
Two worked board examples
USB sensor node, 2 layers. MCU, I2C sensor, USB connector. Placement: connector left, MCU centre with caps, sensor right. Routing: 0.25 mm signals, one 0.5 mm rail, ground plane unbroken, USB pair matched length. DRC clean at fab defaults, first-spin success follows the workflow.
Motor driver, 4 layers. Power stage with 2 oz copper, 2 A rails sized by the calculator at 10 C rise, gate loops short per the MOSFET guide, thermal vias under the driver pad stitching to a dedicated plane. The layer-count decision, impedance, density and ground integrity, is argued in the complete guide.
Glossary of PCB terms
| Term | Definition |
|---|---|
| Schematic | Logical circuit description |
| Footprint | Physical pad pattern for a part |
| Netlist | Connectivity the layout must honour |
| Stackup | Copper and dielectric layer order |
| Plane | Continuous copper layer, usually ground |
| Via | Plated hole joining layers |
| Annular ring | Copper around a drilled hole |
| Courtyard | Part keep-out including assembly |
| DRC | Design rule check |
| Gerber | Fabrication file set |
| Solder mask | Protective coating over copper |
| Legend / silk | Reference markings |
| Thermal relief | Spoked plane connection for soldering |
| Impedance | Controlled trace geometry, ohms |
| Panel | Shared fabrication board |
| Paste stencil | Solder paste aperture sheet |
High-speed is closer than you think
Edge rates, not clock rates, make a signal high-speed. A slow microcontroller with fast edges behaves like RF on every transition, and the boundary where ordinary traces become transmission lines arrives in ordinary hobby projects. The entry concepts, controlled impedance and return paths, are in ground planes, with the full RF treatment in RF layout.
| Symptom | High-speed cause |
|---|---|
| EMI failure | Split return path |
| Random resets | Ground bounce |
| USB errors | Impedance mismatch |
| Radio clicks | Switching loop antenna |
The defensive rules cost nothing at design time: short loops, continuous planes, matched pairs and decoupling geometry, each already linked from this guide's supporting guides.
Schematic quality that survives review
A schematic is a communication document. Functional blocks left to right, labelled nets instead of spaghetti, reference designators in sequence and power symbols used consistently, these habits make a review productive instead of archaeological. The conventions are taught with the tooling in KiCad schematic capture.
Reviews then catch what one mind misses: a colleague walking the return paths, checking the BOM against reality and questioning each footprint catches first-spin errors while they cost minutes instead of weeks. The standards section frames review as the cheapest test in the entire pipeline.
From prototype to product run
The leap from one board to a product is procedural: design rule sets fixed to the fab, panelisation, test points, programming connectors and a documented bring-up procedure. The DFM section covers what factories grade, and the assembly guide covers what assembly demands, from paste apertures to fiducials.
Cost engineering closes the gap: board size, layer count, finish and quantity each carry price tags with clean break-points. The pocket-friendly defaults, two layers, HASL, standard stackup, cover most products until volume argues otherwise, and knowing when it argues is part of the craft this track teaches.
Library hygiene and project structure
A PCB project is only as reliable as its library: footprints verified once and reused, symbols with consistent pin ordering, and a project folder that carries its datasheets alongside its source. The KiCad workflow in schematic capture builds this structure deliberately, and the footprint verification ritual in footprint rules is the habit that keeps libraries trustworthy.
Version discipline completes hygiene: one project, one revision, one ZIP at every milestone. Gerbers from Tuesday's schematic with Thursday's layout have cost more prototype runs than any design error, and the free fix is process, not talent. The Gerber guide closes the loop with the export checklist that makes each handoff auditable.
Test, bring-up and the first power-on
Bring-up is a ceremony, not a moment: visual inspection, continuity of rails, current-limited first power, then rail voltages, then clocks, then signals, each step with the bench supply standing guard at a current limit chosen to fail safely. Test points designed in from the start, per the DFM sections, turn a blind debug into a guided one.
| Bring-up step | Instrument | Expected |
|---|---|---|
| Visual | Magnifier | No tombstones |
| Rail continuity | DMM | No shorts |
| First power | Supply, limited | Idle current |
| Rails | DMM | Nominal volts |
| Clock | Scope | Nominal Hz |
The methodical version takes twenty minutes; the improvised version takes a replacement board. Every experienced designer in this track's expert sections tells the same story about the day they learned which of the two they were.
The economics of iteration
Iteration is a budget line, and this track treats it as one. A two-layer hobby spin costs little; a four-layer impedance-controlled re-spin costs real money and two weeks. The lever that moves both is front-loaded verification: footprints at 1:1, DRC continuous, Gerber preview always, because every error caught before the order is free and every error after it is a re-spin.
The mature position on iteration is neither fear nor indulgence: plan for one revision in any new design, budget it, and spend it learning rather than rushing. Designers who ship revision three as revision one did their revision zero on paper, with the checklist this track provides.
A four-week study plan for this track
The same map as a calendar, one guide per session, roughly an hour each plus bench time. Adapt the pace freely, the order is what matters:
- Week 1, session 1: Read and build how to design a pcb | pcb design guide.
- Week 1, session 2: Work through electronic circuits guide: from basic components to pcb design.
- Week 1, session 3: Bench-test common pcb assembly defects and how to prevent them.
- Week 1, session 4: Study and wire how pcbs are made: from copper clad to your door.
- Week 2, session 1: Apply gerber files: what each layer file means.
- Week 2, session 2: Measure along with decoupling capacitor placement: the physics of "put it closer".
- Week 2, session 3: Practice pcb vias: through, blind and buried types and trade-offs.
- Week 2, session 4: Revisit and extend pcb trace width: sizing copper for current and heat.
- Week 3, session 1: Read and build ground planes and return paths: signal integrity foundations.
- Week 3, session 2: Work through pcb layout best practices: placement to routing.
- Week 3, session 3: Bench-test pcb footprints: pads, courtyards and the checks that matter.
- Week 3, session 4: Study and wire kicad schematic capture: clean beginnings.
- Week 4, session 1: Apply rf pcb layout: rules for wifi, lora and beyond.
- Week 4, session 2: Measure along with what is vlsi design? building chips with billions of transistors.
What you will be able to do after this track
- Choose and apply the track's core methods to a fresh problem, not just the worked examples.
- Predict results before measuring, and diagnose honest disagreements between the two.
- Use the track's linked calculators fluently, with the formulas and standards behind them.
- Read a datasheet, a schematic and a specification with the same confidence as prose.
- Build the track's capstone projects and document them to the editorial standard this site holds itself to.
Track questions, answered plainly
Two layers or four for my first board? Two. Every skill in this track is teachable on two layers, and four becomes the answer when ground integrity, density or controlled impedance demand it, which you will recognise by then.
How cheap are prototype runs really? Five boards of a small 2-layer design commonly cost less than shipping from the major fabs. The Gerber guide walks the exact order checklist.
Why did my footprint fail even though DRC passed? DRC checks rules, not reality. Only a 1:1 print against the physical part verifies pads, which is why the footprint ritual exists before layout.
Do I need to learn KiCad or is EasyEDA fine? KiCad, for this track, because its transparent toolchain and library control suit the documentation habits taught here. EasyEDA remains legitimate for quick boards.
What single habit prevents the most re-spins? Verifying footprints against datasheets before routing. It catches the errors DRC cannot imagine.
How long from schematic to boards in hand? A first 2-layer board is an evening of schematic, a weekend of layout, then fab transit days. The workflow guide sequences it honestly.
Related tracks and where they meet this one
Topical authority crosses category borders, and engineers cross them daily. These adjacent guides share concepts, components and instruments with this track:
- Electronics Fundamentals: The Complete Guide (Components, Theory..., the electronics fundamentals guide. The cornerstone guide to electronics theory every component, law and circuit concept on one page, linking to every fundamentals tutorial on the site.
- Arduino: The Complete Guide From First Blink to Working Robots, the arduino projects guide. The structured Arduino path: setup, sensors, displays, motors and complete builds every Arduino tutorial on the site, in the order you should learn them.
- IoT & ESP32: The Complete Smart Devices Guide, the iot and sensors guide. Everything WiFi, MQTT and sensors: build connected devices that never brown out the complete IoT path with ESP32, MQTT and smart-home builds.
- Electrical Engineering: The Complete Practical Guide (Power, Moto..., the electrical engineering guide. Power systems, transformers, motors and safe wiring the complete electrical path from single-phase circuits to industrial machines.
The calculators behind this track
Every formula on this page and in the guides runs instantly in the toolbox, no signup, client-side:
- Ohm's Law Calculator, Ohm’s Law defines the fundamental relationship between voltage (V), current (I), and resistance (R) in any electrical ci
- Resistor Color Code, Through-hole resistors use colored bands painted on the body to indicate their resistance value
- LED Resistor Calculator, Every LED needs a current-limiting resistor to prevent it from drawing too much current and burning out
- Voltage Divider Calculator, A voltage divider uses two series resistors to produce an output voltage that is a fraction of the input voltage
- 555 Timer Astable Mode, In astable mode, the NE555 timer generates a continuous square wave output without any external trigger
- 555 Timer Monostable Mode, In monostable (one-shot) mode, the 555 timer outputs a single HIGH pulse of a precisely defined duration when triggered
- RC Time Constant, The RC time constant (τ = tau) defines how fast a capacitor charges or discharges through a resistor
- Capacitor Code (3-Digit), Ceramic and film capacitors often have a 3-digit code printed on them instead of the full value
Questions about this track
How long does the full track take? Sum the read times in the map and expect roughly double with bench practice alongside. The guides are written to be built, not skimmed.
Can I skip guides inside the track? The map is ordered but each entry names what it assumes. Skip freely when a guide's opening sentences tell you things you already own.
Which calculator should I bookmark first? The one matching your current guide, but the full toolbox is one click from every page header.
Is this track maintained? Guides carry review dates, and corrections are public through the editorial process.
How to use this guide. Read the deep dive top to bottom for a complete foundation, then enter any guide from the topical map. Every guide assumes this page's vocabulary, every calculator verifies its arithmetic, and the author's profile stands behind both.
Signal Integrity for Every Designer
Signal integrity sounds like a specialist subject until an ordinary microcontroller board fails EMC because of a split ground plane under a fast trace. Edge rate, not clock rate, decides when a trace stops being a wire and becomes a transmission line. This track builds the working knowledge every designer needs: return paths that stay unbroken, decoupling networks that actually decouple, length-matched pairs, and stitching vias that tie planes together at the right places. None of this requires exotic tools; it requires habits, and the tutorials here install them with real board examples.
Design for Test and Bring-Up
The happiest boards are the ones designed to be debugged: test points on every rail, a current-limited first power-up, status LEDs that answer questions before you ask them, and connectors that let a scope probe without a three-handed circus. Bring-up is a ceremony, not a gamble, and the discipline costs nothing at design time. This track walks complete bring-up sequences for real boards, from visual inspection through rail verification to clock and bus checks, so that first spin success becomes routine rather than luck.
Track Verification Checklist
Before moving beyond this track, verify each item on a real build: reproduce any worked example from formulas alone, name the top three failure modes this track warns about, and demonstrate one measurement from memory with the correct instrument settings. A checklist completed on the bench is worth ten read on a screen, and every guide in this track was verified the same way before publication.
Stackup Engineering
The stackup is the invisible foundation of every board: layer count, copper weights, dielectric thicknesses, and the placement of planes that decide impedance, return paths, and manufacturability. This section teaches stackup as a design object: four-layer choices for signal integrity, two-layer strategies that keep a plane intact, and the questions to ask your fab about prepreg and core. Impedance-controlled traces stop being magic once the geometry-to-impedance relationship is visible in your own stack. Every advanced layout decision downstream depends on getting this foundation right.
Power Distribution Networks
A power distribution network is every trace, via, plane and capacitor from regulator to load, and its performance at nanosecond timescales is what separates working boards from flaky ones. This section covers plane strategy, via stitching, capacitor placement and value spreads, and the anti-resonance traps that careless banks create. It teaches the DC drop and thermal view alongside the transient view, because both fail boards. Designing the PDN deliberately is the single highest-return habit in modern layout.
EMC and the Layout Habits That Pass
EMC compliance is won or lost in layout, long before the chamber. This section translates EMC theory into habits: loop area minimization, return path discipline, filtering at the boundary, shield grounding strategy, and the cable behaviour that usually dominates radiated emissions. It walks a real pre-compliance sweep with a near-field probe and the fixes each hotspot demanded. Boards laid out with these habits pass first time; boards without them learn EMC one failure report at a time.
Documentation and Handoff to Manufacturing
A board is not done until someone else can build it. This section covers the deliverables: complete Gerber set with fab notes, assembly drawing, pick-and-place, bill of materials with alternates, and the test procedure that proves the build. It covers panelization economics, fiducials, and the design review checklist that catches what one mind misses. Handoff discipline is what turns a designer into a supplier, and it is the quiet skill that makes every later board cheaper and faster.
Study Path in Detail
The complete PCB Design curriculum, every guide with its focus:
- How to Design a PCB | PCB Design Guide, Complete step-by-step guide from drawing your first schematic to ordering a real printed circuit board from JLCPCB for $2. Free software, real circuit case study, zero experience required.
- Electronic Circuits Guide: From Basic Components to PCB Design, An electronic circuit is simply a group of basic components such as resistors, capacitors, diodes, transistors, and IC. Connected together to control electricity and perform a task like lighting an LED, sensing a signal, amplifying sound, or processing logic. For beginners the best approach is to start with very simple projects like LED, sensor, and 555 timer circuits, practice first on a breadboard, and then move to PCBs. While learning how to read schematics, symbols, polarity, and series/parallel connections including the basic rule that when resistors are connected end-to-end (in series), the same current flows through each one and their values add up (Rtotal = R1 + R2 + R3), which increases total resistance and limits current flow. To keep circuits safe and reliable, focus on a few key rules: use Ohm’s Law to choose correct resistor values, check power dissipation to avoid overheating, and add decoupling capacitors and proper grounding to reduce noise. By following these fundamentals and standard PCB practices, anyone can confidently understand schematics, build reliable circuits, and progress to real-world electronic projects.
- Common PCB Assembly Defects and How to Prevent Them, Tombstones, bridges, cold joints, head-in-pillow diagnosing the usual defects and designing them out.
- How PCBs Are Made: From Copper Clad to Your Door, Etching, lamination, plating, mask and HASL what happens at the fab and which options matter.
- Gerber Files: What Each Layer File Means, Copper, mask, silk, drill the file set your fab needs and how to preview it before paying.
- Decoupling Capacitor Placement: The Physics of "Put It Closer", Why 100 nF goes at the pin, values stack across decades, and the loop-area rule that ends supply noise.
- PCB Vias: Through, Blind and Buried Types and Trade-offs, What each via type costs and earns, current capacity of via arrays, and when simpler is smarter.
- PCB Trace Width: Sizing Copper for Current and Heat, IPC-2221 maths, temperature rise, copper weight and the calculator-backed method for power traces.
- Ground Planes and Return Paths: Signal Integrity Foundations, Current always loops how reference planes shape return paths, EMI and the lies of "ground is ground".
- PCB Layout Best Practices: Placement to Routing, Component placement strategy, routing order, plane strategy and the DRC discipline that yields manufacturable boards.
- PCB Footprints: Pads, Courtyards and the Checks That Matter, Pad geometry, courtyard clearances and the four measurements that decide whether a part solders or floats.
- KiCad Schematic Capture: Clean Beginnings, Symbols, annotations, ERC and the habits that make schematics reviewable instead of decorative.
- RF PCB Layout: Rules for WiFi, LoRa and Beyond, Transmission lines, ground stitching and the layout laws that keep radio frequencies inside your intentions.
- What Is VLSI Design? Building Chips With Billions of Transistors, From RTL to silicon the design flow, standard cells and EDA tools behind every processor ever manufactured.
Design Review Checklist
The twenty-question review every board should survive: plane continuity under every fast trace, decoupling within reach of every rail pin, footprint against physical part, test points on every rail, connector mechanicals clear, silks readable, DRC clean at fab limits, return paths walked, impedance stack confirmed, thermal paths sized. Run it on your own board before ordering and on colleagues' boards as a favour; the checklist finds in minutes what re-spins teach in weeks.
Fab Communication Reference
What to send, what to say, and what to ask: Gerber set with notes on finish and mask colour, stackup specification for controlled impedance, panel requests with breakouts, and the questions about their process limits that prevent silent violations. A one-page fab readme template is included, refined over the boards built for this site. Clear communication is the cheapest reliability upgrade in the entire workflow.
The Complete Routing Method
Routing is where discipline pays visually. This section lays out the complete method: route critical nets first with return paths planned, pour planes and stitch them deliberately, handle power as a system not an afterthought, and leave silkscreen documentation the assembler will thank you for. Every technique is anchored to a board from this track, with the before and after of the fixes that mattered. Routing with a method turns hours of iteration into a confident first pass, and this section is the method distilled.
The section above closes the track; the study path, the reference material and the verification checklist together complete the curriculum this guide promised. Every claim traces to a bench measurement, every formula to a datasheet, and every recommendation to a build that earned it.
Stackup and Grounding Decisions That Save Debug Time
Two decisions made in the first ten minutes of a PCB project, the stackup and the grounding scheme, quietly cause or prevent most high-speed and analog problems later. Here is how to get them right by default.
The two-layer board that behaves like four. For most hobby and pro-prototype boards under 25MHz clock speeds, the winning two-layer recipe is: top layer for signals and parts, bottom layer for ground pours with signals crossing only when necessary. Route every signal on top, pour unbroken ground on the bottom, and place stitching vias around the board edge every 10-15mm. The rule that matters most: never let a signal cross a gap in the ground plane. A high-speed return current flows directly under its trace; a gap forces the return to detour, and the detour radiates and couples. If you must split a plane (analog and digital), route NO signals across the split, and join the planes at exactly one point, usually under the ADC.
When to go four layers. Move to four layers when any of these are true: a microcontroller faster than about 48MHz, USB differential pairs, switching regulators above a few hundred kHz near analog circuitry, or more than two mixed-signal ICs sharing a board. The standard stackup is signal, ground, power, signal. Keeping a complete, unbroken ground layer as layer 2 (0.2-0.3mm from the top surface) does more for EMC and signal integrity than any amount of clever routing on a two-layer board, and it costs only a little more per board.
The power distribution network is capacitors, planes, and honesty. Decoupling works as a pyramid: bulk capacitance (47-100µF) at the regulator output; a 10µF ceramic at each IC's power pin pair; 100nF ceramics as close to each power pin as the footprint allows, ideally within 2mm. The capacitor's job is to supply the nanosecond-scale current steps that the plane's inductance cannot; the plane's job is everything slower. A 100nF cap 30mm from its pin is decoration. Place vias beside (not in) pads, and for ICs with multiple rails, decouple each rail separately.
Ground routing for mixed signal, done simply. The classic analog/digital ground anxiety has a simple resolution: use ONE ground, period, and manage the return paths by component placement. Put the ADC at the boundary, all analog parts on one side and all digital on the other, so their return currents naturally stay on their own side of the ground plane. The one-ground rule fails only when a chattering digital return current flows under a sensitive analog trace, and placement is what prevents that, not plane splitting. For high-resolution ADCs (16+ bits), add a guard ring and keep switching regulators out of the analog corner entirely.
Pre-route review, five minutes that saves fab spins. Before routing starts, check: every connector's pin 1 is marked in silk; mounting holes exist and clear all parts; the crystal is within 5mm of its microcontroller with the load capacitors between; the switching regulator's hot loop (input caps, switch node, inductor, output caps) is a physically tiny area on one layer; and USB or antenna impedances have a plan (4-layer, controlled dielectric, or a calculator-verified trace width). Then route. The boards that come back from fab and work first try are not lucky; they are the ones whose boring decisions were made deliberately.
The Boring Checklist Before You Click Order
The last ten minutes before ordering a board catches the errors that cost two weeks of shipping. Run the electrical rule check after the DRC: ERC catches unconnected inputs and floating nets that geometry checks cannot see. Print the board at 1:1 and physically place every connector and major part on the paper: mounting holes that collide with enclosure standoffs, USB ports that the case bezel covers, and a trimpot you cannot reach a screwdriver into are all paper-catchable. Verify the BOM against the schematic, not the layout: the layout cannot tell you that you picked a 0603 resistor where you own only 0805 stock, or that the op-amp footprint is right but the part number in the BOM is a different pinout family. Export the gerbers and view them in a free gerber viewer, because what the viewer shows is what the fab receives, including the silkscreen over pads you fixed in the layout but never regenerated. Then, and only then, click order, with the smug calm of someone whose board will come back working on the first spin.
All PCB Design guides on Procirel, in one list. New tutorials appear here automatically as they are published.
- What Is VLSI Design? Building Chips With Billions of Transistors8 minFrom RTL to silicon the design flow, standard cells and EDA tools behind every processor ever manufactured.
- RF PCB Layout: Rules for WiFi, LoRa and Beyond9 minTransmission lines, ground stitching and the layout laws that keep radio frequencies inside your intentions.
- KiCad Schematic Capture: Clean Beginnings7 minSymbols, annotations, ERC and the habits that make schematics reviewable instead of decorative.
- PCB Footprints: Pads, Courtyards and the Checks That Matter7 minPad geometry, courtyard clearances and the four measurements that decide whether a part solders or floats.
- PCB Layout Best Practices: Placement to Routing8 minComponent placement strategy, routing order, plane strategy and the DRC discipline that yields manufacturable boards.
- Ground Planes and Return Paths: Signal Integrity Foundations8 minCurrent always loops how reference planes shape return paths, EMI and the lies of "ground is ground".
- PCB Trace Width: Sizing Copper for Current and Heat7 minIPC-2221 maths, temperature rise, copper weight and the calculator-backed method for power traces.
- PCB Vias: Through, Blind and Buried Types and Trade-offs6 minWhat each via type costs and earns, current capacity of via arrays, and when simpler is smarter.
- Decoupling Capacitor Placement: The Physics of "Put It Closer"7 minWhy 100 nF goes at the pin, values stack across decades, and the loop-area rule that ends supply noise.
- Gerber Files: What Each Layer File Means6 minCopper, mask, silk, drill the file set your fab needs and how to preview it before paying.
- How PCBs Are Made: From Copper Clad to Your Door7 minEtching, lamination, plating, mask and HASL what happens at the fab and which options matter.
- Common PCB Assembly Defects and How to Prevent Them7 minTombstones, bridges, cold joints, head-in-pillow diagnosing the usual defects and designing them out.
- Electronic Circuits Guide: From Basic Components to PCB Design18 minAn electronic circuit is simply a group of basic components such as resistors, capacitors, diodes, transistors, and IC. Connected together to control electricity and perform a task like lighting an LED, sensing a signal, amplifying sound, or processing logic. For beginners the best approach is to start with very simple projects like LED, sensor, and 555 timer circuits, practice first on a breadboard, and then move to PCBs. While learning how to read schematics, symbols, polarity, and series/parallel connections including the basic rule that when resistors are connected end-to-end (in series), the same current flows through each one and their values add up (Rtotal = R1 + R2 + R3), which increases total resistance and limits current flow. To keep circuits safe and reliable, focus on a few key rules: use Ohm’s Law to choose correct resistor values, check power dissipation to avoid overheating, and add decoupling capacitors and proper grounding to reduce noise. By following these fundamentals and standard PCB practices, anyone can confidently understand schematics, build reliable circuits, and progress to real-world electronic projects.
- How to Design a PCB | PCB Design Guide10 minComplete step-by-step guide from drawing your first schematic to ordering a real printed circuit board from JLCPCB for $2. Free software, real circuit case study, zero experience required.
PCB Trace Width
Calculate the minimum PCB copper trace width required to safely carry a specified current without exceeding a given temp
OpenWire Gauge (AWG)
Select an American Wire Gauge (AWG) size to see its diameter, maximum current capacity for chassis wiring, and resistanc
OpenResistor Color Code
Through-hole resistors use colored bands painted on the body to indicate their resistance value.
OpenSMD Resistor Code
Surface Mount Device (SMD) resistors use numeric codes instead of color bands.
OpenLast updated 23 August 2026
