How to Reduce EMI in LED Therapy Devices: PCB Layout Best Practices
Our LED mask failed FCC Part 15 testing. Not because of the LEDs — because of the PWM dimming circuit. The 1kHz PWM signal was radiating from the PCB traces like an antenna, creating broadband noise that exceeded the FCC limits by 12dB.
We spent $8,000 on a PCB redesign and three weeks of delay. The fix? A ground plane, shorter traces, and a 47pF decoupling capacitor that cost $0.003 per unit. Here’s what we learned about EMI in LED therapy devices.
Why EMI Matters for LED Therapy Devices
Any electronic device sold in the US must comply with FCC Part 15 (Class B for consumer devices). In the EU, it’s the EMC Directive (2014/30/EU). Fail either, and you can’t legally sell your product.
Common EMI sources in LED therapy devices:
| Source | Frequency Range | Mechanism |
| PWM dimming circuit | 100Hz-100kHz | Rapid switching creates harmonic radiation from traces |
| LED driver (buck/boost) | 100kHz-10MHz | Switching regulator radiates from inductor and traces |
| MCU clock | 1-50MHz | Digital clock harmonics radiate from PCB traces |
| Bluetooth/WiFi module | 2.4GHz | Intentional radiator (separate certification required) |
| USB-C charging circuit | 100kHz-30MHz | Power delivery switching noise |
The Six PCB Layout Rules
Rule 1: Use a Solid Ground Plane
The single most important EMI countermeasure. A continuous copper ground plane on the bottom layer of the PCB provides:
- Low-impedance return path for all signals (reduces loop area)
- Shielding (absorbs radiated emissions)
- Thermal dissipation (helps with heat management too)
What not to do: Don’t split the ground plane with traces running through it. Every split creates a return path detour, which increases the loop area and radiated emissions.
Our test results with and without ground plane:
| PCB Design | EMI at 1MHz | EMI at 10MHz | FCC Pass? |
| No ground plane (2-layer) | 78 dBµV/m | 65 dBµV/m | No (exceeded by 12dB) |
| Partial ground plane | 68 dBµV/m | 55 dBµV/m | Borderline |
| Solid ground plane (4-layer) | 52 dBµV/m | 42 dBµV/m | Yes (8dB margin) |
Adding a solid ground plane reduced emissions by 26dB and took us from a 12dB failure to an 8dB pass. The cost difference between 2-layer and 4-layer PCB: $0.15 per board at 10K quantity.
Rule 2: Keep High-Frequency Traces Short
Every trace is an antenna. The longer the trace, the more efficient the antenna, and the more it radiates.
High-frequency traces in LED therapy devices:
- PWM signal from MCU to LED driver
- LED driver switching node
- MCU clock traces
- Bluetooth antenna feed line
Layout principle: Place the MCU as close as possible to the LED driver. Minimize the trace length between them. If the PWM trace must be longer than 10mm, add a series resistor (10-22Ω) near the source to slow the edge rate and reduce high-frequency content.
Rule 3: Decouple Every IC
Every IC needs a decoupling capacitor placed as close as possible to its power pins. The capacitor provides local energy storage for fast switching transients, preventing those transients from propagating through the power supply traces.
| IC Type | Decoupling Capacitor | Placement |
| MCU | 100nF ceramic + 10µF ceramic | Within 5mm of VCC/VDD pins |
| LED driver | 100nF ceramic + 4.7µF ceramic | Within 3mm of VIN pin |
| Bluetooth module | 100nF ceramic + 1µF ceramic | Within 2mm of VCC pin |
| Voltage regulator | 10µF ceramic (input) + 22µF ceramic (output) | Per datasheet specification |
Our fix for the FCC failure: Adding a 47pF capacitor across the PWM output trace and ground reduced the high-frequency ringing by 18dB. Cost: $0.003 per unit.
Rule 4: Separate Power and Signal Grounds
High-current power paths and sensitive signal paths should not share ground traces. The voltage drop across a ground trace carrying LED drive current can inject noise into sensitive circuits.
Implementation: Use a star ground topology where power ground and signal ground meet at a single point near the power supply input. This prevents power current from flowing through signal ground traces.
Rule 5: Route Differential Pairs Together
If your design uses differential signaling (USB, I2C with long traces), route the pair together with matched lengths. Differential pairs reject common-mode noise, but only if the two traces see the same environment.
Matched length tolerance: ±0.5mm for USB, ±1mm for I2C at typical LED device speeds.
Rule 6: Shield the LED Driver
The LED driver’s inductor is a significant EMI radiator. Shield it with a metal can or use a shielded inductor.
| Inductor Type | EMI Radiation | Cost | Size |
| Unshielded drum core | High | $0.05 | Small |
| Semi-shielded (ferrite powder) | Medium | $0.08 | Medium |
| Fully shielded (metal can) | Low | $0.12 | Medium |
The $0.07 difference between unshielded and shielded inductors can be the difference between passing and failing FCC testing. Always use shielded inductors in LED therapy devices.
Pre-Compliance Testing
Don’t wait for the official FCC test to find out you have an EMI problem. Pre-compliance testing catches issues early, when fixes are cheap.
Pre-compliance test setup:
| Equipment | Cost | Purpose |
| Spectrum analyzer (rented) | $200/week | Measure radiated emissions |
| Near-field probe set | $150 | Identify emission sources on PCB |
| LISN (Line Impedance Stabilization Network) | $300 | Measure conducted emissions |
| Test cables and adapters | $100 | Connect equipment |
Total pre-compliance test cost: ~$750 for a one-week rental + probes
Compare to: FCC compliance test failure → PCB redesign ($8,000) + schedule delay (3 weeks) + retest ($5,000) = $13,000+ for a problem that could have been caught for $750.
What We’ve Learned
1. Use a 4-layer PCB with a solid ground plane. The $0.15 per board cost increase is the cheapest EMI fix you’ll ever buy. It reduced our emissions by 26dB — more than any other single change.
2. The LED driver inductor is the #1 EMI source. Use a shielded inductor. Always. The $0.07 premium over unshielded inductors is not worth saving.
3. Pre-compliance testing costs $750. Official test failure costs $13,000+. Rent a spectrum analyzer and test your prototype before you commit to production tooling. Fix EMI problems when they’re PCB layout changes, not when they’re FCC test failures.
4. Decoupling capacitors are not optional. Every IC needs one within 5mm of its power pins. Our 47pF capacitor cost $0.003 and solved an 18dB emission spike. That’s the highest-ROI component on the entire board.
5. Short traces are quiet traces. Place the MCU next to the LED driver. Route the PWM signal across 5mm, not 50mm. Every millimeter of trace is a millimeter of antenna.
Reducing EMI in LED therapy devices is about PCB layout discipline, not expensive components. A solid ground plane, short traces, decoupling capacitors, and a shielded inductor are the four changes that take most designs from FCC failure to comfortable compliance. Implement them from the start, pre-compliance test your prototype, and you’ll pass FCC testing on the first try — instead of spending $13,000 on redesigns and retests.
