0388724758
Tiếng Việt (VND)
Thương hiệu
Mã khách hàng
Mô tả
Nguồn: 5VDC, IC chính: LM393
Hết hàng
(Đặt mua để có hàng sớm)
Min: 1
Bội số: 1
Đơn vị bán: Cái
Số lượng | Đơn giá | Thành tiền |
1+ | 24,000 đ | 24,000 đ |
20+ | 23,500 đ | 470,000 đ |
50+ | 23,000 đ | 1,150,000 đ |
Thuộc tính | Giá trị | Tìm kiếm |
---|---|---|
Danh mục | Mạch Cảm Biến Khí Gas | |
RoHS | ||
Loại khí dò | Khí Hydro | |
0 Sản phẩm tương tự |
Thuộc tính | Giá trị | Tìm kiếm |
---|---|---|
Danh mục | Mạch Cảm Biến Khí Gas | |
RoHS | ||
Loại khí dò | Khí Hydro | |
0 Sản phẩm tương tự |
Hết hàng
(Đặt mua để có hàng sớm)
Min: 1
Bội số: 1
Đơn giá
24,000 đ
Thành tiền
24,000 đ
Đơn vị bán: Cái
Số lượng | Đơn giá | Thành tiền |
---|---|---|
1+ | 24,000 đ | 24,000 đ |
20+ | 23,500 đ | 470,000 đ |
50+ | 23,000 đ | 1,150,000 đ |
Số lượng | Đơn giá | Thành tiền |
1+ | 24,000 đ | 24,000 đ |
20+ | 23,500 đ | 470,000 đ |
50+ | 23,000 đ | 1,150,000 đ |
Thuộc tính | Giá trị | Tìm kiếm |
---|---|---|
Danh mục | Mạch Cảm Biến Khí Gas | |
RoHS | ||
Loại khí dò | Khí Hydro | |
0 Sản phẩm tương tự |
Thuộc tính | Giá trị | Tìm kiếm |
---|---|---|
Danh mục | Mạch Cảm Biến Khí Gas | |
RoHS | ||
Loại khí dò | Khí Hydro | |
0 Sản phẩm tương tự |
MQ-8 Mạch Cảm Biến Khí Hydro được sử dụng để cảm đo khí gas trong môi trường. Cảm biến có độ nhạy cao khả năng phản hồi nhanh, độ nhạy có thể điều chỉnh được bằng biến trở. Cảm biến này có thể chịu được hơi ethanol, LPG (dầu mỏ), nhiễu khói.
Thông số kỹ thuật:
/* MQ-8 Hydrogen Gas Sensor Circuit with Arduino */
const int AOUTpin=0;//the AOUT pin of the hydrogen sensor goes into analog pin A0 of the arduino
const int DOUTpin=8;//the DOUT pin of the hydrogen sensor goes into 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);//sets the baud rate
pinMode(DOUTpin, INPUT);//sets the pin as an input to the arduino
pinMode(ledPin, OUTPUT);//sets the pin as an output of the arduino
}
void loop()
{
value= analogRead(AOUTpin);//reads the analaog value from the hydrogen sensor's AOUT pin
limit= digitalRead(DOUTpin);//reads the digital value from the hydrogen sensor's DOUT pin
Serial.print("Hydrogen value: ");
Serial.println(value);//prints the hydrogen value
Serial.print("Limit: ");
Serial.print(limit);//prints the limit reached as either LOW or HIGH (above or underneath)
delay(100);
if (limit == HIGH){
digitalWrite(ledPin, HIGH);//if limit has been reached, LED turns on as status indicator
}
else{
digitalWrite(ledPin, LOW);//if threshold not reached, LED remains off
}
}
MQ-8 Mạch Cảm Biến Khí Hydro được sử dụng để cảm đo khí gas trong môi trường. Cảm biến có độ nhạy cao khả năng phản hồi nhanh, độ nhạy có thể điều chỉnh được bằng biến trở. Cảm biến này có thể chịu được hơi ethanol, LPG (dầu mỏ), nhiễu khói.
Thông số kỹ thuật:
/* MQ-8 Hydrogen Gas Sensor Circuit with Arduino */
const int AOUTpin=0;//the AOUT pin of the hydrogen sensor goes into analog pin A0 of the arduino
const int DOUTpin=8;//the DOUT pin of the hydrogen sensor goes into 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);//sets the baud rate
pinMode(DOUTpin, INPUT);//sets the pin as an input to the arduino
pinMode(ledPin, OUTPUT);//sets the pin as an output of the arduino
}
void loop()
{
value= analogRead(AOUTpin);//reads the analaog value from the hydrogen sensor's AOUT pin
limit= digitalRead(DOUTpin);//reads the digital value from the hydrogen sensor's DOUT pin
Serial.print("Hydrogen value: ");
Serial.println(value);//prints the hydrogen value
Serial.print("Limit: ");
Serial.print(limit);//prints the limit reached as either LOW or HIGH (above or underneath)
delay(100);
if (limit == HIGH){
digitalWrite(ledPin, HIGH);//if limit has been reached, LED turns on as status indicator
}
else{
digitalWrite(ledPin, LOW);//if threshold not reached, LED remains off
}
}
Chấp nhận thanh toán