จำนวนชิ้น | ส่วนลดต่อชิ้น | ราคาสุทธิต่อชิ้น |
{{(typeof focus_pdata.price_list[idx+1] == 'undefined')?('≥ '+price_row.min_quantity):((price_row.min_quantity < (focus_pdata.price_list[idx+1].min_quantity - 1))?(price_row.min_quantity+' - '+(focus_pdata.price_list[idx+1].min_quantity - 1)):price_row.min_quantity)}} | {{number_format(((focus_pdata.price_old === null)?focus_pdata.price:focus_pdata.price_old) - price_row.price,2)}} บาท | {{number_format(price_row.price,2)}} บาท |
คงเหลือ | 64 ชิ้น |
จำนวน (ชิ้น) |
- +
|
ซื้อเลย หยิบลงตะกร้า ซื้อเลย หยิบลงตะกร้า คุณมีสินค้าชิ้นนี้ในตะกร้า 0 ชิ้น
ช่องทางสั่งซื้ออื่น ๆ
|
|
|
|
คุยกับร้านค้า | |
{{ size_chart_name }} |
|
หมวดหมู่ | แก๊ส/ฝุ่น |
สภาพ | สินค้าใหม่ |
เพิ่มเติม | |
สภาพ | สินค้ามือสอง |
เกรด | |
สถานะสินค้า | |
ระยะเวลาจัดเตรียมสินค้า | |
เข้าร่วมโปรโมชั่น | |
ข้อมูล |
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
|
รายละเอียดสินค้า |
เซนเซอร์แอลกอฮอล์ 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 |