Welcome
LoRaWAN Stack
LoRaWAN Stack
  • Generic Data
    • V2.2.0
      • LoRaWAN Communication
        • Payloads
          • Uplinks
          • Downlinks
      • Generic Device Data Registers
      • LoRaWAN Data Registers
  • Firmware Updates Over The Air (FUOTA)
    • Basic Fuota
  • Relay Support
Powered by GitBook
On this page
  • Restart Device
  • Device Parameter Reading
  • Periodic Transmissions
  1. Generic Data
  2. V2.2.0
  3. LoRaWAN Communication
  4. Payloads

Downlinks

Restart Device

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

Channel
Type
Description

ff

6f (Reboot)

1 Byte, Uint8 01 => Reboot the device

ff

a2 (Restart)

1 Byte, Uint8

01 => Restart the LoRaWAN Interface.

Example

To restart the LoRaWAN interface you send the following HEX payload over fPort 50.

ff0b01
// ff -> channel -> ff
// a2 -> type -> Restart LoRaWAN Interface
// 01 -> action -> Restart

Device Parameter Reading

The device supports downlink commands to read its readable parameters, the application port is 100 by default.

Channel
Type
Description

FF

CC (Read Parameter)

Maximum of 10 parameter types (only readable parameters)

Example

To read the model, serial number and battery percentage you send the following HEX payload over fPort 100.

xxxxxxxx
// xx
// xx
// xx

Periodic Transmissions

Configuration of the periodic transmissions is added in the respective user manual of the underlying device.

PreviousUplinksNextGeneric Device Data Registers

Last updated 5 months ago