Winsen Ze03 Electro Chemical Gas Sensor User Manual

Winsen Ze03 Electro Chemical Gas Sensor User Manual

Winsen ZE03 Electro Chemical Gas Sensor User Manual
Winsen ZE03 Electro Chemical Gas Sensor

Statement

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 data base orretrieval 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 sensor, we shall not be responsible for the loss. 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.

Electrochemical Detection Module ZE03

ZE03 is a general-purpose and high-performance electro chemical module. It uses three electrodes, electro chemical gas sensor and high-performance micro-processor. By installing different gas sensor, the module could detect relevant gas. It is with built-in temperature sensor to make temperature compensation, which makes it could detect the gas concentration accurately. It has the digital output and analog voltage output at the same time which facilities the usage and calibration and shorten the development period. It is a combination of mature electro chemical detection principle and sophisticated circuit design, to meet customers’ different detection needs

Features

Features

High sensitivity & resolution
Low power consumption
UART and analog voltage output
Good stability and excellent anti-interference ability

Main Application

Portable and fixed gas detector, various gas detection equipment and occasion.

Technical Parameters

Technical Parameters

Model No.ZE03
Target GasCO, O2, NH3, H2S, NO2, O3, SO2, CL2, HF, H2, PH3, HCL etc
Measurement RangeRefer stable 2.(can be customized also)
Working VoltageDC 5±0.1V
Working Current< 5 mA
Output DataUART Output (TTL electrical level,3V)
Analog Voltage (refer stable2. for sensor original amplifying signal)
Working Life2 years
Operating EnvironmentTemp.: -20~50℃
Humidity.: 15%-90%RH (no condensation)
Storage EnvironmentTemp.: -20~50℃
Hum.: 15%RH-90%RH
Sizeø23.5mm*24.5mm

Technical Parameters

Detection range and signal output

Detection gasCOO2NH3H2SSO2DG01VOC
Detection range(0-1000)ppm(0-25) %VOL(0-100)ppm(0-100)ppm(0-20) ppm(0-50)ppm(0-100)ppm
Resolution1ppm0.1 %VOL1ppm1ppm0.1ppm0.01ppm0.1ppm
VO Voltage output Range(0.6-3) V(1.5-0) V(0.6-3) V(0.6-3) V(0.6-3) V(0.6-3)V(0.6-3) V
Response Time(T90)≤30S≤15S≤150S≤30S≤30S≤120S≤120S
Detection gasH2PH3NO2O3CL2HCLHF
Detection range(0-1000)ppm(0-1000)ppm(0-20) ppm(0-10) ppm(0-20) ppm(0-10)ppm(0-10)ppm
Resolution1ppm0.1ppm0.1ppm0.1ppm0.1ppm0.1ppm0.1ppm
VO Voltage output Range(0.6-3) V(0.6-3) V(2-0) V(2-0) V(2-0) V(2-0) V(2-0) V
Response Time(T90)≤120S≤30S≤30S≤120S≤60S≤60S≤60S
Detection gasC2H4ETOCH2O    
Detection range(0-100)ppm(0-100)ppm(0-50)ppm    
Resolution0.1ppm0.1ppm0.1ppm    
VO Voltage output Range(0.6-3)V(0.6-3)V(0.6-3)V    
Response Time(T90)≤30S≤120S≤30S    

Left side value of detection range (zero point) is corresponding to left side value of voltage output range ,BUT right side value of detection(max detection value ) is NOT corresponding to the right side value of voltage output range.

Take ZE03-O2 (0-25%vol) as an example: 0%vol is corresponding to 1.5V, but the corresponding value of 25%vol should subject to inspection report, not 0V, other values like 0.1V or 0.2V are possible.

Pin definition stable3.

GNDGround
VCCPower supply
VOOriginal Voltage output
RXDSeries port input
TXDSeries port output

Pin definition

The meaning of VO (Vout) : It means original voltage (linear) after amplifying circuit, rather than concentration value of current target gas in environment. If choose this pin test, users need to know when purchase, the zero voltage Vout0 and test voltage Vout1 can be shown in the inspection report delivered to customer with the modules together. Users can calculate gas concentration of current target gas in environment based on Vout0 and Vout1.

Take ZE03-CO for example: zero voltage Vout0 = 0.6 V; in 200ppm CO gas,Vout1=0.9V,

If the current voltage Voutx=1.2V, then the CO concentration:
QS

Name rules

Model name: ZE03-X-X-X
“Z” means module, “E ” means electrochemical type sensor, “03” means version, the first X means detectedgas, the second X means detection range, the third X means output way. Eg. “ZE03-CO-(0-1000)ppm-UART/VDC”,”ZE03-O2-(0-25)%VOL-UART/VDC”. “UART/VDC” means the output way is series port and analog voltage (non standard  voltage, refer tostable2.

Communication Protocol

General Settings

Baud Rate9600
Data Bits8
Stop Bits1
ParityNone

Communication Specification

The default communication type is active upload and it sends gas concentration once every second(the concentration is 16 hexadecimal). If you want to switch to Q&A mode, please send 0x78 command, to change communication mode to 0x04(Q&A mode), then current concentration will be sent by module after it receiving 0x86 command (reading concentration), suggested communication cycle is 1s.

Communication Commands

The default mode is active upload mode, the sensor will send gas concentration actively as follow with out sending any command by users.

Receive012345678
Start byteCommandGas concentrationGas Nonumber of decimalreservedreservedChecksum
0xFF0x86High byteLow byte0x2B0x01004E
EXP.FF 86 00 00 2B 01 00 00 4E (Take SO2 for example, the concentration is 0)

gas concentration=(High byte*256+Low byte)*resolution.
Please note in the calculation formula, the High byte and Low byte means the decimal is m value change d from hexadecimal. Number of decimal is 0, resolution is 1ppm, number of decimal is1, resolution is 0.1ppm, number of decimal is 2, resolution is 0.01ppm.

0X78—To modify the communication mode (0x03 is active upload mode, 0x04 is Q&A mode)

10x78To change communication mode
Send012345678
Start ByteAddressCommandCommunication TypeChecksum
0XFF0X010x780x0400000x83
EXP.FF 01 78 04    00 00 00 00 83 (to switch to Q&A mode)
Receive012345678
Start ByteCommandReturnChecksum
0XFF0X78Success: 1 Failure: 0000000x87

0x88

EXP FF 78 01 00 00 00 00 00 87

If users want to switch to active upload mode, send FF 01 78 03 00 00 00 00

84(hexadecimal). 0x86 — To read the concentration value (This command is needed just under Q&A mode.)

10x86To read concentration
Send012345678
Start ByteAddress Command    Checksum
0XFF0X010x86000000x79
EXP. FF 01 86   00   00   00 00 00 79
Receive012345678
Start ByteCommandGas ConcentrationGas No.number of decimalreservedreserved Checksum
0XFF0X86High byteLow byte0x2B0x01004E
EXP. FF 86 00   00 2B   01 00 00 4E (Take SO2 for example, the concentration is 0)

gas concentration=(High byte*256+Low byte)*resolution
Please note that in the calculation formula, the High byte and Low byte means the decimal is m value changed from hexadecimal.

Instruction for Gas No

No.0x020x030x040x050x060x080x170x2A0x2B
GasNH3H2SCOO2H2C2H4CH2OO3SO2
No.0x2C0x2E0x2F0x310x320x340x3B0x450x46
GasNO2HCLHCNCL2HFVOCC2H3CLPH3DG01(NH3)

Checksum and calculation

Function Name: ucharFucCheckSum (uchar i,ucharln) Functional description: checksum【Non(sending/receiving commend Byte1+Byte2+…Byte7) +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. Please do not take away or plug the sensor in the module.
  2. It is prohibited to weld the pins of the module. The socket could be welded.
  3. Sensor shall avoid organic solvent, coatings, medicine, oil and high concentration gases.
  4. Excessive impact or vibration should be avoided.
  5. Please keep the modules warming up for at least 5 minutes when first using.
  6. Please do not use the modules in systems which related to human being’s safety.
  7. Please do not use the modules in strong air convection environment.
  8. Please do not expose the modules in high concentration organic gas for a long time.
  9. Returned data of module serial port is real-time concentration of current target gas in environment, Ifyou don’t have standard gas, please do not use standard command, for it will cause calibrated data is clear away and returned data of serial port is not accurate.
  10. To judge whether module communication is normal, it is advisable to use tools that can change USB to TTL(communication level 3V), debug assistant software via serial port, and determine it by communication protocol.
  11. When choosing module, users should choose products of different applications and ranges. If thereisno special requirement, products will use conventional range.

CUSTOMER SUPPORT

Zhengzhou Winsen Electronics Technology Co., LtdAdd: No.299, Jinsuo Road, National Hi-Tech Zone, Zhengzhou 450001 China
Tel: +86-371-67169097/67169670
Fax: +86-371-60932988
E-mail: [email protected]
Website: www.winsen-sensor.com

Logo

References

Documents / Resouces

Download manual
Here you can download full pdf version of manual, it may contain additional safety instructions, warranty information, FCC rules, etc.


Related Manuals