PM3006S Specification
PM3006S Specification
Version: V0.1
www.gassensor.com.cn
Outdoor Laser Particle Sensor Module
PM3006S
Applications
▪ Outdoor Air Quality Monitoring
▪ Emissions Monitoring
Description
PM3006S is a linear light source-based particle sensor module with laser scattering technology. It is designed to measure
the quantity per unit volume of different particle size and can output particle mass concentration PM1.0, PM2.5, PM10 and
TSP in μg/m³ at the same time via mathematical algorithm and scientific calibration. Built-in Cubic auto particle identification
technology for accurate measurement in different dust source environment.
Features
◼ Patented API(intelligent automotive particle identification) technology
◼ Constant current sampling.
◼ High accuracy for whole measurement range
◼ High sensitivity and quick response (≤8s).
◼ Real-time PM1.0, PM2.5, PM10 and TSP concentration output in μg/m³at the same time
◼ Wide working temperature: -30℃~70℃
◼ Cubic fan in super low noise
◼ Longer lifetime with laser diode.
◼ Signal output optional: UART, I²C.
◼ Good EMC compatibility, strong antistatic ability.
Working Principle
When sampled particles pass through light beam (laser), there will be light scattering phenomenon. Scattered light will be
converted into electrical signal (pulse) via photoelectric transformer. The bigger particles will obtain stronger pulse signal
(peak value). Through peak value and pulse value quantity concentration of particles in each size can be calculate. Thus,
real-time measured data is obtained through measuring quantity and strength of scattered light.
www.gassensor.com.cn
1
Specifications
0~1,000μg/m³
Measurement range
Maximum display 30,000μg/m³
<50ug/m3: ±5μg/m³;
50~1000μg/m³: ±10%
Accuracy of PM1.0/PM2.5 Condition:
-30°C ~70°C, 50±10%RH
Reference instrument: GRIMM
≤100μg/m³: ±15μg/m³
100~1000μg/m³: ±15% of Reading
Accuracy of PM10 Condition:
-30°C ~70°C, 50±10% RH
Reference instrument: GRIMM
www.gassensor.com.cn
2
Internal Architecture Description
According to the diagram above, the light source part of PM3006S is composed of a laser diode that emits light to
detect particles and a drive circuit. The detection part is composed of a photosensitive part that receives scattered
light and an amplifier circuit. Data processing and communication output are completed by a microprocessor.
PM3006S's particle detection is that the fan operates to generate air flow, and the particles pass through the detection
chamber, the light from the laser tube will be scattered by the particles and converted into electrical signals by the
photosensitive device. After the electrical signal is processed by the amplifying circuit and MCU, it will be converted
into a digital signal for particle concentration output.
www.gassensor.com.cn
3
Structure and Pin Definition
8 BT NC
Connector Description
www.gassensor.com.cn
4
Typical Application Circuit
Case 1. UART TTL 3.3V Output
▪ UART and I2C communication compatibility with 3.3V and 5V level (receiving end).
▪ Pin 8 is the pin for manufacturer testing, should be floating in the application circuit.
www.gassensor.com.cn
5
Communication Protocol
Start symbol Sending by software is fixed as [11H], module respond is fixed as [16H]
Command Command
www.gassensor.com.cn
6
4. Detail Description of UART Protocol
4.1 Read Particle Measurement Result
Send: 11 02 0B 07 DB
Response: 16 35 0B DF1- DF52 [CS]
Function: Read concentration of particle and particles number.
Note: Read particle concentration (ug/m3)
Data Description
DF17~DF20 Reserved
DF21~DF24 Reserved
DF49~DF52 Reserved
PM1.0 = DF1*256^3 + DF2*256^2 + DF3*256^1 +DF4
PM2.5 = DF5*256^3 + DF6*256^2 + DF7*256^1 + DF8
PM10 = DF9*256^3 + DF10*256^2 + DF11*256^1 + DF12
TSP =DF13*256^3 + DF14*256^2 + DF15*256^1 + DF16
>0.3um particle quantity = DF25*256^3 + DF26*256^2 + DF27*256^1 + DF28
>0.5um particle quantity = DF29*256^3 + DF30*256^2 + DF31*256^1 + DF32
>1.0um particle quantity = DF33*256^3 + DF34*256^2 + DF35*256^1 + DF36
>2.5um particle quantity = DF37*256^3 + DF38*256^2 + DF39*256^1 + DF40
>5.0um particle quantity = DF41*256^3 + DF42*256^2 + DF43*256^1 + DF44
>10um particle quantity = DF45*256^3 + DF46*256^2 + DF47*256^1 + DF48
www.gassensor.com.cn
7
4.2 Open/Close Particle Measurement
Send: 11 03 0C DF1 1E CS
Response: 16 02 0C DF1 CS
Function: Open/ close particle measurement
Note:
1. When sending command, DF1=2 means opening measurement, DF1=1 means closing measurement;
2. When receiving response, DF1=2 means measuring opened, DF1=1 means measuring closed;
3. When the sensor receives the command of opening measurement, it will be in default continuous measurement mode.
Example:
Send: 11 03 0C 02 1E C0 //open particle measurement
Response: 16 02 0C 02 DA //module is under particle measurement open status
Send: 11 03 0C 01 1E C1 //close particle measurement
Response: 16 02 0C 01 DB // module is under particle measurement closed status
Note:
PM1.0 calibration coefficient =(DF1 *256 + DF2)/100
PM2.5 calibration coefficient =(DF3 *256 + DF4)/100
PM10 calibration coefficient =(DF5 *256 + DF6)/100
TSP calibration coefficient =(DF7*256 + DF8)/100
Calibration coefficient setting valid range:0.01~10.
www.gassensor.com.cn
8
4.5 Read Serial Number
Send: 11 01 1F CF
Response: 16 0B 1F DF1 DF2 DF3 DF4 DF5 DF6 DF7 DF8 DF9 DF10 CS
Function: Read serial number
Note:
www.gassensor.com.cn
9
Communication Protocol
◆ I2C Communication Protocol
1. Brief Introduction
a. This is an IIC protocol for PM3006S. The sensor module is lower computer, which is not able to initiate
communication automatically. Communication is initiated via main controlled board, which reads data and sends
control commands.
b. I2C communication clock frequency <=100Khz
2. Communication Common
START: start signal, send by main controlled board;
STOP: stop signal, send by main controlled board;
ACK: acknowledge signal, send by the sensor module if in bold; otherwise, send by main controlled board;
NACK: non-acknowledge signal, send by the sensor module if in bold; otherwise, send by main controlled board;
Px: receive and send data; send by the sensor module if in bold; otherwise, send by main controlled board.
P6 Data 3 Reserved
Send: 16 07 02 00 00 00 13
Function: Open particle measurement
www.gassensor.com.cn
10
1.2 Read Data Command
www.gassensor.com.cn
11
Sensor Dimension
Unit: mm
www.gassensor.com.cn
12
Accessories
www.gassensor.com.cn
13
Package Information
Table 3. Packing
Sensor per Tray Tray Qty Sensor per Carton Carton Dimensions Packing Material
www.gassensor.com.cn
14
Product Installation
When the sensor is installed and used in user’s system, it should ensure that the airflow at the sensor’s air inlet and
outlet is unobstructed. To ensure sensor’s measurement accuracy, the surface of sensor sensitive elements as shown
in figure 1 shall be protected from dust depositing. It is recommended to install the sensor in user’s system following
the way shown in figure 2.
www.gassensor.com.cn
15
User Attentions
※ The air inlet inside diameter of user equipment should not be less than the sensor’s air inlet diameter
※ When use the product, it is recommended to add a 50-60 mesh protective filter to the sensor's air inlet to prevent
flocs, hair, etc. from affecting the sensor's detection.
※ The product is an integral unit that shall not be disassembled to avoid any irreversible damages.
※ This product is defined as 3B laser product according to GB7247.1-2012 Laser Product Safety with laser radiation
inside. Please avoid direct illumination on the eye. The warning signs are as follows:
www.gassensor.com.cn
16