SGHS02 เซนเซอร์ก๊าซ ไฮโดรเจนซัลไฟด์ Hydrogen Sulfide (H2S) Gas Sensor MQ-136

฿765.00

มีสินค้า

คำอธิบาย

เซนเซอร์ก๊าซ ไฮโดรเจนซัลไฟด์ Hydrogen Sulfide (H2S) Gas Sensor MQ-136

Specific parameters:

  • ตรวจจับแก๊ส คาร์บอนมอนอกไซด์ ไฮโดรเจนซัลไฟด์ Gas Sensors Hydrogen Sulfide H2S
  • ตรวจจับความเข้มข้น Detection Range 1- 100ppm
  • Working voltage: DC 5V
  • Dual signal output (analog output and TTL level output)
Application:
  • Domestic Hydrogen Sulfide concentration detector, Industrial Hydrogen Sulfide leakage detector, Portable Hydrogen Sulfide detector

Arduino Example Code

#define MQ136_PIN A0 // MQ-136 sensor is connected to A0

void setup() {
  Serial.begin(9600); // initialize serial communication
}

void loop() {
  int sensorValue = analogRead(MQ136_PIN); // read the value from the sensor
  Serial.println(sensorValue); // print the value to the serial monitor
  delay(1000); // wait for 1 second
}

 

รีวิว

ยังไม่มีบทวิจารณ์

เฉพาะลูกค้าที่เข้าสู่ระบบ และเคยซื้อสินค้าชิ้นนี้แล้วเท่านั้น ที่เขียนบทวิจารณ์ได้