What Is RF (Radio Frequency)?
Table of Contents
What RF Is
Radio frequency (RF) is electromagnetic energy in the frequency range of about 3 kHz to 300 GHz. Within this range sit all the wireless technologies we use daily: AM/FM radio, cellular networks, WiFi, Bluetooth, GPS, NFC, and satellite communications. They all work by the same fundamental principle - oscillating electromagnetic fields propagating through space at the speed of light.
What makes RF useful for communication is that you can encode information onto it. By varying the amplitude, frequency, or phase of an RF signal, you can carry voice, data, video - anything that can be represented as ones and zeros. The receiver extracts the information by demodulating the signal back into its original form.
How RF Propagates
RF energy radiates outward from an antenna in all directions (for an omnidirectional antenna) or in a focused beam (for a directional antenna). As it travels, it weakens according to the inverse-square law: doubling the distance reduces the signal power to one-quarter.
RF signals interact with their environment in several ways:
- Reflection - signals bounce off large flat surfaces (walls, floors, metal objects). This creates multipath, where the receiver gets multiple copies of the signal arriving at different times.
- Absorption - materials absorb RF energy, converting it to heat. Water (including human bodies), brick, and concrete absorb 2.4GHz energy significantly.
- Diffraction - signals bend around obstacles. Lower frequencies diffract more, which is why AM radio (around 1 MHz) can reach behind hills while 5GHz WiFi struggles with walls.
- Scattering - small objects relative to the wavelength scatter the signal in multiple directions. Foliage, rain, and furniture cause scattering.
graph TD
subgraph "RF Interactions with Environment"
SIG["RF Signal"] --> REF["Reflection
Bounces off walls"]
SIG --> ABS["Absorption
Blocked by materials"]
SIG --> DIF["Diffraction
Bends around obstacles"]
SIG --> SCA["Scattering
Disperses off objects"]
end
RF signals interact with the environment through reflection, absorption, diffraction, and scattering.
Frequency and Wavelength
Frequency and wavelength are inversely related: wavelength = speed of light / frequency. Higher frequency means shorter wavelength. This relationship determines much of RF behavior:
- 2.4 GHz WiFi has a wavelength of about 12.5 cm - similar in size to common obstacles, causing significant interaction with the environment
- 5 GHz WiFi has a wavelength of about 6 cm - shorter, which means less obstacle penetration but more available bandwidth
- Bluetooth (also 2.4 GHz) shares the same frequency band as WiFi, which is why they can interfere with each other
Lower frequencies penetrate walls better, travel farther, but carry less data. Higher frequencies carry more data but are attenuated more easily by obstacles. This is the fundamental trade-off in wireless system design.
The 2.4GHz Band
The 2.4 GHz ISM (Industrial, Scientific, Medical) band runs from 2.400 to 2.4835 GHz. It is one of the most congested radio bands on earth because it is unlicensed - anyone can use it without a radio license, as long as they stay within power limits.
What shares this band: WiFi (802.11b/g/n/ax), Bluetooth, Zigbee, microwave ovens (which leak 2.45 GHz energy), baby monitors, wireless game controllers, drone controllers, and some cordless phones. In a dense apartment building, dozens of WiFi networks, hundreds of Bluetooth devices, and various other transmitters all compete for the same 83.5 MHz of spectrum.
The BLEShark Nano operates entirely in the 2.4 GHz band. Its WiFi features (scanning, deauth detection, captive portal) use the WiFi portion of the band. Its BLE features (scanning, BLESpam, Bad-BT) use the Bluetooth portion. Its ESP-NOW mesh also operates at 2.4 GHz. Understanding the RF environment at 2.4 GHz is the foundation for understanding everything the Nano does.
RF in Security Research
Wireless security research is fundamentally RF research. Every wireless attack exploits properties of radio communication: deauth attacks send forged management frames over the air, evil twins broadcast fake beacon frames on the same frequency as the target, BLE spam floods the advertising channels with junk packets.
Understanding RF propagation explains why attacks have limited range (the signal weakens with distance), why walls provide some protection (absorption), and why positioning matters (line of sight vs multipath). The BLEShark Nano's WiFi and BLE scanners are RF receivers that capture and decode signals from the 2.4 GHz environment.