calc.engineer / LoRa & Meshtastic / LoRa Range Estimate
LoRa Range Estimate v1.0.0
Estimates LoRa maximum communication range by computing the free-space path loss (FSPL) link budget and applying terrain-dependent correction factors. Calculates total link budget from transmit power, antenna gains, and receiver sensitivity, then solves the FSPL equation for distance after subtracting terrain losses (0 dB open to 50 dB indoor). Returns estimated range in km, link margin at 1 km, and effective path loss. Useful for Meshtastic deployment planning and coverage mapping. Terrain corrections are empirical estimates; real-world range varies with elevation, foliage, and weather.
Fill in the inputs and Compute to see the structured result.
From an agent (MCP) or the API
curl -X POST https://calc.engineer/api/lora_range_estimate \
-H "Content-Type: application/json" \
-d '{"tx_dbm": …, "freq_mhz": …, "tx_gain_dbi": …}'MCP: connect to https://calc.engineer/mcp and call lora_range_estimate.
calc.engineer — free, MCP-native engineering tools.