About this product
ประเภทของการรับประกันการรับประกันของผู้ผลิต
Product description
MQ-135 Sensor Module Arduino ตรวจวัดแก๊สที่เป็นอัตรายต่อมนุษย์ สามารถนำมาประยุคใช้กับการทำงานเครื่องฟอกอากาศ หรือการคุบคุมสภาพอากาศ การเฝ้าระวังแก๊สในอากาศ
The MQ-135 sensor module for Arduino is used to detect gases that are hazardous to human health. It can be used for various applications such as air purification systems, controlling atmospheric conditions, and monitoring gas levels in the air.
•ใช้แรงดัน 5V
•Output ให้สัญญาณ Analog เป็นค่าที่วัดได้จริง
•Output ให้สัญญาณ Digital เป็นค่าที่ปรับตั้งโดยการหมุนตัว R เพื่อแจ้ง
•Sensor MQ-135 ต้องรอรับค่าสภาพอากาศเป็นเวลา 20 วืนาทีก่อนที่จะวัด
•MQ-135 Sensor Module (ตรวจวัดแก๊สที่เป็นอัตรายต่อมนุษย์)
ตัวอย่างการใช้งาน Arduino กับ MQ-135
const int analogInPin = A0;
sensorValue = analogRead(analogInPin);
Serial.print("sensor = ");
Serial.println(sensorValue);