รหัสสินค้า | SG00130 |
หมวดหมู่ | Gas Sensors แก๊สเซ็นเซอร์ |
ราคา | 475.00 บาท |
สถานะสินค้า | พร้อมส่ง |
จำนวน | ชิ้น |
ItemMinTypicalMaxUnitOperating VoltageCurrentDetection GasDetectable Concentration
4.75 | 5.0 | 5.25 | V |
100 | 120 | 140 | mA |
Alcohol | - | ||
20-1000 | ppm |
The Alcohol Sensor MQ303Q requires adequate current (150mA). The power source is from VCC of Grove Connector. The following sketch demonstrates some applications.
More information about gas sensor, please refer to this manual.
วิธีใช้งาน
http://www.seeedstudio.com/wiki/How_to_choose_A_Gas_Sensor
http://www.seeedstudio.com/wiki/Grove_-_Alcohol_Sensor
https://github.com/Seeed-Studio/Travelling_Mine
Upload the following sketch. Please click here if you do not know how to upload.
//MQ303A Testing - A simple sketch to understand the working of Alcohol sensor. Can be used to study how to calibrate threshold values.
//Alcohol Sensor DAT Pin is connected to Analog Input Pin 0 (A0)
#define analogInDatPin 0
//Alcohol Sensor SCL Pin is connected to Analog Input Pin 1 (A1). In this case it is used as digital ouput.
//15 is mapped to A1
#define heaterSelPin 15
int sensorValue = 0;
void setup()
{
pinMode(heaterSelPin,OUTPUT); // set the heaterSelPin as digital output.
digitalWrite(heaterSelPin,HIGH); //when heaterSelPin is set, heater is switched off.
Serial.begin(9600); // open the serial port at 9600 bps
}
void loop()
{
digitalWrite(heaterSelPin,LOW); //switch on the heater of Alcohol sensor
sensorValue = analogRead(analogInDatPin); //read the analog value
Serial.print("sensor test value = "); //Disply the results in serial monitor.
Serial.println(1023-sensorValue); // sensorValue goes down when alcohol is detected.
delay(100);
}
Click Upload to Upload the code, if you have any problem about how to start Arduino, please click here for some help.
ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB
กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ
ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ
https://www.arduitronics.com/informpayment
หน้าที่เข้าชม | 15,375,197 ครั้ง |
ผู้ชมทั้งหมด | 5,878,275 ครั้ง |
เปิดร้าน | 21 พ.ค. 2556 |
ร้านค้าอัพเดท | 5 ก.ย. 2568 |