The device will immediately send a version packet report along with an uplink packet including temperature, humidity and
battery voltage.
The device sends data in the default configuration before any configuration is done.
Default setting:
MaxTime : Max Interval = 15 min = 900s
MinTime : Min Interval = 15 min = 900s (the current voltage value is detected every Min Interval)
BatteryChange: 0x01 (0.1V)
TemperatureChange:0x0064 (1℃)
HumidityChange:0x0064 (1%)
Data Storage Function
1. R718A01 has the function of temperature and humidity data storage, and the upper limit of stored data is 50 packets
(if more than 50 packets, the initially stored data will be overwritten. For example, the data in packet 51 covers packet 1,
and the data in packet 52 covers packet 2, and so on)
2. Users read the data they want to find by issuing command ”ReadBackUpDataReq”
3. When issuing the ReadBackUpDataReq command, the UplinkCounter is based on the serial number (Fcnt) on the network
server. For example, if fcnt = 51 on the network server, downlink port 12, 0100000033 *(33Hex = 51Dec)
4. If the fcnt belongs to a non-temperature and humidity packet or there is no fcnt, reply no found.
5. Only the temperature and humidity data are stored, others such as battery power and time data are not stored.
Note:
The device report interval will be programmed based on the default firmware which may vary.
The interval between two reports must be the minimum time.
Please refer Netvox LoRaWAN Application Command document and Netvox Lora Command Resolver
http://loraresolver.netvoxcloud.com:8888/page/index to resolve uplink data.