ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า
เซนเซอร์แอลกอฮอล์  MQ-3 alcohol sensor Alcohol. สำหรับตรวจวัดระดับแอลกอฮอล์ในอากาศ
 
First: size: 32mm X22mm X27mm    length X width X height
Second: the main chip: LM393 , ZYMQ-3 gas sensor
Third: the working voltage: DC 5 volts
Fourth: the characteristics:
 
1 . with a signal output indication.
2 . dual signal output (analog output and TTL level output)
3 . the TTL output valid signal is low. (When the output is low, the signal light is on, it can be directly connected to the microcontroller) 
4. analog output 0~5V voltage, the higher the concentration, the higher the voltage. 
5. High sensitivity and good selectivity to ethanol vapor. 
6. with long life and reliable stability 
7. fast response recovery features
 
Fifth the application:
 
It is used for on-site inspection of motor vehicle drivers and other non-drinking operators, and is also used for the detection of ethanol vapor in other places.


ตัวอย่าง code

const int AOUTpin=0;  // analog pin A0 of the arduino

const int DOUTpin=8;  //digital pin D8 of the arduino

const int ledPin=13;   //the anode of the LED connects to digital pin D13 of the arduino

 

int limit;

int value;

 

void setup() {

Serial.begin(115200);

pinMode(DOUTpin, INPUT);

pinMode(ledPin, OUTPUT);

}

 

void loop()

{

value= analogRead(AOUTpin);

limit= digitalRead(DOUTpin);

Serial.print(“Alcohol value: “);

Serial.println(value);

Serial.print(“Limit: “);

Serial.print(limit);

delay(100);

if (limit == LOW){

digitalWrite(ledPin, HIGH);

}

else{

digitalWrite(ledPin, LOW);

}

}

เงื่อนไขอื่นๆ
Tags

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

บมจ. ธนาคารกรุงไทย สาขาโรงไฟฟ้าบางปะกง ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาบิ๊กซี ฉะเชิงเทรา 2 ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
สนธยา ใจผ่อง
063-xxxxxx-8
Accept All Banks | รับเงินได้จากทุกธนาคาร
พูดคุย-สอบถาม