คำอธิบาย
เซนเซอร์ก๊าซ คาร์บอนมอนอกไซด์ MQ-9 Carbon Monoxide (CO), Flammable gasses Sensor
Technical Parameter
- ตรวจจับแก๊ส คาร์บอนมอนอกไซด์ Carbon Monoxide (CO), Flammable gasses
- ตรวจจับความเข้มข้น Detection Range
- Input voltage: DC5V
- Sensitive material MQ-9 gas sensor is used to clean the air in the lower conductivity of tin dioxide (SnO2).
- Detection method using low temperature cycling (1.5V heating ) to detect carbon monoxide, conductivity sensors with carbon monoxide in the air increased with increasing gas concentration , spurious adsorption at high temperatures (5.0V heating ) detection of combustible gases methane, propane and cryogenic cleaning gases.
- Simple circuit can be used to change the conductivity , concentration of the gas is converted to the corresponding output signal.
- MQ-9 high gas sensor for carbon monoxide, methane , liquefied petroleum gas sensitivity , the sensor can detect a variety of gases containing carbon monoxide and flammable , is a low-cost sensors for a variety of applications.
Application:
- Domestic Carbon Monoxide (CO), Flammable Gas concentration detector, Industrial Carbon Monoxide (CO), Flammable Gas leakage detector, Portable Carbon Monoxide (CO), Flammable Gas detector
Arduino Example Code
1 2 3 4 5 6 7 8 9 10 11 |
#define MQ9_PIN A0 // MQ-9 sensor is connected to A0 void setup() { Serial.begin(9600); // initialize serial communication } void loop() { int sensorValue = analogRead(MQ9_PIN); // read the value from the sensor Serial.println(sensorValue); // print the value to the serial monitor delay(1000); // wait for 1 second } |
รีวิว
ยังไม่มีบทวิจารณ์