How the Kaonic Range Tool computes link quality and connection probability
The tool predicts RF link quality between Kaonic nodes using:
Used for distances below the critical distance (typically short links):
FSPL(dB) = 20·log₁₀(d) + 20·log₁₀(f) + 20·log₁₀(4π/c)
Where d = distance (m), f = frequency (Hz), c = 299,792,458 m/s.
Used for distances beyond the critical distance (ground-bounce dominates):
PL(dB) = 40·log₁₀(d) − 10·log₁₀(G·hₜ²·hᵣ²)
Where G = combined antenna gain (linear), hₜ, hᵣ = antenna heights (m).
Transition point between FSPL and two-ray:
d_c = 4π·hₜ·hᵣ / λ
Where λ = wavelength. Below d_c we use FSPL; above it we use two-ray.
Received power at the antenna:
P_r(dBm) = P_t + G_t + G_r − PL
P_t = transmit power (dBm), G_t, G_r = antenna gains (dBi). Default gain: 3 dBi per antenna.
The ray between two antennas is sampled at 40 points. At each point we check:
If either condition fails, the link is marked NLOS (non-line-of-sight).
| Effect | Loss |
|---|---|
| NLOS (obstructed path) | +25 dB |
| Polarization mismatch | −20·log₁₀(|cos(Δθ)|) |
| Clutter (trees, foliage) | User-configurable (default 3 dB) |
Polarization loss: 0° = aligned (no loss), 90° = cross-polarized (≈20 dB loss).
We model shadowing as log-normal with standard deviation σ = 8 dB. The probability that received power exceeds the receiver sensitivity is:
P_conn = Φ((P_r − P_sens) / σ)
Where Φ = standard normal CDF, P_sens = sensitivity (dBm) for the chosen MCS. The displayed percentage is P_conn × 100.
| Band | Frequency | MCS options (sensitivity dBm) |
|---|---|---|
| Sub-GHz | 868 MHz | MCS2 (−111) … MCS6 (−101) |
| 2.4 GHz | 2400 MHz | MCS0 (−112.5) … MCS6 (−92.5) |
The tool evaluates all radio pairs and reports the best link (highest connection probability).
| Parameter | Value |
|---|---|
| Shadowing σ | 8 dB |
| Fresnel clearance (terrain) | 1 m |
| Building clearance | 2 m above roof |
| Default antenna gain | 3 dBi |
Note: Results are planning estimates. Actual performance depends on site-specific conditions, antenna placement, and interference.
← Back to Kaonic Range Tool