specification


[PDF]specification - Rackcdn.com9b54c437a0e032d4eb32-010f1da83de0c62ea8c11f5612b46edb.r27.cf3.rackcdn.co...

1 downloads 104 Views 280KB Size

SPECIFICATION Product Name: Integrated Air Quality Sensor Module Item No.: AM4100-E Version: V0.1 Date: November 01, 2018

Writer Mei Yang

Audit

Approved

Revision No.

Version

www.gassensor.com.cn

Content

Reviser

Date

1/9

Integrated Air Quality Sensor Module AM4100-E

Applications Outdoor air quality monitoring ▪ PM1.0, PM2.5, PM10 ▪ CO2/VOC/temperature/humidity

Description AM4100-E is an integrated air quality sensor module, able to detect outdoor door particle concentration, CO2 concentration, VOC, RHT and output real-time real time measurement data. It is with stable performance, compact structure design, multi-function function and optional connection ways.

Features ▪ Highly integrated with sensors including laser particle, NDIR CO2, TVOC, temperature and humidity for option ▪ High accuracy and stable performance 2

▪ Digital interface UART/I C(customized) (customized) ▪ Easy to install and easy to debug ▪ With voltage regulator design and EMC compliant, strong anti-static anti ability

Working Principle ▪ The PM sensor integrated adopts laser scattering technology to detect PM1.0, PM2.5, PM10 mass concentration ▪ The CO2 sensor integrated adopts NDIR technology to detect outdoor CO2 concentration ▪ The TVOC sensor is based on semiconductor principle ▪ The RH&T sensor integrated adopts capacitance resistance materials to detect outdoor RH&T

www.gassensor.com.cn

2/9

Specifications

Integrated Outdoor Air Quality Sensor Specification CO2: NDIR technology Operating principle

PM: laser scattering technology VOC: semiconductor PM: 0~1000μg/m³ CO2: 0~5000ppm

Measurement range

VOC: 0~3 level Temperature:-20℃~60℃ RH: 30%~80% RH (non-condensing) PM1.0/PM2.5: ≤ 100 μg/m³: ±15μg/m³; >100 μg/m³:±15% of reading PM10: ≤ 100 μg/m³: ±30μg/m³; >100 μg/m³: ±30% of reading

Particle measurement accuracy

Condition: 25℃±2℃, 50±10%RH Reference instrument: GRIMM Dust source: smoke and Arizona A1 dust

CO2 measurement accuracy

±(50ppm+5% of reading) (25℃±2℃, 50±10%RH)

Temperature accuracy

±1℃

Relative humidity accuracy

±5%RH

PM time to first reading

≤8s

CO2 warming up time

120s

Working condition

-25~60℃, 30%~80% RH (non-condensing)

Storage condition

-30~70℃, 0~95%RH

Working voltage

DC 5V±0.1V, ripple wave < 50mV

Average working current

<300mA (VOC:<80mA/CO2:<120mA/PM2.5:<80mA)

Standby consumption

≤1.5W

Signal output

UART_TTL (3.3V TTL), I C can be customized

Dimensions

72*61*25.3 mm

2

PM: under ambient temperature and pressure, in the condition of Life span

continuous use, lifespan is 37000 hours. Lifespan could be prolonged by controlling working time interval of the optical source. CO2: ≥8-10 years

www.gassensor.com.cn

3/9

Dimensions and Connector 1. Dimensions and Connector (Unit mm, tolerance ±0.2 mm)

2. I/O Connector Pinout No.

Pin

Description

1

TX

UART(Sending) (+3.3V TTL level)

2

RX

UART(Receiving) (+3.3V V level)

3

+5V

Power supply input (+5V)

4

GND

Power supply input (GND)

5

SL

I²C clock terminal erminal

6

SD

I²C data Terminal

3. Connector and Cables (Connector Can be Customized) Item

Part Number

Recommendation Manufacturer

Connector

4573-04TSB

Cubic

Cables

XH-6~XH-6

Cubic

www.gassensor.com.cn

4/9

Product Installation ▪ In order to avoid dust deposition on the surface of sensitive component (laser diode and photosensitive diode), wh ich may affect the measurement accuracy of the sensor; the appropriate installation ways are recommended as bel ow. Recommended Installation

Non Recommended Installation

Cross section

Cross Crosssection section

The blue is the front of laser diode surface

The blue is the front of

photodiode surface

User attention ▪ When the laser particle sensor module is used outdoors, please make sure the inlet and outlet unobstructed, dust storms, snow, and willow flocs can have a significant impact on unprotected sensors. When the laser particle sensor module works, it is recommended to use a pre-filter pre or effective protective measure in the front of inlet of the dust sensor to avoid big dust and bis substance. ▪ The sampling method of both NDIR CO2 sensor and semiconductor VOC sensor is diffusion, eyelet of gas diffusion should be reserved to make sure the gas can quickly and smoothly pass through the sensor module. www.gassensor.com.cn

5/9

UART Communication Protocol 1. General Statemen GeneralStatement 1). The data in this protocol are all hexadecimal data. Such as "46 for decimal [70]" 2). [xx] for single-byte data (unsigned, 0-255); high byte of double byte data is in the front, the low byte in the back 3). Baud rate: 9600, data bits: 8, stop bits: 1, parity: No.

2. Format Protocol FormatofofSerial SerialCommunication Communication Prot Sending format of software: Start Symbol

Length

Command

Data 1

……

Data n.

Check Sum

HEAD

LEN

CMD

DATA1

……

DATAn

CS

11H

XXH

XXH

XXH

……

XXH

XXH

Detail description on protocol format: Protocol

Description

Start

Command sending fixed [11H], the module respond fixed [16H]

Length

Frame bytes length = data length +1 (including CMD+DATA)

Command

Command

Data

Data of writing or reading, unfixed length

Check sum

Cumulative sum of data = 256- (HEAD+LEN+CMD+DATA)

3. RS232 Protocol Function Sheet Item No.

Function Description

Command

1

Read measurement result

0x01

2

CO2 calibration

0x03

3

Read software version number

0x1E

4

Open/close particle measurement

0x0C

5

Read serial number

0x1F

www.gassensor.com.cn

Function Description

6/9

4. Protocol Description 4.1 Read Measurement Result Send: 11 02 01 01 EB Response: 16 16 01 DF1- DF2 DF3- DF4 DF5- DF6 DF7- DF8 DF9- DF10 DF11- DF12 DF13- DF14 DF15- DF16 DF17- DF18 DF19- DF20 DF21 [CS] Function: read CO2, VOC, RH, Temp, PM1.0, PM2.5 and PM10 measurement result Examples as below: Respond data bit: 16 11 01 02 C2 CO2 Item

00 03

00 00

VOC

RH

Data Bit

00 00 T

00 63

00 73

00 53

PM1.0

PM2.5

PM10

Decimal Effective Value Range

00 63 00 73 00 53 Reserved

01

xxx

State

Corresponding Value

CS

Multiple

CO2

[DF1][DF2]

0 ~ 5000

0 ~ 5000 ppm

1

VOC

[DF3][DF4]

0~3

0 ~ 3 level

1

Related humidity

[DF5][DF6]

00 ~ 990

0 ~ 99.0 %

10

Temperature

[DF7][DF8]

300 ~ 1200

-20 ~ 70℃

PM1.0

[DF9][DF10]

PM2.5

1

3

1

3

1

0 ~1000 ug/m

0 ~ 1000

[DF11][DF12]

10 3

0 ~1000 ug/m

0 ~ 1000

0 ~1000 ug/m

PM10

[DF13][DF14]

0 ~ 1000

Reserved

[DF15][DF16]

0 ~ 1000

1

Reserved

[DF17][DF18]

0 ~ 1000

1

Reserved

[DF19][DF20]

0 ~ 1000

1

State

[DF21]

1

1. Attention: Temperature value = (DF7*256+DF8-500)/10 2. The measurement result comes out with two databit, high bit is on the head, and the low bit is after then. Measurement result= DFn*256+DFn+1 3. DF21: Alarming Bit

Bit7

Bit6

CO2 Alarming

Bit5

Bit4

Particle sensor

Temperature

Reserved abnormal

abnormal

sensor abnormal

Bit3

Bit2

Bit1

Reserved

Reserved

Reserved

Bit0 Reserv ed

4.2 CO2 Calibration Send: 11 03 03 DF1 DF2 [CS] Response: 16 01 03 E6 Function: CO2 calibration Statement: Format statement:

www.gassensor.com.cn

7/9

Item

Data Bit

Decimal Effective Value Range

Corresponding Value

Multiple

Calibration target value

[DF1][DF2]

400 ~ 1500

400 ~ 1500 ppm

1

1. Calibration target value = DF1*256+DF2 2. Before CO2 calibration, please make sure that current ambient CO2 value is the zero target value, and stable time is 2 minutes at least.

4.3 Read Software Version Number Send: 11 01 1E D0 Response: 16 09 1E DF1 DF2 DF3 DF4 DF5 DF6 DF7 DF8 DF9 DF10 [CS] Function: Read software version Note: Software version=“DF1~DF10” Should change the HEX code to ASCII code. 4.4 Open and Close Particle Measurement Send: 11 03 0C DF1 1E [CS] Response: 16 02 0C DF1 [CS] Function: open and close particle measurement Statement: 1. When send command, DF1=02 is measurement open; DF1=01 is measurement close; 2. When respond command, DF1=02 is measurement open; DF1=01 is measurement close; 3. When the sensor receives command for measurement open, it will go into continuous measuring mode;

If send: 11 03 0C 02 1E C0 // open particle measurement Response: 16 02 0C 02 DA // the sensor module is under measurement open status

If send: 11 03 0C 01 1E C1 // close particle measurement Response: 16 02 0C 01 DB // the sensor module is under measurement close status

4.5 Read Serial Number Send: 11 01 1F CF Response: 16 11 DF1…DF10 [CS] Function: Read serial number

Note: Serial number= DF1…DF10

Example: Response: 16 0B 1F 00 00 00 7E 09 07 07 0E 0D 72 9E Serial number: 126 2311 1806 3442 www.gassensor.com.cn

8/9

Packing Information

Tray Qty 10

Tray Size

Carton

Sensor per Tray

Tray Qty

Sensor per Carton

Carton Dimensions

12 pcs

10 layers

120pcs

395*310*480 mm

Packing Material Red anti-static

EPE

After-Sales Services ervices and Consultancy Wuhan Cubic Optoelectronics Co., Ltd. Ltd Tel: +86 (0)27 81628827 Fax: +86 (0)27 81628821 Add: Fenghuang No.3 Road, Fenghuang Industrial Park, Eastlake Hi-tech Hi Development Zone, Wuhan 430205, China E-mail: [email protected]

www.gassensor.com.cn

9/9