Electronics Design AU

RF

Radio-frequency design: matching networks, antennas, and RF layout.

Radio-frequency (RF) design deals with electronic circuits and systems that operate at frequencies where wavelength is comparable to circuit dimensions — typically from a few hundred kHz to tens of GHz. Most embedded products include an RF element: a Bluetooth radio, Wi-Fi module, LoRa transceiver, GPS receiver, or cellular modem. Understanding how RF signals behave, how to select and place antennas, and how to lay out the RF section of a PCB is essential for any engineer working on wireless products.

What Is RF Design?

RF engineering spans a wide range of sub-disciplines:

  • RF signal theory — frequency, wavelength, propagation, free-space path loss, and link budget analysis.
  • Transmission line theory — impedance matching, reflection coefficients, and characteristic impedance; the foundation of all RF circuit design.
  • Antenna design and selection — choosing between chip antennas, PCB trace antennas, and external antennas based on size, gain, and orientation requirements.
  • Matching networks — L-networks, PI-networks, and other passive filter topologies used to transform impedance between antenna, transmission line, and transceiver.
  • RF PCB layout — controlled-impedance traces, ground plane continuity, antenna keepout zones, and RF component placement.

For most embedded engineers, the practical RF design decisions are: which wireless protocol to use, which radio IC or module to select, and how to lay out the PCB to meet antenna performance and regulatory requirements.

Why RF Design Matters

A radio is certified as a component, but the host PCB's layout determines whether the complete product meets its certified emissions and sensitivity specifications in practice. A poorly laid-out PCB degrades radio range, increases radiated emissions, and can cause products to fail EMC testing even when using a pre-certified module.

Key RF design failure modes in embedded products:

  • Impedance mismatch between the radio's RF port and the antenna leads to reflected power, reduced radiated power, and in severe cases, damage to the PA stage.
  • Inadequate ground plane beneath the RF section causes antenna performance degradation and increases common-mode noise.
  • Antenna placement too close to metal enclosure or other PCB components de-tunes the antenna and degrades radiation efficiency.
  • Poor RF trace routing — bends, stubs, and discontinuities in the RF trace add reflections and insertion loss.

Key Concepts

  • Characteristic impedance — the impedance of a transmission line determined by its geometry and dielectric; 50 Ω is standard for single-ended RF interconnects.
  • VSWR (Voltage Standing Wave Ratio) — a measure of impedance mismatch at an RF interface. VSWR of 1:1 is a perfect match; >2:1 indicates significant reflected power.
  • dBm — power in decibels relative to 1 milliwatt. 0 dBm = 1 mW. TX power and RX sensitivity are specified in dBm.
  • dBi — antenna gain relative to an ideal isotropic radiator. A chip antenna typically offers 0 to 2 dBi; a directional patch antenna, 5 to 8 dBi.
  • Link budget — the calculation of total signal path: TX power + TX antenna gain − path loss − RX antenna gain ≥ RX sensitivity. A positive margin (in dB) means the link closes; a negative margin means it fails.
  • Near-field vs far-field — in the near field (within a wavelength or two of an antenna), reactive fields dominate; in the far field, the radiated electromagnetic wave dominates. Antenna gain and pattern specifications are far-field parameters.
  • Frequency band — the specific frequency range allocated for a service by regulatory authority. In Australia, 915 MHz (ISM), 2.4 GHz (ISM), and 5 GHz (Wi-Fi) are the most common unlicensed bands for embedded wireless.

Common Tools and Software

  • VNA (Vector Network Analyser) — measures S-parameters (S11 reflection coefficient, S21 insertion loss) to characterise antenna matching, transmission line quality, and filter response. The NanoVNA is an entry-level open-hardware VNA adequate for most embedded product RF work below 3 GHz; a calibrated benchtop VNA (Keysight, Rohde & Schwarz) is required for formal characterisation.
  • Spectrum analyser — used for measuring transmit power, harmonic content, and channel occupancy. Required (calibrated) for formal EMC and radio certification testing; an SDR (RTL-SDR, HackRF) is adequate for pre-compliance work and visualisation.
  • AppCAD (Agilent/Keysight, free) — RF design calculators for matching network synthesis, transmission line analysis, amplifier design, and link budget calculation.
  • PCB impedance calculators — microstrip and stripline impedance calculators built into EDA tools (KiCad, Altium), the Saturn PCB Design Toolkit, and online calculators at polar.co.uk.

Common Mistakes

  • Violating the antenna keepout zone — copper, vias, and components under or immediately around the antenna detune it and reduce radiation efficiency. The module datasheet or reference design specifies the keepout precisely; not following it voids the module's certification when deployed on a host PCB.
  • RF trace discontinuities — bends, stubs, width changes, and via transitions in the RF signal path introduce impedance discontinuities that cause reflections and insertion loss. The RF trace must be straight (or smoothly curved without stubs), constant width from radio port to antenna, and via-free if possible.
  • Skipping antenna impedance verification — using an antenna without verifying its impedance at the actual operating frequency, on the actual assembled board, is common in prototypes. Check S11 with a VNA on the final board, not only on a reference design — ground plane geometry and proximity to metal affect antenna impedance.
  • Routing high-speed digital signals near the RF section — fast digital clock lines, SPI buses, and switching converter traces adjacent to the RF section couple broadband noise into the receiver, degrading sensitivity. Route digital signals on different layers with a ground plane separating them from the RF section.
  • Under-budgeting link margin — a link budget calculation showing +3 dB margin on a bench is insufficient in a real deployment with obstructions, antenna orientation variation, and multipath. Design for a minimum 10–20 dB fade margin to achieve reliable operation.

Common Questions

What is the 50 Ω impedance standard and why does it matter?

50 Ω is the industry-standard characteristic impedance for RF systems, chosen historically as a practical compromise between power handling (which favours lower impedance) and low-loss propagation (which favours higher impedance). PCB RF traces must be designed to present 50 Ω characteristic impedance — calculated from trace width, substrate dielectric constant, and layer stack-up — to avoid reflections at impedance discontinuities. See RF PCB layout guidelines for the design process.

Can I use a certified radio module and skip RF design?

A pre-certified radio module (RCM-certified for Australia) simplifies compliance significantly — the radio's own emissions are pre-certified. However, the host PCB still requires careful design: the antenna feed and any on-board trace antennas must be implemented correctly, the ground plane must meet the module's reference design requirements, and the host board's digital and power supply emissions must meet the applicable CISPR standards independently. See the EMC topic for the complete compliance picture.

How does antenna placement affect range?

Antenna placement dominates practical range performance in small products. Key rules: keep the antenna at the board edge or on a protrusion away from metal, maintain the antenna keepout zone (no copper, vias, or components under the antenna), route the RF feed trace as short as possible, and maximise ground plane under the module while respecting the antenna keepout. Zeus Design designs RF hardware for IoT and wireless products, including antenna integration and pre-compliance testing.

Knowledge Base

RF Fundamentals

Antenna Selection and Design

RF PCB Layout

Wireless Protocol Selection

Forum Discussions