Manufacturer:: -
Product datasheet: WZ-H3-N(英文) N与NK参数一样1.pdf
Digital humidity & temperature sensor — specification summary
WZ-H3-N selective & high temperature resistant formaldehyde module is the one launched specially for application in cases where temperature is higher than 60 ℃ . WZ-H3-N HCHO module is the first application of solid electrolyte integrated in fuel cell vehicles to HCHO detection ----real solid electrolyte, free from electrolyte leakage or dry out; WZ-H3-N selective HCHO module is free from the influence of the interference gases at low concentration, such as C 2 H 5 OH and can generate accurate detection result. WZ-H3-N selective HCHO module is pre-calibrated in the factory and can be integrated into your system directly.
| the interference gases at low concentration, such as C | H OH and can generate |
|---|---|
| 2 5 |

HCHO detection in vehicle Selective detection
Air conditioners High temperature resistance
Smart home High precision
Portable devices Fast response
Wearable devices Long service life
Air purifier Low power consumption
... … High stability
Pin1 Vin(5V)
Pin2 GND
Detection Principle Micro fuel cell
Detectable Gas HCHO
Detection Range 0-1ppm
Overload 5ppm
Input Voltage 4.5-7V
Response Time (T90) <90S
Resolution 0.01ppm
Lifetime 6years in air
Warranty Period 12 months
Weight 4g
Interference Gas Concentration of Interference Gas(ppm) Concentration of HCHO(ppm)
| Pin3 | RXD (0 | ~ 3.3V data input) |
|---|---|---|
| Pin4 | TXD( 0 | ~ 3.3V data output) |
| Accuracy | 30ppb or | ( ± ℃)( | ± | ) | |
|---|---|---|---|---|---|
| ± | ±10%, whichever is greater | 25 3 | 50 5%RH |
| Operating temperature range | -40℃ ~ 70℃ | |
|---|---|---|
| Operating Humidity Range | 10 %- 90 % RH ( non-condense | ) |


Module makes use of serial communication. Communication configuration parameters are:
Baud rate 9600
Data bits 8 bits
Stop bit 1 bit
Parity bit None
There are two communication types: active upload type and Q&A type. The default type is active upload and it sends gas concentration once every second. Commands are as follow:
Gas concentration = concentration (high byte)*256 + concentration (low byte)
command
/*************************************************************************
*Function name : unsigned char FucCheckSum(uchar *i,ucharln)
*Function description : checksum calibration[Take Not(Byte1+Byte2+…Byte7) +1]
*Note : Take Not(Byte1+Byte2+…ByteX (X>2)
*************************************************************************/
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);
➢ Avoid changing or moving sensor on the module.
➢ Avoid moving or changing electronic elements on PCB.
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
|---|---|---|---|---|---|---|---|---|
| Start | Gas | Unit | No decimal byte | Concentrati | Concentration | Full | Full | Check |
| ppb | on | (low byte) | range | range | sum | |||
| (High byte) | (high | (low | ||||||
| byte) | byte) | |||||||
| 0xFF | CH2O=0x17 | Ppb=0x04 | 0x00 | 0x00 | 0x25 | 0x07 | 0xD0 | 0x25 |
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
|---|---|---|---|---|---|---|---|---|
| Start | Reserved | Switch | Q&A | Reserved | Reserved | Reserved | Reserved | Checksum |
| 0xFF | 0x01 | 0x78 | 0x41 | 0x00 | 0x00 | 0x00 | 0x00 | 0x46 |
|---|---|---|---|---|---|---|---|---|
| Switch to active upload mode | : | |||||||
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| Start | Reserved | Switch | Active | Reserved | Reserved | Reserved | Reserved | Checksum |
| command | upload |
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
|---|---|---|---|---|---|---|---|---|
| Start | Reserved | Command | Reserved | Reserved | Reserved | Reserved | Reserved | Checksum |
| 0xFF | 0x01 | 0x86 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x79 |
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
|---|---|---|---|---|---|---|---|---|
| Start | Command | Concentration | Concentration | Reserved | Reserved | Concentration | Concentration | Checksum |
| (High byte) | (low byte) | (High byte) | (low byte) | |||||
| ( ug/m3 ) | ( ug/m3 ) | ( ppb ) | ( ppb ) | |||||
| 0xFF | 0x86 | 0x00 | 0x2A | 0x00 | 0x00 | 0x00 | 0x20 | 0x30 |
| ➢ Avoid exposure to organic vapour, organic solvent | 、 high gas concentration. |
|---|---|
| ➢ Protect from excessive vibration and shock. |