
Group: Cubic
Catalog excerpts

Product Name: Laser Particle Sensor Module Item No.: PM2008SE Version: V0.2 Date: February 27, 2019
Open the catalog to page 1
Laser Particle Sensor Module PM2008SE Applications ▪ Air purifier ▪ Air quality monitor ▪ Air conditioner ▪ Ventilation system ▪ Consumer electronic products ▪ Environmental monitoring Description PM2008SE laser particle sensor module is based on laser scattering technology, designed with all metal shielding, ultra-thin (12mm) which is used to detect particle concentration size between 0.3μ-10μm exactly in the air and real-time output PM1.0, PM2.5, PM10 in μg/m3 directly via mathematical algorithm and scientific calibration. ▪ The smallest size of available measurement: 0.3μm ▪ Real-time...
Open the catalog to page 3
Drive Ctrcui: Dust flow Drive Circuit Amplifier Circuit When the fan works, it will generate airflow. When the particles in the sampled gas pass through the beam of the light source (laser), a light scattering phenomenon occurs, and the scattered light is converted into an electrical signal (ie, a pulse) by the photoelectric converter. The larger the particle size, the larger the amplitude of the pulse signal output. The number of particles of different sizes is calculated by comparing the peak value with the predetermined threshold value, and the mass concentration value is obtained by a...
Open the catalog to page 5
3. Connector and Cables (Connector can be customized)
Open the catalog to page 6
Typical Application Circuit Case 1. UART Application Note of Circuit Design ▪ UART and I²C communication is compatibility with 3.3V and 5V level. ▪ There is pull-up resistor inside the SET and RESET. No matter there is signal input or not, these two pins will work normally. If they are not useful for you, keep it floating. ▪ PIN6 is the pin for manufacturer testing, you can keep it floating. ▪ The power supply of sensor should be 5V and low noise, please refer to table 1 for detail
Open the catalog to page 7
Error Temperature Influence Cuive for Measured Value under Particle Concentrtaion of 250ugnn3 Measurement error increases 0 5% when temperature nse or fall ITT Particle measured error: under 25±2°C, 0~1,000 ^g/m3, consistency and accuracy of PM1.0/PM2.5 is either ±15% reading or ±15^g/m3, the bigger one is considered. Temperature influence coefficient: 0.5%/°C ~ 1%/°C or 0.5 ^g/m3/°C ~ 1^g/m3/°C, the bigger one is considered.
Open the catalog to page 8
Product Installation When install PM2008SE sensor module in your system or equipment, please make sure that the air inlet and air ou tlet are unobstructed. And there is no huge airflow face to air inlet and air outlet. In order to avoid dust deposition o n the surface of sensitive component (laser diode and photosensitive diode) which may affect the measurement accuracy, the appropriate installation ways are recommended as below. Recommended installation Signal receiver Air inlet Sensor Internal Profile Recommended Installation Position Non-Recommended installation Laser Diode Surface...
Open the catalog to page 9
User Attention ▪Metal case conducts with GND of internal power supply. Don’t short-circuit with other external circuit or shell. ▪The best installation way is to make the surface of air inlet and outlet of the sensor clings to the air vent in the inne r wall of the user device that communicates with the outside. If it’s not possible, then an air isolation structure between air inlet and air outlet is necessary to avoid the air back flow in the user’s device. ▪Air vent on the internal wall of user’s device for airflow should be bigger than the size of air inlet of the sensor. ▪For...
Open the catalog to page 10
▪If isolated switch power supply is adopted to obtain DC power, please control the capacitance between the DC ground and the AC ground below 2.2nF and withstand voltage reaches to 3KV. ▪It is defined as 3R laser product according to《GB7247.1-2012 laser product safety with laser radiation inside》. Please avoid direct exposure to your eyes. Warning sign as below.
Open the catalog to page 11
Batch Board Source Code void MySimUartTx() { unsigned char TxNumber = 7; MyPM.MyUart.TxBuffer[0] = 0x11; MyPM.MyUart.TxBuffer[1] = 0x02; MyPM.MyUart.TxBuffer[2] = 0x0B; MyPM.MyUart.TxBuffer[3] = 0x07; MyPM.MyUart.TxBuffer[4] = 0xDB; for(TxCnt = 0; TxCnt < TxNumber; TxCnt ++) { MySimUart_TxByte(MyPM.MyUart.TxBuffer[TxCnt]); MyPM.MyUart.TxBuffer[TxCnt] = 0; } } _interrupt void USCI0RX_ISR(void) //from sensor { unsigned char cRxChar0; static unsigned short cRXCount1 = 0; static unsigned short cRXCount2 = 0; cRxChar0 = UCA0RXBUF; if(Whole_Flag.Rx_Sensor_Scan_Flag == 0 && g_SHighPriority.Flag ==...
Open the catalog to page 12
cRXCountl = 0; } } } void Rx_Scan_Sensor() // Receive Sensor data in scan mode { unsigned char i,checksum = 0 ; unsigned char temprx[30]={0}; temprx[1] = RevDat1[1]; for(i=0;i<(temprx[1]+3);i++) { temprx[i] = RevDat1[i]; checksum += temprx[i]; RevDatl [i] = 0;} // Copy all return; RxResDetect(1); switch(temprx[2]) {case CMD_READ_DUST_DATA: //0B command, read command of particle measuring {if(SucessResSerial == ReadDUST_All ) { MyPMPoint.GRIMMPMValue[PM10] = (temprx [5] << 8) | temprx [6]; MyPMPoint.GRIMMPMValue[PM25] = (temprx [9] << 8) | temprx [10]; MyPMPoint.GRIMMPMValue[PM100] = (temprx...
Open the catalog to page 13
[44]; MyPMPoint.CountValue[UM50] = (temprx [45] << 24) | (temprx [46] << 16) | (temprx [47] << 8) | temprx [48]; MyPMPoint.CountValue[UM100] = (temprx [49] << 24) | (temprx [50] << 16) | (temprx [51] << 8) | temprx [52];} } break; default: break; } } The first column is <= 0.3um particle counter/100ml The second column is <= 0.5um particle counter/100ml The third column is <= 1.0um particle counter/100ml The fourth column is <= 2.5um particle counter/100ml The fifth column is <= 5.0um particle counter /100ml The sixth column is <= 10um particle counter/100ml
Open the catalog to page 14
1) The data in this protocol is all hexadecimal data. For example,“46” for decimal [70]. 2) [xx] is for single-byte data (unsigned, 0-255); for double data, high byte is in front of low byte. 3) Baud rate: 9600; Data Bits: 8; Stop Bits: 1; Parity: No 4) It is default by continuously mode after powering on. Working mode will not be saved after powering off. Sending format of software:
Open the catalog to page 15All Cubic Sensor and Instrument Co. catalogs and technical brochures
-
Cubic TDLAS CH4 Sensor
4 Pages
-
Gasboard-7500H-OPC
13 Pages
-
NDIR CO2 Sensor Module-CM1106LS
18 Pages
-
Laser Particle Sensor-PM2008M-M
22 Pages
-
Laser Particle Sensor-PM2012
19 Pages
-
Test Instruction of AM4100-I
7 Pages
-
Test Instruction of AM1008W
7 Pages
-
Test Instruction of PM5000
7 Pages
-
Test Instruction of PM1006
8 Pages
-
Test Instruction of CM1107T
7 Pages
-
Test Instruction of CM1107BN
8 Pages
-
Test Instruction of PM3006T
7 Pages
-
Test Instruction of PM2009
8 Pages
-
Test Instruction of CM1106SH
8 Pages
-
Test Instruction of CM1107
8 Pages
-
Test Instruction of CM1106S
8 Pages
-
Test Instruction of CM1106LS
8 Pages
-
Laser Particle Sensor-PM2008
21 Pages
-
Laser Particle Sensor-PM2009
20 Pages
-
Laser Particle Sensor-PM2105-M
20 Pages
-
NDIR CO2 Sensor Module-CM1106S
18 Pages
-
Gas Sensor Line-up
1 Pages
-
About Cubic
1 Pages
-
CEMS Solution - Gasboard 9050
22 Pages
-
NDIR CO2 Sensor Modules
7 Pages
-
Gasboard-7020
4 Pages
-
Gasboard-7500
7 Pages
-
Mainstream ETC02 module
5 Pages
-
Gasboard 3400P
5 Pages
-
Analyzer Gasboard 3800P
6 Pages
-
LANDFILL APPLICATIONS
8 Pages
Archived catalogs
-
Air quality monitor AM7000
11 Pages
-
RHB Series
8 Pages
-
Ultrasonic Flow meter 7200
1 Pages
-
Syngas portable analyzers
4 Pages
-
Opacity meter
1 Pages
-
Infrared Methane gas sensor
3 Pages