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
  • Generic Device Data
  • Internal Temperature Sensor
  • Temperature and Humidity Sensor
  1. Generic Data
  2. V2.2.0

Generic Device Data Registers

Generic Device Data

The following registers contain data with regards to the device.

Descriptive Name
Address
R/W
Default
Comment

Status

0x64

R

1 byte; Uint8 Status of the device.

Manufacturer

0x65

R

YOBIIQ B.V.

Returns the manufacturer of the device

OEM

0x66

R

YOBIIQ B.V.

Returns the name of the customer for which the OEM version was made

Model

0x67

R

Returns the model of the device

Serial Number

0x68

R

4 bytes; Uint32 Serial number of the device

Firmware Version

0x69

R

Returns the firmware version (2 bytes)

Hardware Version

0x6A

R

Returns the hardware version (2 bytes)

External Power Status

0x6B

R

1 byte; Uint8 0x00 : AC Not Present 0x01 : AC Present

Battery Voltage

0x6C

R

1 byte; Uint8 Battery Voltage x 10

Battery Percentage

0x6D

R

1 byte; Uint8 Battery percentage

Password

0x6E

R/W

Password for logging on the device using Toolbox (possibility to change password within Toolbox)

Restart

0x6F

W

Restart the device ( Write 0x01 to reboot the device)

Internal Temperature Sensor

The internal temperature sensor is fitted to protect the device against overheating, the temperature/humidity values are not considered to be usefull for any other means.

Descriptive name
Address
R/W
Default Value
Comment

Temperature Error

0x78

R

Returns the current alarm state. 0 = No Error 1 = Error

Number of temperature alarms

0x79

R

4 bytes; Uint32 Saved in flash memory, non-resetable.

Internal Circuit Temperature

0x7A

R

2 bytes; Int16 Internal Circuit temperature x 100

Internal Circuit Humidity

0x7B

R

1 byte; Uint8 Internal Circuit Relative humidity

The temperature error is activated if the measured temperature or humidity exceeds the listed operation conditions.

Temperature and Humidity Sensor

Some of our devices are equipped with a Temperature and Humidity sensor to reflect ambient environment measurements.

Descriptive name
Address
R/W
Default Value
Comment

Ambient Temperature

0x82

R

2 bytes; Int16 Ambient temperature measurement value x 100

Ambient Humidity

0x83

R

1 byte; Uint8 Ambient Relative humidity measurement value.

PreviousDownlinksNextLoRaWAN Data Registers

Last updated 5 months ago