EMC Compliance for BLE Products: Testing and Design Tips

<\/script>\n
'; }, get iframeSnippet() { const domain = '{ SITE_DOMAIN }'; const type = '{ embed_type }'; const slug = '{ embed_slug }'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

Passing EMC tests for BLE wireless products

| 4 분 읽기

EMC Compliance for BLE Products

Electromagnetic Compatibility (EMC) for BLE products involves ensuring that (1) your device does not emit excessive RF interference (emissions testing) and (2) it operates correctly in the presence of external RF (immunity testing). Failing EMC late in development is expensive — 8–16 week retests and PCB respins. This guide covers the critical PCB layout, filtering, and shielding decisions that determine EMC outcome before you reach a test lab.

Regulatory Standards for BLE EMC

Region Standard Scope
EU EN 301 489-17 + EN 301 489-1 BLE-specific + general EMC
US FCC Part 15B (unintentional), Part 15.247 (intentional) Emissions + spurious
Japan VCCI Conducted and radiated emissions
Global CISPR 32 Multimedia equipment emissions

Radiated Emissions: The BLE Radio

BLE operates in the ISM band (2.4–2.4835 GHz). The radio is the intentional radiator; harmonics at 4.8 GHz, 7.2 GHz must fall below FCC/CE limits.

Critical emission sources: 1. BLE RF path: antenna, matching network, transmission line 2. Crystal/oscillator harmonics: 32 MHz TCXO → 2.4 GHz harmonic via parasitic coupling 3. Switching regulators (DC-DC): Ripple at switching frequency (1–4 MHz) modulates supply rails, creating broadband emissions 4. High-speed digital clocks: SPI at 8 MHz → 7th harmonic at 56 MHz (below BLE band but fails Class B below 1 GHz)

PCB Layout for Low Emissions

Ground plane continuity is the single highest-impact layout decision:

Good:                         Bad:
┌──────────────────────┐      ┌──────────────────────┐
│  Solid GND pour      │      │  GND with traces cut  │
│  under BLE module    │      │  under BLE module     │
│  and antenna         │      │  (slot antenna effect)│
└──────────────────────┘      └──────────────────────┘

Rules: - Solid ground pour on layer 2 (directly beneath component layer) - Clear ground void under antenna — a solid ground plane beneath a PCB antenna detunes it severely. Follow chip vendor keepout rules precisely. - No signal traces routed under antenna keepout area - BLE SoC placed close to antenna; minimize RF trace length (<10 mm if possible)

RF Transmission Line:

BLE SoC ──[50Ω microstrip]── [π matching]── [chip antenna / PCB antenna]
         └── width calculated for substrate ε_r and thickness

50Ω microstrip width: ~1.8 mm on standard 1.6 mm FR4 (ε_r = 4.4). Use Saturn PCB Design Calculator or the chip vendor's layout guide.

Power Supply Decoupling:

Place ceramic capacitors (100 nF + 10 µF) at every VDD pin of the BLE SoC within 1 mm. For the DC-DC converter output, a π-filter (inductor + capacitors) attenuates switching noise:

VBAT ──[L1 (ferrite bead, 600Ω @ 100 MHz)]──┬── VDD_BLE
                                              ├── 100nF (C1)
                                              └── 10µF (C2)

A DC-DC converter inside the BLE SoC (nRF52840, EFR32BG22) requires specific external components per the datasheet. Substituting component values to save BOM cost is a common source of EMC failure.

Immunity Testing

Immunity tests verify the BLE device functions in the presence of:

Test Standard Level
Radiated immunity EN 61000-4-3 3 V/m (10 V/m industrial)
ESD (contact) EN 61000-4-2 ±4 kV
ESD (air) EN 61000-4-2 ±8 kV
Fast transients (EFT) EN 61000-4-4 ±1 kV
Surge EN 61000-4-5 ±2 kV

ESD is the most common immunity failure for BLE wearables and consumer IoT:

  • Add TVS diodes (PRTR5V0U2X or similar) on any external connector pins
  • USB charging ports: common-mode choke + TVS
  • Test: zap with ESD gun before lab submission — many SoCs have weak internal ESD protection on GPIO

RF Shielding

For products with both BLE and other noise sources (microcontroller, display, motor driver):

  • RF shield can over the BLE SoC and RF trace provides 20–40 dB isolation
  • Reflow-solderable shields (Laird, Würth) add ~$0.50–2.00 to BOM; saves re-spin risk
  • Ground the shield with multiple vias to the solid ground plane

Pre-Compliance Test Strategy

Phase Action Cost
PCB layout review Vendor RF layout checklist + peer review Free
Prototype scan Near-field scan (H-field probe + spectrum analyzer) $500
Pre-compliance radiated 3 m open-area test site or semi-anechoic chamber $1.5–3K
Full compliance Accredited lab (CETECOM, SGS, TÜV) $15–40K

Fixing an emissions failure at pre-compliance costs $2–5K (PCB respin). The same failure at full compliance adds 8 weeks and $20K+ in retest fees.

See BLE Product Certification for the full regulatory filing process after passing EMC testing.

자주 묻는 질문

Yes, our guides range from beginner introductions to advanced topics. Each guide indicates its difficulty level and prerequisites so you can find the right starting point.