Introduction
Firmware management:
LoRa network management
Interfaces:
Gateway administration
Support and resources:
Introduction
Firmware management:
LoRa network management
Interfaces:
Gateway administration
Support and resources:
This is an old revision of the document!
To use a mote with SPN , the mote and the gateway need to be paired. To achieve this, two mechanisms are available: ABP or OTAA (see this page for further information about ABP and OTAA).
Each mechanism uses specific parameters. They need to be the same in both the mote and the station.
dev_eui
)
app_eui
)
app_key
)
dev_addr
)
nwk_skey
)
app_skey
)
Motes send packets to the gateway using different frequencies, at least 3 different ones (though one at a time). These frequencies must be configured and need to respect the regional parameters of the LoRaWAN specification.
To receive packets from the gateway, the motes open two receive windows after sending a packet. The first window uses the same frequency and radio settings as the one used to send the packet. The second window uses static parameters which need to be defined.
Most of the motes contain more than these parameters, however they are specific to each type of mote. Here are a few examples of parameters:
These parameters can or cannot be mandatory. Refer to the constructor datasheet for proper tuning.
When using OTAA mechanism, to pair a mote with the station, a “join” request needs to be initiated by the mote. Depending on the used mote, it can either be done automatically or manually. Check whether you need to trigger it yourself or not.