F1031V Mass Air Flow Sensor (แท้จาก DFRobot)

F1031V Mass Air Flow Sensor (แท้จาก DFRobot)
F1031V Mass Air Flow Sensor (แท้จาก DFRobot)F1031V Mass Air Flow Sensor (แท้จาก DFRobot)F1031V Mass Air Flow Sensor (แท้จาก DFRobot)F1031V Mass Air Flow Sensor (แท้จาก DFRobot)F1031V Mass Air Flow Sensor (แท้จาก DFRobot)F1031V Mass Air Flow Sensor (แท้จาก DFRobot)F1031V Mass Air Flow Sensor (แท้จาก DFRobot)
รหัสสินค้า AS00627
หมวดหมู่ วัดสภาพแวดล้อมและแก๊ส Environmental / Gas
ราคา 3,850.00 บาท
ขออภัย สินค้าหมด
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
ดูรายละเอียดการใช้งานได้ที่ click

INTRODUCTION

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

  • High precision, fast response, good repeatability
  • Completely calibrated and temperature compensated

Applications

  • Intensive care ventilator
  • Portable ventilator
  • Industrial process control
  • Environment protection
  • Air purifier

SPECIFICATION 

  • Measuring Range: 150SLM (SLM: standard litre per minute. Standard-state: 20gas temperature and 101.325 kPa gas pressure)
  • Power Supply: 5V
  • Operating Current: 25mA
  • Accuracy: <4%FS
  • Response Time: 50ms
  • Operating Temperature Range: -25℃~65℃
  • Working Pressure: <100kPa

SHIPPING LIST 

  • F1031V Mass Air Flow Sensor x1

DOCUMENTS

Connection Diagram

SEN0360CONNECT

Sample Code 1 - Get Air Flow

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)

warning_yellow.png 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);
}

Result

SEN0360 Result1

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1711]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2156
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,444,337 ครั้ง
ผู้ชมทั้งหมด5,947,415 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท22 ต.ค. 2568

MEMBER

พูดคุย-สอบถาม