TX · 27 dBm · 915 MHz
MODEL · LOG-DIST · n=2.7
RX · LINK OK · -78 dBm
drag the receiver or buildings
Radio Parameters
Strong
Usable
Below threshold
Path loss exponent (n)
—
Free-space PL @ 1 km
—
Coverage radius
—
Coverage area
—
RX link margin
—
Pump House Sensor
Critical industrial telemetry node. Requires > -100 dBm to maintain reliable LoRa packet delivery to the gateway.
RSSI: −78 dBm · Margin: +17 dB
Log-Distance Path Loss
RSSI = Ptx + Gtx + Grx
− PL(d) − Lobs
PL(d) = PL(d₀)
+ 10·n·log10(d/d₀)
What the API call looks like
POST https://api.geog.ai/v1/simulate/rf_coverage
{
"node": {
"device_id": "rf_node_017",
"antenna_height_m": 12.0,
"frequency_mhz": 915,
"tx_power_dbm": 27,
"antenna_gain_dbi": 8
},
"rssi_threshold_dbm": -95,
"model": "auto",
"grid_resolution_m": 50,
"max_range_m": 8000
}
This demo runs entirely in your browser using a log-distance path-loss kernel — no API calls made. The production geog.ai RF engine adds NTIA Longley-Rice terrain integration, real DEM raster lookups, per-link Fresnel-zone analysis, and a calibration loop that refines the path-loss exponent from observed packet loss rates.