Schematic Capture and Component Selection
A schematic is both an electrical design and a communication document. It should be readable enough for review, accurate enough for layout, and complete enough for manufacturing and test. Component selection is part of the same task: every symbol must represent a real, available, correctly-footprinted part.
Learning Objectives
By the end of this lesson, you should be able to organize a schematic, select components against requirements, verify symbols and footprints, design useful power and decoupling pages, and prepare for a design review.
Schematic Organization
Organize sheets by function:
- title and revision block;
- power entry, protection, and regulation;
- main controller or FPGA;
- analog front ends;
- digital interfaces;
- drivers and loads;
- connectors and test points.
Use net names that show intent, such as ADC_IN_TEMP, I2C1_SCL, MOTOR_A_PHASE_U, and +3V3_A. Avoid anonymous long wires that cross pages without meaning.
Readable Schematic Flow
Readers should understand the board without hunting through random sheet order.
Component Selection Criteria
For each important component, check:
- electrical rating with margin;
- temperature range;
- package and assembly capability;
- availability from approved suppliers;
- lifecycle status and second source;
- datasheet reference circuit and layout notes;
- firmware or toolchain support where relevant;
- cost and lead time;
- testability and field replacement needs.
Do not copy a reference design blindly. Confirm it matches your voltage, current, environment, and compliance requirements.
Symbol and Footprint Verification
A common PCB failure is a correct circuit with an incorrect footprint. Verify:
- pin numbers against the datasheet package drawing;
- exposed pad connection and solder-mask opening;
- polarity marks for diodes, LEDs, electrolytics, and connectors;
- connector numbering from mating-face and board-view drawings;
- courtyard and assembly clearance;
- thermal pad vias and paste pattern;
- mechanical hole sizes and tolerances.
For new library parts, perform an independent review before ordering boards.
Decoupling and Power Pins
Every IC power pin needs a return path and local energy. Place decoupling capacitors in the schematic near the IC symbol or on a dedicated power sheet with clear references. Typical notes:
- one 100 nF ceramic capacitor close to each power pin or pin group;
- bulk capacitance near regulators and load steps;
- ferrite beads only when the return path and resonance are understood;
- analog references separated by filtering when required.
Design Review Checklist
Review the schematic before layout:
- all power pins connected, including hidden pins;
- reset, boot, strap, and programming pins defined;
- unused inputs tied to valid states;
- connector pinout reviewed against mating cable;
- level shifting present where voltage domains differ;
- protection components placed at exposed interfaces;
- test points for power rails, reset, programming, and critical signals;
- BOM parts have manufacturer part numbers.
Common Mistakes
- Choosing parts that are unavailable or near end-of-life.
- Trusting an unreviewed symbol or footprint.
- Hiding power pins and missing required rails.
- Forgetting boot straps, pull-ups, or reset timing.
- Omitting test points until after layout is dense.
- Using net names that hide voltage domain or direction.
Summary
Schematic capture is where most PCB mistakes can still be fixed cheaply. A good schematic is organized, reviewable, tied to real components, and ready for layout because symbols, footprints, power, interfaces, and test access have been checked.
Further Reading
- KiCad documentation, schematic and library management.
- IPC-7351, surface-mount land pattern guidance.
- Manufacturer datasheets and evaluation-board layout guides for selected parts.