LoRaWAN Communication

General

The LoRaWAN Interface is in compliance with the LoRa Alliance specifications, and is based on the LoRa transmission standards.

Using the LoRa protocol the device can reliably transmit data over large distances without permanent communication.

The interface constantly adapts to the optimal transmit and receive parameters individually to ensure a stable and reliable link to the LoRaWAN Gateway.

The status of the link to the LoRaWAN network is shown on the device’s display.

  • The LoRaWAN interface is compatible with LoRaWAN V1.0.2 and is a Class C

  • The required parameters and configuration of the LoRaWAN interface are permanently saved inside the device.

All devices are delivered with OTAA mode enabled, the DevEUI of the device is listed on the package and on the device itself.

Infrastructure

The Customer is responsible for a working LoRaWAN Infrastructure, a typical LoRaWAN infrastructure consists out of;

  • LoRaWAN Gateway

  • Network Server

If needed YOBIIQ can support customer with the selection and configuration of the infrastructure, this however is not covered by the normal support coverage.

YOBIIQ also supplies a turn-key LoRaWAN Infrastructure if Customer has no experience with the required infrastructure.

(Re)Join Requests

The LoRaWAN interface will perform automatic rejoin requests to the network as configured.

A Rejoin requests will always be sent once every 24 hours, this will allow for easy migrations to another LoRaWAN network.

As long as the device is not connected to a LoRaWAN network, the interface regularly tries to connect to a LoRaWAN network.

These Join requests occur randomly in a ~10 min time period to counteract bandwidth problems if multiple devices are in the same network.


Device Payloads

All data are based on following format(HEX), the Data field should follow big-endian:

Basic Information

The device sends basic information upon joining a network, and after a reboot.

The basic information is sent over fPort 50

Device Data

The SD1001 reports device data according to the Reporting Intverval (24 hours by default). If an alarm status changes the device will send an uplink immediately.

Downlink Commands

Device Configuration

The device supports downlink commands to configure the device, the application port is 50 by default.

Last updated