MQ-7 Modul detectie gaz: monoxid de carbon

Reduceri! MQ-7 Modul detectie gaz: monoxid de carbon Mareste

BAMEJK_MQ-7

Produs nou

1 Produs

ATENTIE: Ultimele bucati in stoc!

13,04 lei cu TVA

-6,51 lei

19,55 lei

Caracteristici

Sensibilitate ridicată la monoxid de carbon;

Stabil si de lunga durata;

Aplicare

Utilizat în echipamentele de detectare a monoxidului de carbon (CO) în resedinte și industrie sau în mașină.
Modulul trebuie folosit impreuna cu o placa de dezvoltare care sa furnizeze o putere minima necesara de 350mW.

Specificatii tehnice:

Conditii standard:

Tensiune circuit 5V±0.1

Tensiune de incalzire 5V±0.1

Putere consumata aproximativ 350mW

Conditii mediu:

Temp. Utilizare -20℃ - 50℃

Temp. Depozitare -20℃ - 50℃

Dimensiuni: 40x22x21mm

Exemplu de conectare:

Pentru realizarea acestui exemplu aveti nevoie de urmatoarele:

1x buc. Placa de dezvoltare UNO R3 compatibil Arduino 
1x buc. MQ-7 Modul detectie gaz: monoxid de carbon 
diferite fire necesare pentru realizarea legaturilor electrice

Conexiuni necesare:

Modul VCC --------- UNO 5V
Modul GND --------- UNO GND
Modul D0 --------- UNO D8
Modul A0 --------- UNO A0

Exemplu cod:

const int AOUTpin=0;//the AOUT pin of the CO sensor goes into analog pin A0 of the arduino
const int DOUTpin=8;//the DOUT pin of the CO 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 CO sensor's AOUT pin
limit= digitalRead(DOUTpin);//reads the digital value from the CO sensor's DOUT pin

Serial.print("CO value: ");
Serial.println(value);//prints the CO 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
}
}

Nivelul masurat s-a stabilizat dupa cateva minute la valoarea de aproximativ 50 ppm in camera in care am realizat testul.

Continutul coletului:

1x MQ-7 Modul detectie gaz: monoxid de carbon

Nu sunt review-uri în acest moment.

Scrie un review (doar daca ai cumparat produsul, pentru intrebari sau nelamuriri foloseste pagina de contact)

MQ-7 Modul detectie gaz: monoxid de carbon

MQ-7 Modul detectie gaz: monoxid de carbon

30 alte produse în aceeași categorie: