27  Path Loss and Link Budgets

Turn Radio Physics Into a Link Decision

fundamentals
wireless
prop
path

27.1 In 60 Seconds

A wireless range claim is only useful when the budget behind it can be inspected. Path-loss and link-budget work turns radio terms into an auditable decision: what the link must achieve, what each gain or loss contributes, how much margin remains, and what site evidence proves it.

27.2 Start With the Story

Start with a sensor that works on the bench but fails after a wall, a shelf, interference, or a longer distance changes the radio path. The core idea in Path Loss and Link Budgets is simple: wireless propagation is about link margin, obstacles, frequency, fading, interference, antennas, and measured delivery rather than hope. This page focuses that idea on Wireless-propagation free-space path loss, log-distance models, the link-budget ledger, fade margin, RSSI interpretation. In everyday IoT, RSSI, SNR, retries, packet delivery, placement, and fade margin explain why a gateway location or band choice succeeds or fails. Start simple: write the distance, band, obstacles, antenna assumptions, and measured margin before choosing the radio plan.

27.5 Under the Hood: Path-Loss Math and Failure Modes

The deeper layer explains where the ledger numbers come from and how each one fails. Path loss is the row most often estimated wrongly, so it gets the most attention here.

The formulas are useful only when the assumptions are visible. Record the units, reference distance, receiver mode, antenna context, and environment class beside the number, because those choices decide whether another engineer can reproduce the estimate or find the mistake.

Free-Space Path Loss

Free-space path loss (FSPL) is the clean-air baseline: a clear line of sight, no walls, no reflectors, no people, and no detuning. For distance in kilometers and frequency in megahertz:

FSPL_dB = 20 log10(d_km) + 20 log10(f_MHz) + 32.45

Useful reference points at 1 km:

  • A 900 MHz-class signal: about 91.5 dB.
  • A 2.4 GHz signal: about 100 dB.
  • A 5 GHz signal: about 107 dB.

These are not range promises. They are clean-air reference points used before adding environment, antenna, installation, and reliability terms. The 20 log10 terms are exactly why doubling either distance or frequency adds about 6 dB.

Unit check. The constant 32.45 assumes kilometers and megahertz. If distance is in meters, convert first (30 m = 0.03 km). A correct equation with inconsistent units produces a wrong budget that still looks reasonable.

The Log-Distance Model (and the n/2 Trap)

Real environments grow loss faster than free space. The path-loss exponent n describes how quickly loss grows after a reference point. It does not mean “multiply the whole free-space loss by n / 2.” The safe review model is:

PL(d) = PL(d0) + 10 n log10(d / d0) + X_sigma
  • PL(d0) is measured or calculated loss at a reference distance such as 1 m.
  • n is the environment’s path-loss exponent.
  • X_sigma is shadowing variation from walls, people, vehicles, shelves, terrain, and layout changes.

Clear or Outdoor LOS

Use n near 2 only with a credible line-of-sight path and a mostly clear Fresnel region.

Office or Light Indoor

Use a larger exponent when furniture, partitions, people, and reflections make the path worse than clean air.

Obstructed or Industrial

Metal, dense walls, equipment, vehicles, and non-line-of-sight routes consume margin quickly and must be measured.

Example at 2.4 GHz, where free-space loss at 1 m is about 40 dB, evaluated at 30 m:

PL_free = 40 + 10(2.0) log10(30) = 69.5 dB PL_indoor = 40 + 10(3.2) log10(30) = 87.3 dB

The environment changes the distance-growth term. It does not turn 69.5 dB into 111 dB by multiplying the whole free-space result by 3.2 / 2.

Margin Has Three Layers

Raw Margin

P_rx - P_sensitivity. Only says the estimate is above the decode threshold.

Reserved Margin

The part held back for fading, shadowing, interference, antenna error, weather, and measurement uncertainty.

Verified Margin

The headroom left after realistic site measurements confirm the model under peak and normal conditions.

A negative available margin is a fail. A barely positive margin is a lab pass, not a robust deployment. Strong predicted margin still needs validation when the site has moving objects, metal, people, weather, interference, or changing layouts.

RSSI Is Not a Universal Grade

dBm is an absolute power unit. RSSI is a receiver-reported strength indicator that may be calibrated differently across chipsets and radio families, so the same RSSI can be healthy for one link and unusable for another.

  • Compare RSSI with the sensitivity of the exact receiver mode.
  • Compare RSSI with SNR, retry count, packet delivery, and time-of-day behavior.
  • Do not copy alert thresholds from a different radio technology.
  • Treat a single RSSI reading as a clue, not a deployment proof.

Example: -85 dBm means very different things at sensitivity -92 dBm (raw margin 7 dB) versus -120 dBm (raw margin 35 dB). High RSSI with poor delivery often points to interference or receiver overload; low RSSI with poor delivery points toward path loss, antenna, placement, or sensitivity.

The Review Record

A useful record answers: what delivery, latency, and availability must the link meet; what radio terms and receiver mode were used; which model or measurement supports the path-loss row; what margin was reserved; where and when RSSI, SNR, retries, and delivery were measured; and what condition forces a redesign.

Interactive Review

Log-Distance Knowledge Check

Common Pitfalls

  1. Multiplying FSPL by the path-loss exponent. Use the log-distance model from a reference point; multiplying the whole FSPL result by n / 2 greatly overstates loss and hides the assumption.
  2. Treating a closed spreadsheet as a released link. A spreadsheet shows the link might close; it does not prove mounting, clutter, interference, delivery, or seasonal variation.
  3. Forgetting receiver mode. Sensitivity changes with data rate, bandwidth, coding, and error target. Use the mode that ships.
  4. Copying RSSI thresholds across radios. A value that is weak for one link can be healthy for another with different sensitivity, bandwidth, modulation, and SNR.

At this depth, a link is a chain of limits: transmit power, antenna gain, path loss, environment, receiver sensitivity, reserved margin, and measured evidence. A trustworthy decision records each limit instead of trusting one optimistic range number.

27.6 Summary

  • Path loss is the baseline cost of distance, frequency, and environment; free-space loss is the clean-air reference and doubling distance or frequency each adds about 6 dB.
  • The log-distance model describes how loss grows from a reference distance in a real site; the exponent belongs in the distance term, never as an n / 2 multiplier on total FSPL.
  • A link budget adds gains, subtracts path and installation losses, compares the result with receiver sensitivity, and reserves margin for variation.
  • Margin has three layers: raw, reserved, and verified; only verified margin reflects real site evidence.
  • RSSI is meaningful only against the specific receiver’s sensitivity, SNR, and delivery, not as a universal grade.

27.7 Key Takeaway

A link budget connects transmit power, antenna gain, path loss, receiver sensitivity, and fade margin into one auditable decision. It is the first sanity check before promising wireless range, and the site measurement is the proof.

27.8 See Also

Radio Wave Basics for IoT

Review frequency, wavelength, and antennas before calculating loss.

Fading and RF Interference

See why reserved margin can disappear in the field and how to tell coverage from coexistence problems.

Practical Wireless Lab

Validate path-loss and margin assumptions against measured evidence.