Beacon
Understanding RF Beacons
The concept of a beacon is as old as radio itself: a known signal transmitted from a known location that receivers can use for reference. In aviation, Non-Directional Beacons (NDBs) have guided aircraft since the 1930s using simple AM transmissions on LF/MF frequencies that can propagate hundreds of nautical miles. Modern beacons are far more sophisticated but serve the same fundamental purpose: providing a reference for identification, timing, frequency, direction, or position.
In wireless networks, beacons perform critical management functions. A WiFi access point transmits a beacon frame every 100 ms (configurable) announcing its SSID, supported data rates, security capabilities, and timing information. This periodic broadcast enables passive scanning: a client can discover all nearby networks by listening for beacons on each channel. In 5G NR, the SSB (Synchronization Signal Block) serves as the cell's beacon, carrying synchronization signals and broadcast information swept across multiple beam directions to support beam-based access at mmWave frequencies.
Beacon Link Budget
Prx = Ptx + Gtx + Grx − FSPL − Lmisc
Free-space path loss:
FSPL = 20 log(d) + 20 log(f) + 32.44 dB
(d in km, f in MHz)
BLE positioning (RSS):
d = 10(RSSIref − RSSI) / (10n)
n = 2.0 (free space), 2.5-4.0 (indoor)
RSSIref = −59 dBm @ 1 m
5G SSB detection threshold:
SS-RSRP ≥ −156 dBm/SCS (15 kHz)
Requires ≈ −6 dB SNR
Beacon Type Comparison
| Beacon Type | Frequency | Power | Range | Interval | Purpose |
|---|---|---|---|---|---|
| NDB | 190-535 kHz | 25 W-2 kW | 200+ nm | Continuous | Aviation navigation |
| ELT/EPIRB | 406 MHz | 5 W | Global (sat) | 50 s burst | Emergency rescue |
| WiFi | 2.4/5/6 GHz | 100 mW | 50-100 m | 100 ms | Network discovery |
| BLE | 2.4 GHz | 1-10 mW | 10-30 m | 100-1000 ms | Indoor positioning |
| 5G SSB | Sub-6/mmWave | Per beam | Cell radius | 5-160 ms | Cell search, beam mgmt |
Frequently Asked Questions
What types of RF beacons exist?
Navigation (NDB 190-535 kHz, VOR 108-118 MHz), emergency (ELT/EPIRB 406 MHz, COSPAS-SARSAT detection), satellite (CW tracking tones), wireless network (WiFi management frames every 100 ms, BLE advertising at 2.4 GHz), and cellular (5G NR SSB with PSS, SSS, and PBCH for cell search across up to 64 beamformed directions at mmWave).
How do 5G NR SSB beacons work?
Each SSB occupies 240 subcarriers × 4 OFDM symbols, carrying PSS (3 sector IDs), SSS (336 cell IDs, 1008 total), and PBCH (Master Information Block). At mmWave, up to 64 SSBs sweep all directions in a 5 ms burst. UEs measure RSRP per SSB index and report best beams for initial access. Periodicity: 5 to 160 ms configurable.
How is beacon signal strength used for positioning?
BLE uses RSS with path loss model: distance = 10^((RSSI_ref − RSSI)/(10n)), n = 2.0-4.0 indoor. With 3+ beacons, trilateration achieves 1-3 m accuracy. WiFi RTT measures round-trip time for sub-meter accuracy. 5G NR uses DL-TDOA with SSB/PRS beacons targeting sub-meter accuracy for industrial IoT and positioning-as-a-service.