Skip to main content

Parameters configuration

Any parameter can be remotely modified with a downlink LoRaWAN message. Such messages are built according to the following format:

Byte 0Byte 1Byte2Byte 3-6
0x0BACKParameter IDNew value [31-00]

It is possible to modify up to 5 parameters in the same message by using the following format:

  Parameter 1Parameter 1Parameter 2Parameter 2
Byte 0Byte 1Byte 2Byte 3-6Byte 7Byte 8-11
0x0BACKParameter ID 1New value 1 [31-00]Parameter ID 1New value 1 [31-00]

ACK: Acknowledge token. Refer to the section Acknowledge token Max value is 0x0F.

For details on available parameters, their identifiers and their values, please visit here.

Persistence: This configuration is initially modified in the device RAM in order to minimize number of flash writes in case of multiple concatenated commands. After 5 seconds, the last RAM configuration (including any other changes from remote or CLI commands) is saved to flash and will be used if the device resets.