คำอธิบาย
เซนเซอร์ก๊าซ ไฮโดรเจนซัลไฟด์ 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
1 2 3 4 5 6 7 8 9 10 11 |
#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 } |
รีวิว
ยังไม่มีบทวิจารณ์