Type something to search...
Why Wi-Fi won't power your sensors

Why Wi-Fi won't power your sensors

  • Engineering , Physics
  • 11 May, 2026

The dream: free radio energy

Imagine a world where sensors run with no batteries — they just scavenge the radio waves that flood the air around us. Wi-Fi, Bluetooth, cell towers, digital TV. Tens of megawatts of RF energy are flying around any city at every moment. What stops us from catching it?

The answer is one formula — the Friis transmission equation:

Pr = Pt · Gt · Gr · ( λ 4πd ) 2

Received power drops quadratically with distance and quadratically with frequency. That’s harsher than your intuition expects.

The two power killers

In log units the formula becomes clearer:

Pr [dBm] = Pt + Gt + Gr 20·log10 d 20·log10 f + 147.55

What this means:

  • Every doubling of distance costs −6 dB — power divides by 4.
  • Every doubling of frequency costs another −6 dB.
  • 24 GHz at 10 m loses about 28 dB more than 900 MHz at 1 m.

Rectifier diodes — the part that converts RF back into DC — have a sensitivity floor around −20 dBm (~10 µW). Anything below that, the diode simply doesn’t open and the captured RF just heats it up. It’s a physical wall, not a problem you optimize around.

A Wi-Fi router in the next room (100 mW transmitter, ~4 dBi antenna, 5 m away) puts roughly −28 dBm at a smartphone antenna — about six times less power than the simplest rectifier needs to start working.


Every parameter in Friis is a slider, and the consequences show up on four visualizations at once:

  • Log-log plot — Pᵣ as a function of distance for all four ISM bands simultaneously (900 MHz, 2.45 GHz, 5.8 GHz, 24 GHz). The yellow dashed line is the rectifier threshold; anything below it is wasted.
  • Top-down view — the circle inside which RF harvesting is still possible. Its radius is dₘₐₓ — the distance where Pᵣ exactly equals the threshold.
  • Harvest reach by band — horizontal bars comparing dₘₐₓ across all four bands under the same parameters. This is where the quadratic frequency penalty becomes viscerally obvious.
  • Link budget table — in radio-engineer style: Pₜ → EIRP → FSPL → Gᵣ → Pᵣ — each step in dB and in linear units.

Things worth trying

A few scenarios that show the physics most cleanly:

  1. “Dedicated 900 MHz power beacon” (1 W, 12 dBi antenna, −20 dBm threshold) — the optimistic case. Zone reaches ~65 m. It works, but you need a purpose-built transmitter. This is not your Wi-Fi.
  2. “24 GHz mmWave @ 5 m” — at nearly the same parameters, the zone collapses to ~1.4 m. Going from 900 MHz to 24 GHz costs ~28 dB — exactly what the formula promises.
  3. “Wi-Fi router, next room” — the ambient scenario most people imagine. At 5 m from a 100 mW router with modest gains, Pᵣ ≈ −28 dBm. The diode never opens. Harvesting fails even if your rectifier is ideal.
  4. Drop the Pₘᵢₙ slider to −40 dBm and below — watch the zone explode. This is the frontier modern low-Vₜ harvester ICs are pushing on; below −40 dBm the noise floor takes over and there’s nothing left to do.

The takeaway

RF harvesting is real, but it lives in a narrow corner of parameter space: short distances, low frequencies, high antenna gains, specialized rectifiers. “Battery-free IoT powered by ambient Wi-Fi” is, for now, more press release than engineering reality.

The formula is one line. The intuition behind it takes a few sliders to settle into your head. Hopefully this tool makes that a little easier.


If you found this useful, consider supporting my work

Tags:
  • Radio
  • Antennas
  • Friis
  • Rf
  • Wifi
  • Link budget
  • Energy harvesting
  • Visualization
  • Interactive
Share :

Related Posts

ANCHOR-FDTD: WebGPU Electromagnetic 2.5D Simulator

ANCHOR-FDTD: WebGPU Electromagnetic 2.5D Simulator

  • Engineering , Physics
  • 21 Apr, 2026

A browser-native 2.5D FDTD electromagnetic field simulator powered by WebGPU. No install, no backend — just open and simulate.

Read more
Three modes, one resonator: an interactive DRA explorer

Three modes, one resonator: an interactive DRA explorer

  • Engineering , Physics
  • 12 May, 2026

An interactive tool for building intuition about dielectric resonator antennas — modes, coupling, and the size–bandwidth tradeoff, all live in your browser.

Read more
Electromagnetic Field Visualization

Electromagnetic Field Visualization

  • Physics , 3D
  • 01 Mar, 2025

An interactive dipole radiation field visualized with Three.js arrow helpers — toggle between E-field and H-field views.

Read more
Kalman Filters Explained: From Baby Steps to Black Magic

Kalman Filters Explained: From Baby Steps to Black Magic

  • Engineering , Education
  • 07 Apr, 2026

A companion guide to KalmanSim — no PhD required. Predict-measure-update intuition, the LKF, EKF, UKF, and IMM, with worked examples and a live simulator.

Read more
Watching a microwave reflect off a step — in your browser

Watching a microwave reflect off a step — in your browser

  • Engineering , Physics
  • 12 May, 2026

A guided tour of an interactive 3D FDTD simulator running entirely on the GPU in your browser, with a live field animation, colormap chooser, and 3D landscape view.

Read more
Phased Array Pattern Explorer

Phased Array Pattern Explorer

  • Engineering , Physics
  • 17 May, 2026

An interactive browser-based simulator for phased antenna arrays — geometry, steering, tapers, and the impairments that ruin real systems.

Read more
Potik: a browser-based engineering simulator (think GNURadio meets Simulink)

Potik: a browser-based engineering simulator (think GNURadio meets Simulink)

  • Engineering , Simulation
  • 09 Apr, 2026

Block-diagram engineering simulation in a browser tab. WebAssembly math core, peer-to-peer streaming to your phone. Today: full DSP and radar. Tomorrow: control systems, and beyond.

Read more
Which RF rectifier topology wins? It depends on the power.

Which RF rectifier topology wins? It depends on the power.

  • Engineering , Physics
  • 12 May, 2026

An interactive tool comparing half-wave, Greinacher doubler, full-wave bridge, and Cockcroft–Walton rectifiers head-to-head from −30 dBm to +20 dBm.

Read more
Interactive 3D Surface Plot

Interactive 3D Surface Plot

  • 3D , Math
  • 01 Feb, 2025

A live interactive saddle surface rendered with Three.js — rotate, zoom, and explore the geometry in your browser.

Read more
How a Neural Network Learns: Step-by-Step Breakdown from Zero

How a Neural Network Learns: Step-by-Step Breakdown from Zero

  • AI , Education
  • 05 Apr, 2025

A step-by-step breakdown of neural network training with an interactive inspector: weights, gradients, backpropagation, softmax, loss function — everything from zero to 100% accuracy.

Read more