ZPH 02
ZPH 02
(Model:ZPH02)
Manual
Version:1.0
Valid From:2016.09.18
This manual copyright belongs to Zhengzhou Winsen Electronics Technology Co., LTD. Without the
written permission, any part of this manual shall not be copied, translated, stored in database or
retrieval system, also can’t spread through electronic, copying, record ways.
Thanks for purchasing our product. In order to let customers use it better and reduce the faults
caused by misuse, please read the manual carefully and operate it correctly in accordance with the
instructions. If users disobey the terms or remove, disassemble, change the components inside of
The specific such as color, appearance, sizes &etc, please in kind prevail.
We are devoting ourselves to products development and technical innovation, so we reserve the
right to improve the products without notice. Please confirm it is the valid version before using this
manual. At the same time, users’ comments on optimized using way are welcome.
Please keep the manual properly, in order to get help if you have questions during the usage in the
future.
Features
*2 in 1 *High Sensitivity *Good Consistency
*Good Stability for long time *Interface output is multiple *Easy to install and use
Applications
*Air Purifier *Air Refresher *Portable meter
*HVAC System *AC System *Smoke Alarm System
Detection Principle
Output circuit 1
#1 Mode Selection
Optical receiver
Output circuit 2
Heater
PIN5 GND
Fig4:Pins sketch
Instructions
1.PIN1: it is control pin.
Period(1s)
Period(1s)
Period(1s)
Period(1s)
Fig6.VOC output wave in PWM mode
NOTE:1.LT is the pulse width of low level in one period(n*100Ms)
2.UT is the pulse width of one period(1s).
3.Low pulse rate RT: RT=LT/ UT x100% , four grades, 10% progressive increase (10%~40%) . RT is
higher, the pollution is more series.
The relationship between low pulse rate of output and particles concentration
Fig7.The relationship of PM2.5 low pulse rate of output and dust particles concentration
NOTE:People usually use different grades (best, good, bad, worst) to describe the air quality condition.
Best:0.00%-4.00%
Good:4.00%-8.00%
bad:8.00%-12.00%
Worst:>12.00%
Air
Acetone
Methylbenzene
Formaldehyde
Methane
Alcohol
Communication protocol
2.Commnucation command
Module sends the concentration value every other one second.Only send,no receive.Command as follow:
Table 4.
0 1 2 3 4 5 6 7 8
Start Detection Unit (Low Integer part Decimals part Reservation Mode VOC Check
byte type name pulse rate) of low pulse of low pulse grade value
code rate rate
0XFF 0X18 0X00 0x00-0x63 0x00-0x63 0x00 0x01 0x01-0x 0x00-0x
04 FF
Tel: 86-371-67169097/67169670 Fax: 86-371-60932988 Email: [email protected]
Leading gas sensing solutions supplier in China!
Zhengzhou Winsen Electronics Technology Co., Ltd www.winsen-sensor.com
PM2.5 calculation:
Byte3 0x12, byte4 0x13, so RT=18.19%
The RT range in UART mode is 0.5%~50%.
VOC calculation:
Byte7 is VOC output. 0x01: best, …,0x04: worst. 0x00 means no sensor installed or malfunction.
/**********************************************************************
* Funtion name: ucharFucCheckSum(uchar *i,ucharln)
* Funtion description:Sum check(Negate the sum of send and receive protocol 1/2/3/4/5/6/7 and
+1 )
**********************************************************************/
unsigned char FucCheckSum(unsigned char *i,unsigned char ln)
{
unsigned char j,tempq=0;
i+=1;
for(j=0;j<(ln-2);j++)
{
tempq+=*i;
i++;
}
tempq=(~tempq)+1;
return(tempq);
}
Cautions
1.Installation must be vertically.
2.Organic solvents(including sillica gel and other adhesive),paint,pharmaceutical,oil and high
concentration of target gases should be avoided.
3.Artificial air steam such as fan should be farm away.For example,when it is used in air refresher,it
can’t be installed in front or back of fan.Any side of fan shell can be installed on, but ventilation
opening on the shell is necessary to guarantee gas from outside flow in.
4.Don’t use it the places where there is vapour such as bathroom,or near to air humidifier.
5.Dust sensor adopts optics working principle,so the light radiation will influence the sensor’s
accuracy.We suggest users use sponge to cover the triangle hole in the middle of the
sensor,avoiding light outside irradiate the sensor.Note that don’t cover the gas inlet and outlet.
6.Warmup time should lasts 5 min or longer for the first time usage and don’t apply it in the
system involving people safety.
7.Moist will effect the normal functions of the module,so it should avoid.
8.Lens should be cleaned regularly according to the actual condition (about once per six
months).Use one end of cotton swab with clean water to scrub the lens,and use the other end to
wipe dry.Don’t use organic solvent such as alcohol as cleanser.