How it Works
The simulator places a LoRaWAN gateway at the centre of a map (click to reposition). IoT nodes are scattered randomly. For each node, the path loss is calculated using the Okumura-Hata model, and the received signal strength is compared to the SF-dependent sensitivity threshold.
Frequently Asked Questions
What is LoRaWAN?
LoRaWAN (Long Range Wide Area Network) is an LPWAN protocol using LoRa modulation to connect battery-powered IoT devices over long distances (up to 15 km rural, 2-5 km urban) with very low power consumption — sensors can run years on a single battery.
What is the spreading factor in LoRa?
The spreading factor (SF7-SF12) controls how many chirps encode each symbol. Higher SF increases range and receiver sensitivity by ~2.5 dB per step, but halves the data rate and doubles air-time, increasing duty-cycle usage.
What is the LoRaWAN link budget?
The link budget is RSSI = P_tx + G_ant_tx − L_path + G_ant_rx. For LoRaWAN at 868 MHz, receiver sensitivity ranges from −123 dBm (SF7) to −137 dBm (SF12), giving link budgets of 154-168 dB including antenna gains.
What is the Okumura-Hata path loss model?
The Okumura-Hata model predicts path loss in urban/suburban environments: L = 69.55 + 26.16 log(f) − 13.82 log(hb) + (44.9 − 6.55 log(hb)) log(d). Parameters: f=frequency in MHz, hb=base station height, d=distance in km.
What is RSSI in LoRaWAN?
RSSI (Received Signal Strength Indicator) measures the received power in dBm. LoRa gateways need RSSI above the SF-dependent sensitivity threshold to successfully decode packets. Below threshold, the packet is lost.
What data rates does LoRaWAN support?
LoRaWAN data rates range from 0.3 kbps (SF12, BW125) to 50 kbps (SF7, BW500). The standard EU plan uses BW125 giving 0.3-5.5 kbps. Lower SF yields higher throughput but requires stronger signal level.
How many devices can a LoRaWAN gateway support?
A single LoRaWAN gateway can serve thousands of devices because each transmission is brief (0.1-2 seconds). Gateways use 8-channel concentrators to listen on multiple frequency channels simultaneously.
What is the LoRaWAN duty cycle limitation?
In Europe (868 MHz), devices must respect 1% duty cycle per sub-band, limiting transmission to 36 seconds per hour. This constraint bounds sensor reporting frequency and must be factored into network design.
What is ADR (Adaptive Data Rate) in LoRaWAN?
ADR allows the network server to optimise each device's SF and transmit power. Close devices drop to SF7 for high throughput; distant devices use SF12 for maximum range. This improves network capacity utilisation.
What are typical LoRaWAN deployment environments?
LoRaWAN is used for smart metering, agricultural monitoring, smart city parking, asset tracking, environmental sensing, and industrial IoT. Rural deployments achieve 10-15 km; urban deployments typically 1-3 km per gateway.