Electronics Design AU
RF

What Are RF Signals and How Are They Used in Electronics?

Last updated 26 June 2026 · 10 min read

Direct Answer

RF (radio frequency) signals are electromagnetic waves that oscillate between roughly 3 kHz and 300 GHz and carry information wirelessly by modulating a carrier wave. The frequency you choose determines antenna size (a quarter-wave antenna at 2.4 GHz is about 31 mm; at 433 MHz it is about 173 mm), how far the signal travels, how well it penetrates obstacles, what regulations apply, and what PCB layout precautions your design needs.

Detailed Explanation

Radio frequency (RF) signals are electromagnetic waves that carry information without wires. Every wireless device — from a Bluetooth sensor to an industrial LoRa gateway — transmits and receives RF energy. Understanding RF fundamentals helps you choose the right wireless protocol, size your antenna correctly, design a PCB layout that preserves link margin, and stay compliant with Australian and international radio regulations.

Frequency and Wavelength

An electromagnetic wave oscillates at a specific frequency (f), measured in hertz (Hz). Its wavelength (λ) is the physical distance the wave travels in one complete oscillation:

λ = c / f

where c is the speed of light (≈ 3 × 10⁸ m/s in free space, slightly lower in a PCB dielectric).

FrequencyFree-space wavelengthCommon use
433 MHz69 cmSub-GHz ISM — remote controls, LoRa, OOK modules
868 MHz34 cmEU ISM — LoRaWAN EU868, Sigfox, Z-Wave EU
915 MHz33 cmAU / US ISM — LoRaWAN AU915, Matter, proprietary sub-GHz
2.4 GHz12.5 cmBluetooth, Wi-Fi 802.11b/g/n, Zigbee, Thread, Matter
5 GHz6 cmWi-Fi 802.11a/n/ac/ax
60 GHz5 mmWiGig (802.11ad/ay), short-range high-throughput

Wavelength matters practically because antenna size is proportional to wavelength. A quarter-wave (λ/4) monopole — the most common basic antenna in embedded designs — scales as:

  • 433 MHz → λ/4 ≈ 173 mm (a 17 cm wire, often external)
  • 915 MHz → λ/4 ≈ 82 mm
  • 2.4 GHz → λ/4 ≈ 31 mm (fits on a PCB or inside a compact enclosure)
  • 5 GHz → λ/4 ≈ 15 mm

Higher-frequency designs can use compact on-board antennas; lower-frequency designs achieve better range but require larger antennas — sometimes an external whip or a helical coil to keep physical dimensions manageable.

ISM Bands

Governments allocate specific frequency ranges to different services. For product engineers, the most relevant are the ISM (Industrial, Scientific, and Medical) bands — unlicensed ranges available without a radio licence, subject to transmit-power limits and, in some bands, duty-cycle restrictions.

The primary ISM bands used in Australian and international embedded product design:

BandRegionTypical power limitKey protocols
433.05–434.79 MHzGlobal (ITU Regions 1 & 3)+10 dBm EIRP (varies)LoRa 433, OOK modules
868.0–868.6 MHzEurope (ETSI EN 300 220)+14 dBm, 1% duty cycleLoRaWAN EU868, Sigfox
915–928 MHzAustralia, Americas+30 dBm EIRPLoRaWAN AU915, Matter
2400–2483.5 MHzGlobal+20 dBm (varies)Bluetooth LE, Wi-Fi 2.4 GHz, Zigbee
5725–5875 MHzGlobal+30 dBm EIRPWi-Fi 802.11ac (5 GHz)

In Australia, ISM-band devices fall under the ACMA Radiocommunications (Low Interference Potential Devices) Class Licence. The licence grants permission to use these bands without a site licence, but imposes transmit-power limits and prohibits interference with licensed services. Using a pre-certified radio module (an ESP32, nRF52, or LoRa SiP with ACMA/FCC/CE marks) transfers the radio certification to the module manufacturer, which simplifies your own compliance work significantly.

Power in Wireless Systems: dBm

RF power is almost universally expressed in dBm — decibels relative to 1 milliwatt:

Power (dBm) = 10 × log₁₀( Power (mW) / 1 mW )

Key reference points:

Power (mW)Power (dBm)Context
0.001 mW−30 dBmBLE received signal (excellent link)
0.032 mW−15 dBmTypical indoor BLE received signal
1 mW0 dBmReference: 1 milliwatt
10 mW+10 dBmLow transmit power
20 mW+13 dBmTypical BLE transmit power
100 mW+20 dBmMaximum for many ISM-band devices
1000 mW+30 dBm1 W — upper EIRP limit in some ISM regulations

Adding antenna gain (measured in dBi, decibels relative to an isotropic radiator) to transmit power (dBm) gives EIRP (Equivalent Isotropically Radiated Power) — what regulations limit. A transmitter outputting +20 dBm into an antenna with 3 dBi gain produces 23 dBm EIRP.

The logarithmic scale compresses a range of 1:1,000,000 into numbers easy to add and subtract — a 3 dB gain is approximately a doubling of power in linear terms.

Signal Quality: RSSI and SNR

RSSI (Received Signal Strength Indicator) is the power level of the received signal at the antenna input, in dBm. Most wireless SoCs expose an RSSI register readable over SPI or I2C after each received packet.

Typical RSSI interpretation:

RSSILink quality
−50 to −70 dBmExcellent — near the transmitter
−70 to −85 dBmGood — reliable for most protocols
−85 to −95 dBmMarginal — may drop packets under interference
Below −95 dBmUnreliable for most narrowband protocols

SNR (Signal-to-Noise Ratio) measures how far the received signal sits above the background noise floor:

SNR (dB) = Signal Power (dBm) − Noise Floor (dBm)

A high RSSI does not guarantee a reliable link. A strong interferer on the same channel can produce a high RSSI but a low SNR — and a low SNR means the receiver struggles to recover data. In congested 2.4 GHz environments (with many Wi-Fi networks and Bluetooth devices), SNR is the more meaningful quality indicator.

LoRa's spread-spectrum chirp modulation can decode signals at SNR as low as −20 dB, which is why LoRa achieves multi-kilometre range in sub-GHz ISM bands — it can recover signals that look like noise to narrowband receivers.

Why Frequency Choice Matters for Hardware Engineers

Choosing an operating frequency affects five areas of product design simultaneously.

Range and obstacle penetration: Lower frequencies propagate further and penetrate concrete, masonry, and metallic structures more effectively. A 915 MHz LoRa link might reach 2–5 km in open terrain and hundreds of metres inside a building; a 2.4 GHz Wi-Fi link typically covers 10–30 m indoors with walls. If your product is deployed in a utility box, warehouse, or multi-storey building, sub-GHz bands generally offer more reliable coverage.

Data rate: Higher-frequency bands support higher throughput. Wi-Fi at 2.4 GHz delivers tens of megabits per second; Bluetooth LE 5.0 reaches 2 Mbps; LoRa at 915 MHz delivers 0.3–37.5 kbps depending on spreading factor. For an IoT sensor sending a 20-byte packet every 10 minutes, LoRa's low data rate is irrelevant. For audio streaming or OTA firmware updates, it is not.

PCB layout and signal integrity: Once signal frequencies exceed roughly 100 MHz, traces carrying RF signals must be routed as controlled-impedance transmission lines — typically 50Ω — to prevent reflections and standing waves that waste power. The ground plane under the RF section must be solid and uninterrupted by splits or voids. See what is controlled impedance PCB design? for how trace geometry and dielectric thickness set impedance, and PCB power and ground plane design for the ground plane principles that directly apply to RF layout.

Antenna geometry: Sub-GHz antennas are large. A 433 MHz λ/4 wire is 17 cm — impractical on most compact boards. Solutions include external whip antennas via a U.FL or SMA connector, helical antennas (trade gain for compactness), or chip antennas. At 2.4 GHz, a PCB trace antenna fits on a 20×20 mm module footprint; at 5 GHz, a patch antenna is feasible on board. The clearance around the antenna from ground plane copper and nearby metal structures is specified by each antenna's datasheet and must be respected precisely — failing to do so detunes the antenna and reduces radiated efficiency.

Regulatory certification: Products with a radio transmitter require certification before sale. In Australia, this means compliance with ACMA's class licence conditions. In the EU, CE marking via ETSI standards applies. In the US, FCC Part 15 governs ISM-band devices. Using a pre-certified radio module greatly simplifies certification — your product still needs to be tested as a complete system (to confirm that the host PCB, enclosure, and firmware do not cause the module to radiate beyond its certified limits), but the radio front-end testing has already been done.

MCU and Module Selection for RF Products

The radio module or on-chip radio you select is constrained by your frequency band, power budget, and software stack. Common choices:

  • ESP32 — integrated 2.4 GHz Wi-Fi (802.11b/g/n) + Bluetooth 4.2/BLE 5.0; high throughput; suited to cloud-connected IoT devices where the product is mains powered or has a large battery.
  • nRF52 series — 2.4 GHz Bluetooth LE 5.x + Zigbee/Thread; excellent low-power BLE; coin-cell operation is practical with careful firmware design.
  • nRF9160 — LTE-M / NB-IoT in a SiP; for wide-area cellular IoT where LoRa or Wi-Fi coverage is unavailable.
  • STM32 + SX1262 — STM32 MCU paired with a LoRa transceiver for sub-GHz LoRaWAN applications; the SX1262 handles 915 MHz AU915 with high receive sensitivity (down to −148 dBm).

See how to choose a microcontroller for a structured decision framework across peripheral, power, and connectivity requirements.

For RF-enabled hardware products, Zeus Design's engineering team covers RF system design, PCB layout for radio modules, antenna selection, and ACMA/CE compliance strategy — contact Zeus Design to discuss your wireless product.

Design Considerations

  • 50Ω impedance throughout the RF path: the trace from the radio IC's RF pin to the antenna feed point must be a controlled-impedance 50Ω microstrip or coplanar waveguide. Any impedance mismatch creates a reflection (characterised by the voltage standing wave ratio, VSWR) that reduces power delivered to the antenna.
  • Antenna keep-out zone: the area around any antenna must be free of ground plane copper, signal traces, and metallic structures. The required clearance is specified per antenna in its datasheet — violating it detunes the antenna and can reduce radiated power by 3–6 dB or more.
  • Impedance matching network: between the radio IC's RF output and the antenna, most designs need a π or T matching network (a few inductors and capacitors, values from the IC's reference design) to transform the IC's output impedance to 50Ω. Copy the component values from the IC's datasheet reference design — substituting similar values without simulation will likely degrade performance.
  • Crystal accuracy: radio transceivers need a stable frequency reference. Crystal accuracy (in ppm) must be within the channel tolerance of the protocol. Using the crystal frequency, load capacitance, and series resistance values specified by the IC is not optional.
  • RF supply decoupling: the power supply pin of every radio IC needs low-ESR ceramic capacitors placed as close as possible to the pin, with values and layout matching the IC's datasheet — RF circuits are far more sensitive to supply noise than digital logic.

Common Mistakes

  • No continuous ground plane under the RF section: traces or components over a split ground plane, or areas with no plane at all, create impedance discontinuities that reflect RF energy and can cause the IC to fail radiated emissions testing.
  • Routing antenna over PCB ground plane: PCB trace antennas and chip antennas require the ground plane to be absent in the area below and around them. Placing ground copper — even on the back side — directly under the antenna detunes it.
  • Exceeding EIRP limits: adding a higher-gain external antenna to an already-certified module can take the EIRP above the class licence limit, making the product non-compliant without re-testing. Always calculate EIRP = Tx Power (dBm) + Antenna Gain (dBi) − Cable Loss (dB) and verify it stays within the band's regulatory limit.
  • Relying on RSSI alone for link quality assessment: in a congested 2.4 GHz environment, RSSI can appear healthy while SNR is poor due to interference. Monitor both, and consider frequency-hopping (BLE, Zigbee) or spread-spectrum modulation (LoRa) if coexistence with other 2.4 GHz devices is a concern in the deployment environment.

Frequently Asked Questions

What frequency range is considered RF?
RF covers roughly 3 kHz to 300 GHz. The ITU divides this into named sub-bands: MF (300 kHz–3 MHz), HF (3–30 MHz), VHF (30–300 MHz), UHF (300 MHz–3 GHz), SHF (3–30 GHz), and EHF (30–300 GHz). Most embedded wireless engineers work in the UHF range — the ISM bands at 433 MHz, 868/915 MHz, and 2.4 GHz cover Bluetooth, Wi-Fi, Zigbee, Thread, LoRa, and the majority of short-range wireless devices.
What does dBm mean in wireless communications?
dBm is power measured on a logarithmic scale relative to 1 milliwatt: 0 dBm = 1 mW, +10 dBm = 10 mW, +20 dBm = 100 mW, −10 dBm = 0.1 mW. A transmitter might output +20 dBm (100 mW), while the same signal 500 m away arrives at −85 dBm (about 3 picowatts). The log scale compresses this million-to-one range into numbers that are easy to add and subtract.
What is the difference between RSSI and SNR?
RSSI (Received Signal Strength Indicator) measures the total received power in dBm — a high RSSI (e.g. −40 dBm) means a strong signal. SNR (Signal-to-Noise Ratio) measures how far the signal sits above the noise floor. A strong but noisy environment can have a high RSSI and a low SNR simultaneously, making the link unreliable. LoRa uses spread-spectrum modulation to decode signals at SNR as low as −20 dB, which is the primary reason it achieves long range in congested bands.

References

Related Questions

Related Forum Discussions