calc.engineer / LoRa & Meshtastic / Meshtastic Range
Meshtastic Range v1.0.0
Estimates Meshtastic node communication range using real hardware profiles and firmware channel presets. Combines device-specific TX power and antenna gain (Heltec V3, RAK WisBlock, T-Beam, T-Beam Supreme, Station G2) with firmware modem presets (Long Fast, Long Slow, Very Long Slow, Medium, Short) to compute receiver sensitivity and FSPL-based range with terrain correction. Automatically populates LoRa parameters from device and channel selection, with optional overrides for custom antennas or power levels. Essential for Meshtastic deployment planning and node placement. Returns range, sensitivity, link budget, and the effective radio parameters used.
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/meshtastic_range \
-H "Content-Type: application/json" \
-d '{"device": …, "channel_preset": …, "terrain": …}'MCP: connect to https://calc.engineer/mcp and call meshtastic_range.
calc.engineer — free, MCP-native engineering tools.