calc.engineer / LoRa & Meshtastic / LoRa Airtime
LoRa Airtime v1.0.0
Calculates LoRa packet time-on-air using the Semtech AN1200.13 formula. Computes symbol duration, preamble time, payload symbol count, effective data rate, and the minimum transmission interval for 1% duty cycle compliance. Essential for capacity planning in LoRaWAN and Meshtastic mesh networks. Accepts spreading factor (SF7-SF12), bandwidth (125/250/500 kHz), coding rate (4/5-4/8), payload size, header mode, CRC, and optional low data rate optimization. Feeds airtime_ms to channel_utilization for mesh load analysis.
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_airtime \
-H "Content-Type: application/json" \
-d '{"sf": …, "bw_khz": …, "cr": …}'MCP: connect to https://calc.engineer/mcp and call lora_airtime.
calc.engineer — free, MCP-native engineering tools.