Laser Particle Sensor Module-PM2008SE
24Pages

{{requestButtons}}

Catalog excerpts

Laser Particle Sensor Module-PM2008SE - 1

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 - 3

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
Laser Particle Sensor Module-PM2008SE - 5

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
Laser Particle Sensor Module-PM2008SE - 6

3. Connector and Cables (Connector can be customized)

Open the catalog to page 6
Laser Particle Sensor Module-PM2008SE - 7

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
Laser Particle Sensor Module-PM2008SE - 8

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
Laser Particle Sensor Module-PM2008SE - 9

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
Laser Particle Sensor Module-PM2008SE - 10

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
Laser Particle Sensor Module-PM2008SE - 11

▪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
Laser Particle Sensor Module-PM2008SE - 12

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
Laser Particle Sensor Module-PM2008SE - 13

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
Laser Particle Sensor Module-PM2008SE - 14

[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
Laser Particle Sensor Module-PM2008SE - 15

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 15

All Cubic Sensor and Instrument Co. catalogs and technical brochures

  1. About Cubic

    1 Pages

Archived catalogs

  1. RHB Series

    8 Pages