-8%

甲醛感測器模組 ZE08-CH2O 出廠已標定 已校準 UART 串口輸出濃度

原始價格:NT$850。目前價格:NT$780。 (未稅)

狀態: 尚有庫存 貨號: SNA-004797 分類: 標籤: , ,

描述

甲醛感測器模組 ZE08-CH2O 出廠已標定 已校準 UART 串口輸出濃度 Arduino 免開發含範例

ZE08-CH2O型電化學甲醛模組是一個通用型、小型化 模組。利用電化學原理對空氣中存在的CH2O進行探測,具 有良好的選擇性,穩定性。內置溫度感測器,可進行溫度 補償;同時具有數位輸出與類比電壓輸出,方便使用。 ZE08-CH2O是將成熟的電化學檢測技術與精良的電路設計 緊密結合,設計製造出的通用型氣體模組。購買提供完整 Arduino 函數庫. 您可以直接使用喔。

甲醛感測器模組 ZE08-CH2O 模組特點

高靈敏度、高解析度、低功耗、使用壽命長 提供 UART、類比電壓信號等多種輸出方式 高穩定性、優秀的抗干擾能力、溫度補償、卓越的線性輸出

主要應用

可擕式儀錶、空氣品質監測設備、空氣淨化機、新風換氣系統、空調、智慧家居設備等場所。

甲醛感測器模組 ZE08-CH2O 技術參數 :

型號。 ZE08-CH2O
目標氣體 CH2O
干擾氣體 酒精,CO等。
輸出數據 DAC(0.4~2V標準電壓輸出)
UART輸出(3V電平)
工作電壓 3.7V~9V(帶電壓反接保護)
熱身時間 ≤3分鐘
響應時間 ≤60s
恢復時間 ≤60s
檢測範圍 0〜5ppm的
解析度 ≤0.01ppm
工作溫度 0〜50℃
操作哼聲。 相對濕度15%RH-90%RH(無冷凝)
儲存溫度 0〜50℃
工作生涯 2年(空中)

參考電路:

指令
PIN4 Vin(電壓輸入3.7V~9V)
引腳3 GND
PIN2 DAC(0.4~2V,0-5ppm)
PIN7 PWM
PIN1 HD(零校準,僅供工廠使用)
5腳 UART(RXD)0~3.3V數據輸入
PIN6 UART(TXD)0~3.3V數據輸出

甲醛感測器模組 ZE08-CH2O

管腳定義                  2

 

管腳名稱 管腳說明
Pin1 預留
Pin2 DAC  (0.4~2V,對應 0-滿量程)
Pin3 GND
Pin4 Vin(電壓輸入 3.7V~5.5V)
Pin5 UART(RXD) 0~3.3V 資料登錄
Pin6 UART(TXD) 0~3.3V 資料輸出
Pin7 預留

通訊協定

 

1 通用設置                                    3

串列傳輸速率 9600
數據位元 8 位
停止位 1 位
校驗位

 

2 通訊命令

通信分為主動上傳式和問答式,出廠默認主動上傳,每間隔1S發送一次濃度值。

如果使用者切換到問答模式下,需要重新切換為主動上傳時,發送如下命令列格式即可:

表 4

Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7 Byte8
起始位 保留 切換命令 主動上傳 保留 保留 保留 保留 校驗值
0xFF 0x01 0x78 0x40 0x00 0x00 0x00 0x00 0x47

主動上傳的資料顯示格式如下:

表 5

Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7 Byte8
起始位 氣體名稱

(CH2O)

單位

(ppb)

小數位數

氣體濃度

高位

氣體濃度

低位

滿量程

高位

滿量程

低位

校驗值
0xFF 0x17 0x04 0x00 0x00 0x25 0x13 0x88 0x25

氣 體 濃 度 值 (PPB)=( 氣 體 濃 度 高 位 *256+ 氣 體 濃 度 低 位 ). 當 轉 換 為 PPM 時 : PPM= PPB/1000.

1PPM×1.25 = 1.25mg/m3.

當使用者需要問答模式時可通過發送如下命令格式來關閉主動上傳的資料,再發送讀取濃度的命令即可。關閉主動上傳的命令列格式如下:

表 6

Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7 Byte8
起始位 保留 切換命令 問答 保留 保留 保留 保留 校驗值
0xFF 0x01 0x78 0x41 0x00 0x00 0x00 0x00 0x46

 問答模式下,讀取濃度的命令格式如下:

表 7

Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7 Byte8
起始位 保留 命令 保留 保留 保留 保留 保留 校驗值
0xFF 0x01 0x86 0x00 0x00 0x00 0x00 0x00 0x79

 返回的感測器濃度值顯示格式如下:

表 8

Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7 Byte8
起始位 命令 氣體濃度高位

(ug/m3)

氣體濃度低位

(ug/m3)

保留 保留 氣體濃度

高位(ppb)

氣體濃度

低位(ppb)

校驗值
0xFF 0x86 0x00 0x2A 0x00 0x00 0x00 0x20 0x30

氣體濃度值=氣體濃度高位*256+氣體濃度低位

甲醛感測器模組 ZE08-CH2O 資料與文件下載

ZE08-CH2O

ZE08-CH2O is a general-purpose and miniaturization electrochemical formaldehyde detection module. It utilizes electrochemical principle to detect CH2O in air which makes the module with high selectivity and stability. It is built-in temperature sensor to make temperature compensation. It has the digital output and analog voltage output at the same time. It is a combination of mature electrochemical detection principle and sophisticated circuit design.

Applications :
Portable detector, air-quality monitor, air cleaner, air renewal system, air conditioner, smart home &etc.

Technical parameters :

Model No. ZE08-CH2O
Target Gas CH2O
Interference Gas Alcohol, CO &ect.
Output Data DAC(0.4~2V standard voltage output )
UART output(3V Electrical Level)
Working Voltage 3.7V~9V( With voltage reverse connect protection)
Warm up time ≤3 minutes
Response time ≤60s
Resume time ≤60s
Detection Range 0~5ppm
Resolution ≤0.01ppm
Operating Temp. 0~50℃
Operating Hum. 15%RH-90%RH(No condensation)
Storage temp. 0~50℃
Working life 2 years(in air)

Reference Circuit :

PIN Instruction
Pin4 Vin(Voltage input 3.7V~9V)
Pin3 GND
Pin2 DAC (0.4~2V,for 0-5ppm)
Pin7 PWM
Pin1 HD (Zero calibration,only for factory use)
Pin5 UART(RXD) 0~3.3V data input
Pin6 UART(TXD) 0~3.3V data output

商品評價

目前沒有評價。


搶先評價 “甲醛感測器模組 ZE08-CH2O 出廠已標定 已校準 UART 串口輸出濃度”