Uplink and downlink messaging

LoRaWAN supports both uplink as downlink messaging; messages from end-device to the network are called uplink and network to end-device messages are called downlink. The most common way to use LoRaWAN is to use the uplink so a sensor can report any value to the Application Server. Under certain conditions it might be useful to use a downlink message to provide the sensor with an acknowledgment to make clear that the message has arrived in the network and will be forwarded to the Application Server.

Downlink messages can also be used to control settings of the sensor, for instance to adjust its update frequency or any other settings on the appliance. To make sure that this downlink has arrived an acknowledgment can be sent via the uplink, so the Application Server gets notified that the sensor has received its new settings. Another application of downlink messages could be to control an actuator like a valve or a lock.

The maximum number of messages per day is related to the fact that KPN operates the LoRa network in the unlicensed 868 MHz ISM band. The number of messages is limited due to the duty cycle and payload in combination with the quality offered by the network. The 868 MHz ISM band limits the use of a device to 1% of the time on air. Meaning a sensor sending a message which takes 1 second should be quiet for 99 seconds after that. The time on air itself is related to the message size and the distance to the gateway.

The closer the end-device is to the gateway the higher the data rate (and the lower the Spreading Factor used in the LoRa modulation). While being very close to the gateway the time on air will be minimum (low modulation overhead) and maximum payload can be used, so more messages per day can be supported. Because downlink capacity is shared across all talking end-devices this is more limited than upload messaging.

Last updated