netvox RA08D (S) Series User Manual

Wireless multi-sensor device

Advertisement

Quick Links

RA08Dxx(S) Series
Wireless Multi-Sensor Device
Wireless Multi-Sensor Device
RA08Dxx(S) Series
User Manual
Copyright©Netvox Technology Co., Ltd.
This document contains proprietary technical information which is the property of NETVOX Technology. It shall be maintained in strict confidence and shall not
be disclosed to other parties, in whole or in part, without written permission of NETVOX Technology. The specifications are subject to change without prior
notice.

Advertisement

Table of Contents
loading

Summary of Contents for netvox RA08D (S) Series

  • Page 1 This document contains proprietary technical information which is the property of NETVOX Technology. It shall be maintained in strict confidence and shall not be disclosed to other parties, in whole or in part, without written permission of NETVOX Technology. The specifications are subject to change without prior...
  • Page 2: Table Of Contents

    Table of Contents 1. Introduction ....................2 2. Appearance ....................3 3. Features ...................... 4 4. Setup Instruction ..................4 4.1 On/Off ....................4 4.2 Network Joining ................. 4 4.3 Function Key ..................5 4.4 Sleeping Mode ................... 5 5. Data Report ....................6 5.1 Example of ReportDataCmd ..............
  • Page 3: Introduction

    1. Introduction RA08Dxx(S) series is a multi-sensor device that helps users monitor air quality. With temperature/humidity, CO , PIR, air pressure, illuminance, TVOC, PM2.5, CH O, O , CO, and NH S sensors equipped in one device. In addition to RA08Dxx, we also have the RA08DxxS series.
  • Page 4: Appearance

    2. Appearance RA08Dxx RA08DxxS Light Sensor Indicator Function Key Mounting Bracket...
  • Page 5: Features

    3. Features ⚫ Powered by DC 12V adapter ⚫ SX1262 wireless communication module ⚫ Compatible with LoRaWAN Class A device ⚫ Frequency hopping spread spectrum ⚫ Support third-party platforms: Actility/ThingPark, TTN, MyDevices/Cayenne 4. Setup Instruction 4.1 On/Off Power on Connect to power supply. Turn on The green indicator flashes once.
  • Page 6: Function Key

    4.3 Function Key Turn off and Restart Long press the function key for 5 seconds and the green indicator flashes 10 times. Press and hold for 5 seconds Release the function key and the green indicator flashes 10 times. The green indicator remains off: Fail Reset to factory setting / Turn off Press and hold for 10 seconds The green indicator flashes 20 times: Success...
  • Page 7: Data Report

    5. Data Report After powering on, the device would refresh the information on the screen and send a version packet report along with an uplink packet. The device sends data based on the default configuration before any configuration is done. Please do not send commands without turning on the device.
  • Page 8: Example Of Reportdatacmd

    // The interval of data packets would be 10 seconds by default. // When the ack = 0x01, the intervals would be 30 seconds. Note: Please refer Netvox LoRaWAN Application Command document and Netvox Lora Command Resolver http://www.netvox.com.cn:8888/cmddoc to resolve uplink data.
  • Page 9 Device Report Device NetvoxPayLoadData Type Type Occupy Battery Temperature Humidity (1Byte) 0x01 (1Byte) (Signed 2Bytes) (2Bytes) (2Bytes) 0:Un Occupy unit:0.1V unit:0.01°C unit:0.01% Unit:1ppm 1: Occupy Battery AirPressure Illuminance 0x02 (1Byte) (4Bytes) (3Bytes) unit:0.1V unit:0.01hPa unit:1Lux Battery PM2.5 PM10 TVOC 0x03 (1Byte) (2Bytes) (2Bytes)
  • Page 10 Bit22:H2SHighThresholdAlarm, Bit23:H2SLowThresholdAlarm, Bit24:NH3HighThresholdAlarm, Bit25:NH3LowThresholdAlarm, Bit26-31:Reserved Battery Reserved 0x06 (1Byte, (2Bytes,Unit:0.01ppm) (2Bytes,Unit:0.01ppm) (3Byte,fixed 0x00) unit:0.1V) Uplink: Data #1 01A00100097A151F020C01 byte (01): Version byte (A0): DeviceType 0xA0 - RA08D Series byte (01): ReportType byte (00): Battery-DC power supply byte (097A): Temperature-24.26℃, 97A (Hex)= 2426 (Dec), 2426*0.01℃ = 24.26℃ byte (151F): Humidity-54.07%, 151F (Hex) = 5407 (Dec), 5407*0.01% = 54.07% byte (020C): CO -524ppm , 020C (Hex) = 524 (Dec), 524*1ppm = 524ppm...
  • Page 11 Data #4 01A00400000AFFFFFFFF00 byte (01): Version byte (A0): DeviceType 0xA0 - RA08D Series byte (04): ReportType byte (00): Battery-DC power supply (000A): HCHO-10ppb, 000A (Hex) = 10 (Dec), 10 * 1ppb = 10ppb byte (FFFF): O -FFFF (N/A) byte (FFFF): CO-FFFF (N/A) byte (00): Reserved Data #5 01A0050000000001000000 byte (01): Version...
  • Page 12: Example Of Configurecmd

    FPort: 0x07 Bytes Var (Fix = 9 Bytes) CmdID DeviceType NetvoxPayloadData CmdID– 1 byte DeviceType– 1 byte – Device Type of Device The devicetype is listed in Netvox LoRaWAN Application Devicetype.doc NetvoxPayLoadData– var bytes (Max=9bytes) Device Description Device NetvoxPayloadData Type ConfigReport...
  • Page 13 (1) Configure device parameters MinTime = 900s (0x0384), MaxTime = 900s (0x0384) Downlink: 01A0038403840000000000 Response: 81A0000000000000000000 (Configuration success) 81A0010000000000000000 (Configuration failure) (2) Read device configuration parameters Downlink: 02A0000000000000000000 Response: 82A0038403840000000000 (Current configuration) (3) Calibrate CO sensor parameters Downlink: 03A00103E8000000000000 //Choose Target-calibrations (calibrate as the CO level reaches 1000ppm) (CO level could be configured)
  • Page 14: Readbackupdata

    5.3 ReadBackUpData FPort: 0x0C Description Payload ReadBackUpData 0x01 Index(1Byte) ReadBackUpData 0x81 None RspWithOutData Occupy Temperature Humidity ReadBackUpData (1Byte illuminance 0x91 (Signed 2Bytes, (2Bytes, RspWithDataBlock (2Byte, 1ppm) 0:Un Occupy (3Bytes,unit:1Lux) unit:0.01°C) unit:0.01%) 1: Occupy) ReadBackUpData AirPressure TVOC Reserved 0x92 RspWithDataBlock (4Bytes,unit:0.01hPa) (3Bytes, unit:1ppb) (3Bytes,fixed 0x00) PM2.5...
  • Page 15 Data #4 9400010000000000000000 1st byte (94): CmdID byte (0001): H S-0.01ppm, 001 (Hex) = 1(Dec), 1* 0.01 = 0.01ppm byte (0000): NH -0ppm byte (000000000000): Reserved...
  • Page 16: Example Of Globalcalibratecmd

    5.4 Example of GlobalCalibrateCmd FPort: 0x0E Sensor Description CmdID PayLoad (Fix =9 Bytes) Type Channel (1Byte) Multiplier Divisor DeltValue Reserved SetGlobalCalibrate 0x01 0_Channel1 (2bytes, (2bytes, (2bytes,Signed) (2Bytes,Fixed 0x00) 1_Channel2,etc Unsigned) Unsigned) Channel (1Byte) Status Reserved SetGlobalCalibrate 0x81 0_Channel1 (1Byte, (7Bytes,Fixed 0x00) 1_Channel2,etc 0x00_success) below...
  • Page 17 (3) Calibrate the RA08D CO sensor by decreasing 100ppm SensorType: 0x06; channel: 0x00; Multiplier: 0x0001; Divisor: 0x0001; DeltValue: 0xFF9C SetGlobalCalibrateReq: Downlink: 01060000010001FF9C0000 Response: 8106000000000000000000 GetGlobalCalibrateReq: Downlink: 0206000000000000000000 Response: 82060000010001FF9C0000 (4) ClearGlobalCalibrateReq: Downlink: 0300000000000000000000 Response: 8300000000000000000000...
  • Page 18: Set/Getsensoralarmthresholdcmd

    5.5 Set/GetSensorAlarmThresholdCmd FPort: 0x10 CmdID CmdDescriptor Payload (10Bytes) (1Byte) SensorType(1Byte, 0x00_Disable ALL SensorthresholdSet 0x01_Temperature, 0x02_Humidity, 0x03_CO2, SensorHighThreshold SensorLowThreshold Channel(1Byte, 0x04_AirPressure, (4Bytes,Unit:same as (4Bytes,Unit:same as SetSensorAlarm 0x00_Channel1, 0x05_illuminance, 0x01 reportdata in fport6, reportdata in fport6, ThresholdReq 0x01_Channel2, 0x06_PM2.5, 0Xffffffff_DISALBLEr 0Xffffffff_DISALBLEr 0x02_Channel3,etc) 0x07_PM10, HighThreshold) HighThreshold)
  • Page 19: Set/Getnetvoxlorawanrejoincmd

    (3) Disable all sensor thresholds. (Configure the Sensor Type to 0) Downlink: 0100000000000000000000 Response: 810000000000000000000 5.6 Set/GetNetvoxLoRaWANRejoinCmd (To check if the device is still in the network. If the device is disconnected, it will automatically rejoin back to the network.) Fport: 0x20 CmdID CmdDescriptor...
  • Page 20: Co Sensor Calibration

    7. CO Sensor Calibration (1) Target Calibration Target concentration calibration assumes that sensor is put into a target environment with a known CO concentration. A target concentration value must be written to Target calibration register. (2) Zero Calibration Zero-calibrations are the most accurate recalibration routine and are not at all affected performance-wise by having an available pressure sensor on host for accurate pressure-compensated references.
  • Page 21: Important Maintenance Instructions

    8. Important Maintenance Instructions Kindly pay attention to the following in order to achieve the best maintenance of the product: • Do not put the device near or submerge into water. Minerals in rain, moisture, and other liquids could cause corrosion of electronic components.

Table of Contents