Impedance Basics
Introduction
1 / 1
<h1>A Beginner's Guide to Impedance Control in PCB Design</h1>
<p><img src="https://images.unsplash.com/photo-1635070041078-e363dbe005cb?w=1200" alt="Impedance Control"></p>
<h2>What is Impedance?</h2>
<p><strong>Impedance</strong> in PCB design is the combined effect of <strong>resistance</strong>, <strong>inductance</strong>, and <strong>capacitance</strong> that electrical signals encounter as they travel through circuit board traces. Think of it as the "resistance" to AC signals.</p>
<h3>Why Impedance Matters</h3>
<p>In modern high-speed digital circuits, controlling impedance is crucial because:</p>
<ol>
<li><strong>Signal Integrity</strong>: Prevents signal degradation</li>
<li><strong>Power Transfer</strong>: Maximizes energy efficiency</li>
<li><strong>EMI Reduction</strong>: Minimizes electromagnetic interference</li>
<li><strong>Reliability</strong>: Ensures consistent circuit performance</li>
</ol>
<h2>When Do You Need Impedance Control?</h2>
<p>You need controlled impedance when:</p>
<ul>
<li><strong>High-speed signals</strong> (>50 MHz clock rates)</li>
<li><strong>Differential pairs</strong> (USB, HDMI, Ethernet, PCIe)</li>
<li><strong>RF circuits</strong> (WiFi, Bluetooth, cellular)</li>
<li><strong>Long traces</strong> (>1/10 of signal wavelength)</li>
<li><strong>Clock signals</strong> and fast edge rates</li>
</ul>
<h2>Key Concepts</h2>
<h3>1. Characteristic Impedance</h3>
<p>The characteristic impedance (Z₀) of a trace depends on:</p>
<ul>
<li><strong>Trace width</strong> (W)</li>
<li><strong>Trace thickness</strong> (T)</li>
<li><strong>Dielectric constant</strong> (εr) of the material</li>
<li><strong>Height above reference plane</strong> (H)</li>
<li><strong>Solder mask</strong> thickness</li>
</ul>
<h3>2. Common Impedance Values</h3>
<table>
<thead>
<tr>
<th>Application</th>
<th>Impedance</th>
<th>Tolerance</th>
</tr>
</thead>
<tbody><tr>
<td>Single-ended (general)</td>
<td>50Ω</td>
<td>±10%</td>
</tr>
<tr>
<td>Single-ended (memory)</td>
<td>40Ω</td>
<td>±10%</td>
</tr>
<tr>
<td>USB</td>
<td>90Ω (differential)</td>
<td>±10%</td>
</tr>
<tr>
<td>HDMI</td>
<td>100Ω (differential)</td>
<td>±10%</td>
</tr>
<tr>
<td>PCIe</td>
<td>85Ω (differential)</td>
<td>±10%</td>
</tr>
<tr>
<td>Ethernet</td>
<td>100Ω (differential)</td>
<td>±10%</td>
</tr>
<tr>
<td>RF (50 ohm systems)</td>
<td>50Ω</td>
<td>±5%</td>
</tr>
</tbody></table>
<h3>3. Microstrip vs. Stripline</h3>
<p><strong>Microstrip</strong> (external layer):</p>
<ul>
<li>Trace on outer layer</li>
<li>Reference plane below</li>
<li>Easier to fabricate</li>
<li>Higher radiation</li>
<li>Simpler calculation</li>
</ul>
<p><strong>Stripline</strong> (internal layer):</p>
<ul>
<li>Trace between reference planes</li>
<li>Better shielding</li>
<li>Lower radiation</li>
<li>More complex fabrication</li>
<li>Tighter control</li>
</ul>
<h2>Calculating Impedance</h2>
<h3>Microstrip Formula (simplified):</h3>
<p>Z₀ ≈ (87 / √(εr + 1.41)) × ln(5.98H / (0.8W + T))</p>
<p>Where:</p>
<ul>
<li>Z₀ = Characteristic impedance (ohms)</li>
<li>εr = Dielectric constant</li>
<li>H = Height to reference plane (mils)</li>
<li>W = Trace width (mils)</li>
<li>T = Trace thickness (mils)</li>
</ul>
<h3>Online Calculators</h3>
<p>For accurate calculations, use:</p>
<ul>
<li><strong>Saturn PCB Design Toolkit</strong> (free)</li>
<li><strong>EEWeb Impedance Calculator</strong></li>
<li><strong>Manufacturer's calculators</strong> (recommended)</li>
</ul>
<h2>Design Guidelines</h2>
<h3>Step 1: Determine Requirements</h3>
<ol>
<li><strong>Identify signals</strong> needing impedance control</li>
<li><strong>Determine impedance value</strong> for each signal</li>
<li><strong>Define tolerance</strong> requirements</li>
<li><strong>Check manufacturer capabilities</strong></li>
</ol>
<h3>Step 2: Choose Stack-up</h3>
<p><strong>Recommendations</strong>:</p>
<ul>
<li>Use <strong>symmetrical stack-ups</strong></li>
<li>Place controlled impedance on <strong>consistent layers</strong></li>
<li>Maintain <strong>constant dielectric thickness</strong></li>
<li>Use <strong>reference planes</strong> properly</li>
</ul>
<h3>Step 3: Calculate Trace Geometry</h3>
<p><strong>Process</strong>:</p>
<ol>
<li>Select dielectric material (FR-4 typical: εr ≈ 4.0-4.8)</li>
<li>Determine layer height</li>
<li>Calculate required trace width</li>
<li>Adjust for manufacturing tolerances</li>
</ol>
<p><strong>Example</strong> (50Ω Microstrip on FR-4):</p>
<ul>
<li>Dielectric: FR-4 (εr = 4.2)</li>
<li>Height to plane: 8 mils</li>
<li>Trace thickness: 1.4 mil (1 oz copper)</li>
<li>Calculated width: ~15 mils</li>
</ul>
<h3>Step 4: Route the Traces</h3>
<p><strong>Best Practices</strong>:</p>
<ul>
<li><strong>Avoid 90° bends</strong>: Use 45° or curved</li>
<li><strong>Minimize vias</strong>: Each via changes impedance</li>
<li><strong>Keep traces short</strong>: Shorter = better signal integrity</li>
<li><strong>Maintain spacing</strong>: Avoid coupling between traces</li>
<li><strong>Use reference planes</strong>: Continuous ground/power</li>
</ul>
<h3>Step 5: Document for Manufacturer</h3>
<p><strong>Required Information</strong>:</p>
<ol>
<li>Impedance value and tolerance</li>
<li>Layer number and reference plane</li>
<li>Target trace width</li>
<li>Material specifications</li>
<li>Testing requirements</li>
</ol>
<h2>Common Mistakes to Avoid</h2>
<h3>❌ Mistake 1: Ignoring Via Effects</h3>
<p><strong>Problem</strong>: Vias create impedance discontinuities
<strong>Solution</strong>: Use via stitching or minimize via count</p>
<h3>❌ Mistake 2: Inconsistent Reference Planes</h3>
<p><strong>Problem</strong>: Gaps in planes cause impedance changes
<strong>Solution</strong>: Ensure solid, continuous planes</p>
<h3>❌ Mistake 3: Wrong Dielectric Constant</h3>
<p><strong>Problem</strong>: εr varies with frequency
<strong>Solution</strong>: Use manufacturer's data for specific frequency</p>
<h3>❌ Mistake 4: Neglecting Solder Mask</h3>
<p><strong>Problem</strong>: Solder mask affects impedance
<strong>Solution</strong>: Account for it in calculations (≈3-5% change)</p>
<h3>❌ Mistake 5: Not Communicating with Manufacturer</h3>
<p><strong>Problem</strong>: Design doesn't match capabilities
<strong>Solution</strong>: Consult early and provide detailed specs</p>
<h2>Testing and Verification</h2>
<h3>1. TDR Testing</h3>
<p><strong>Time Domain Reflectometry</strong>:</p>
<ul>
<li>Sends fast pulse down trace</li>
<li>Measures reflections</li>
<li>Calculates actual impedance</li>
<li>Provides impedance profile</li>
</ul>
<h3>2. Impedance Test Coupons</h3>
<p><strong>Design</strong>:</p>
<ul>
<li>Include test structures on panel</li>
<li>Same layer stack-up</li>
<li>Same trace geometry</li>
<li>Measured during fabrication</li>
</ul>
<h3>3. Polar CITS System</h3>
<p><strong>Controlled Impedance Test System</strong>:</p>
<ul>
<li>Standard industry test method</li>
<li>Non-destructive</li>
<li>High accuracy</li>
<li>Provides test report</li>
</ul>
<h2>Practical Example: USB Differential Pair</h2>
<h3>Requirements:</h3>
<ul>
<li>90Ω differential impedance</li>
<li>±10% tolerance</li>
<li>FR-4 material</li>
<li>Microstrip routing</li>
</ul>
<h3>Design Process:</h3>
<ol>
<li><p><strong>Calculate single-ended impedance</strong>:</p>
<ul>
<li>For 90Ω differential, target ~50Ω single-ended</li>
</ul>
</li>
<li><p><strong>Determine trace parameters</strong>:</p>
<ul>
<li>Using calculator with FR-4 (εr=4.2, H=8mils, T=1.4mils)</li>
<li>Result: W ≈ 12 mils for 50Ω</li>
</ul>
</li>
<li><p><strong>Calculate differential spacing</strong>:</p>
<ul>
<li>For 90Ω differential: S ≈ 8 mils (edge-to-edge)</li>
</ul>
</li>
<li><p><strong>Route the pair</strong>:</p>
<ul>
<li>Maintain constant spacing</li>
<li>Match trace lengths</li>
<li>Avoid 90° bends</li>
<li>Keep both traces on same layer</li>
</ul>
</li>
<li><p><strong>Verify</strong>:</p>
<ul>
<li>Use TDR to measure</li>
<li>Check 90Ω ±9Ω (81-99Ω range)</li>
<li>Document results</li>
</ul>
</li>
</ol>
<h2>Cost Implications</h2>
<p>Controlled impedance affects cost:</p>
<table>
<thead>
<tr>
<th>Factor</th>
<th>Impact</th>
</tr>
</thead>
<tbody><tr>
<td>Material</td>
<td>Standard FR-4 = minimal impact</td>
</tr>
<tr>
<td>Layer Stack-up</td>
<td>May require specific thickness</td>
</tr>
<tr>
<td>Testing</td>
<td>Adds test coupon cost</td>
</tr>
<tr>
<td>Tolerance</td>
<td>Tighter tolerance = higher cost</td>
</tr>
<tr>
<td>Volume</td>
<td>Higher volume spreads tooling cost</td>
</tr>
</tbody></table>
<p><strong>Cost-saving tips</strong>:</p>
<ul>
<li>Use standard materials when possible</li>
<li>Group impedance values (use 50Ω for most)</li>
<li>Use manufacturer's preferred stack-ups</li>
<li>Plan ahead to avoid changes</li>
</ul>
<h2>Future Considerations</h2>
<h3>Higher Frequencies</h3>
<ul>
<li><strong>5G and above</strong>: More critical impedance control</li>
<li><strong>Signal loss</strong>: Becomes major concern</li>
<li><strong>Material selection</strong>: Low-loss materials needed</li>
</ul>
<h3>Advanced Techniques</h3>
<ul>
<li><strong>Dietorted routing</strong>: Non-parallel traces for isolation</li>
<li><strong>Length matching</strong>: For timing-critical signals</li>
<li><strong>Via optimization</strong>: Back-drilling, via-in-pad</li>
</ul>
<h3>Simulation Tools</h3>
<ul>
<li><strong>Field solvers</strong>: For complex geometries</li>
<li><strong>SI simulation</strong>: Signal integrity analysis</li>
<li><strong>EM simulation</strong>: Electromagnetic modeling</li>
</ul>
<h2>Getting Started Checklist</h2>
<p>For beginners starting with impedance control:</p>
<ul>
<li><input disabled="" type="checkbox"> <strong>Learn basics</strong>: Understand transmission lines</li>
<li><input disabled="" type="checkbox"> <strong>Identify needs</strong>: Which signals need control?</li>
<li><input disabled="" type="checkbox"> <strong>Choose tools</strong>: Impedance calculator software</li>
<li><input disabled="" type="checkbox"> <strong>Consult manufacturer</strong>: Get design guidelines</li>
<li><input disabled="" type="checkbox"> <strong>Design stack-up</strong>: Plan layer structure</li>
<li><input disabled="" type="checkbox"> <strong>Calculate geometry</strong>: Determine trace widths</li>
<li><input disabled="" type="checkbox"> <strong>Route carefully</strong>: Follow best practices</li>
<li><input disabled="" type="checkbox"> <strong>Include test coupons</strong>: For verification</li>
<li><input disabled="" type="checkbox"> <strong>Document clearly</strong>: Communicate with fabricator</li>
<li><input disabled="" type="checkbox"> <strong>Test results</strong>: Verify impedance values</li>
</ul>
<h2>Conclusion</h2>
<p>Impedance control is essential for modern PCB design, especially as speeds increase and devices become more compact. While it adds complexity, understanding the fundamentals and following systematic design practices will ensure reliable, high-performance circuits.</p>
<p><strong>Key Takeaways</strong>:</p>
<ol>
<li><strong>Plan ahead</strong>: Design impedance control from the start</li>
<li><strong>Use calculators</strong>: Don't guess at trace geometry</li>
<li><strong>Work with manufacturers</strong>: They're your partners</li>
<li><strong>Test and verify</strong>: Ensure your design works as intended</li>
<li><strong>Keep learning</strong>: Technology continues to evolve</li>
</ol>
<hr>
<p><strong>Sources</strong>:</p>
<ul>
<li><a href="https://jlcpcb.com/blog/beginners-guide-to-impedance-control-in-pcb">Beginner's Guide to Impedance Control</a></li>
<li><a href="https://dev.to/frank_1871bc3c55f35370df3/impedance-control-in-pcb-design-a-technical-guide-2elj">Impedance Control Technical Guide</a></li>
<li><a href="https://www.viasion.com/blog/a-competitive-guide-to-controlled-impedance/">Controlled Impedance PCB Guide</a></li>
</ul>