คำอธิบาย
ZE03 เป็นโมดูลไฟฟ้าเคมีอเนกประสงค์และประสิทธิภาพสูง ใช้อิเล็กโทรด 3 อิเล็กโทรด และไมโครโปรเซสเซอร์ประสิทธิภาพสูง ด้วยการติดตั้งเซ็นเซอร์ก๊าซที่แตกต่างกัน โมดูลจึงสามารถตรวจจับก๊าซที่เกี่ยวข้องได้ มีเอาต์พุตดิจิทัลและเอาต์พุตแรงดันไฟฟ้าแบบอะนาล็อกในเวลาเดียวกัน ซึ่งอำนวยความสะดวกในการใช้งานและการสอบเทียบ และลดระยะเวลาการพัฒนาให้สั้นลง เป็นการผสมผสานระหว่างหลักการตรวจจับเคมีไฟฟ้าที่สมบูรณ์และการออกแบบวงจรที่ซับซ้อน เพื่อตอบสนองความต้องการการตรวจจับที่แตกต่างกันของลูกค้า
Features
- การตรวจจับไฮโดรเจนซัลไฟด์ Hydrogen Sulfide H2S
- High sensitivity & high resolution
- Small size and low power consumption
- UART and analog voltage output
- Good stability and excellent anti-interference ability
Technical Parameter
- Model ZE03-H2S Hydrogen Sulfide
- Working Voltage DC 5±0.1V
- Working Current<10 mA
Pin definition
- Pin 1 GND
- Pin 2 VCC (Voltage input 5.0±0.1V)
- Pin 3 Voltage output
- Pin 5 UART (RXD) Serial data input
- Pin 6 UART (TXD) Serial data output
Communication Protocol
- Baud Rate 9600
- Data Bits 8 bytes
- Stop Bits 1 byte check bits Null
Communication Specification
Checksum and calculation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
/********************************************************************** * Function Name: ucharFucCheckSum (uchar *i,ucharln) * Functional description: checksum【Non(sending/receiving commend Byte1+Byte2+…Byte7) +1】 *Function instruction: add from first digit to penult and then do negation and plus one(number of digits must >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); } |
Dimensions (mm)
Datasheet
- https://www.winsen-sensor.com/d/files/manual/ze03.pdf?searchid=4273
รีวิว
ยังไม่มีบทวิจารณ์