รหัสสินค้า | AS00627 |
หมวดหมู่ | วัดสภาพแวดล้อมและแก๊ส Environmental / Gas |
ราคา | 3,850.00 บาท |
F1031V Mass Air Flow Sensor adopts thermodynamic principle to detect flow rate of gas medium in the flow channel, with high precision and good repeatability. It comes with built-in temperature sensor to provide temperature compensation for measured data. Meanwhile, the sensor has liner analog voltage output, easy to use. It can be used in applications like ventilator, air purifiers, etc.
Features
Applications
DOCUMENTS
Connection Diagram
Upload the codes to UNO, then open the serial monitor to check the gas flow.
Real flow = Range *( sensor output voltage - sensor zero output voltage) /(Sensor full scale output voltage - sensor zero output voltage)
NOTE: please change the appropriate reference voltage according to mainboard.
#define RANGE 150 //Measurement Range
#define ZEROVOLTAGE 0.5 //Zero Voltage
#define FULLRANGEVOLTAGE 4.5 //Full scale voltage
#define VREF 5 //Reference voltage
int sensorPin = A0; // select the input pin for the air meter
float sensorValue = 0;
void setup() {
Serial.begin(9600);
}
void loop() {
// read the value from the sensor:
sensorValue = analogRead(sensorPin)*VREF;
sensorValue = sensorValue / 1024;
sensorValue = RANGE*(sensorValue - ZEROVOLTAGE)/(FULLRANGEVOLTAGE - ZEROVOLTAGE);
Serial.print(sensorValue);
Serial.println(" SLM");
delay(500);
}
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,444,337 ครั้ง |
ผู้ชมทั้งหมด | 5,947,415 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 22 ต.ค. 2568 |