≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
Cliquer ici pour visiter Utsource
Bonjour! Se connecter ou Inscrivez-vous immédiatement
APP Fiche technique 380K likes UtsourceSe connecter
acheter(0)
Demandes d'offres (0)
Dear customers, due to the implementation of the GDPR policy in Europe, UTSOURCE has also made adjustment accordingly to meet the policy requirements. Please read the new privacy policy carefully and this window will no longer pop up after you accept it.
Delivery Address
+ Ajouter l'adresse
Nouvelle adresse de transport
* Veuillez remplir correctement le numéro de téléphone portable pour vous assurer que vous pouvez recevoir les informations de suivi à temps.
Code pays
Favoris
Utsource certified used parts
Les pièces d'occasion certifiées Utsource offrent les garanties suivantes:
1. Utsource inspectera les marchandises, y compris l'inspection de l'apparence (aucun dommage grave à l'apparence), sélectionnera des fournisseurs qualifiés et honnêtes et garantira un taux de qualification de 98%.
2. Certaines pièces sont testées par la machine.
3. Les pièces certifiées Utsource peuvent être retournées et remboursées sans condition dans les 60 jours.
Description du produit
The MQ-2 Gas sensor can detect or measure gasses like LPG, Alcohol, Propane, Hydrogen, CO and even methane.
Tous les noms de produits, marques commerciales, marques et logos utilisés sur ce site sont la propriété de leurs propriétaires respectifs. La description, la description ou la vente de produits comportant ces noms, marques, marques et logos est uniquement destinée à des fins d’identification et ne vise en aucun cas à indiquer une affiliation avec un détenteur des droits ou une autorisation de celui-ci.
QUANTITY | UNIT PRICE | PLUS UNIT PRICE | TOTAL PRICE |
---|---|---|---|
≥1: | US $2.53000 | US $2.37820 | US $2.37820 |
≥5: | US $2.03000 | US $1.90820 | US $9.54100 |
≥10: | US $1.52000 | US $1.42880 | US $14.28800 |
Produit de substitution
Product Name | Description |
---|---|
MQ-3 Alcohol Sensor | Sensitive to alcohol and benzine, used for breathalyzers. |
MQ-4 Methane Sensor | Detects methane (natural gas) and is used in gas leak detectors. |
MQ-5 Gas Sensor | Useful for detecting LPG, natural gas, and town gas. |
MQ-6 LPG Sensor | Specifically designed for the detection of LPG; used in home and industry. |
MQ-7 Carbon Monoxide Sensor | Sensitive to carbon monoxide (CO), used in CO detectors. |
MQ-8 Hydrogen Sensor | Detects hydrogen gas and used in various hydrogen leak detection systems. |
MQ-9 CO and Combustible Gas Sensor | Detects both carbon monoxide (CO) and a range of combustible gases. |
MQ-135 Air Quality Sensor | Measures air quality by detecting NH3, NOx, alcohol, benzene, smoke, and CO2. |
For each link, replace [product name]
with the actual product name for the search.
Utilisation du produit
The MQ-2 smoke sensor module is a versatile sensor that can detect gas concentrations, particularly smoke, liquefied petroleum gas (LPG), butane, propane, methane, alcohol, and hydrogen. It is widely used in various circuits and applications, especially those related to safety and automation. Here are some typical circuits and applications where the MQ-2 smoke sensor can be found:
Smoke Detection Alarm Systems: The sensor can be used to build a simple smoke alarm circuit. When smoke is detected, the sensor triggers an alarm, such as an LED, buzzer, or relay to alert users of the presence of smoke.
Gas Leak Detection Systems: The MQ-2 sensor can detect gases like LPG, methane, and others. Circuits can be designed to monitor the concentration of these gases and trigger an alarm or perform automated actions, like shutting off a gas valve in case of a leak.
Air Quality Monitoring Systems: The sensor can be part of a system that continuously monitors air quality, providing data on the concentration of various gases and taking automated actions if specific thresholds are exceeded.
Safety Systems in Industrial Environments: Industrial environments where explosive or toxic gases might be present can use the MQ-2 sensor as part of a larger safety and monitoring system to ensure a safe working environment.
Home Automation Systems: Integrating the MQ-2 sensor into a smart home system can help in automatically controlling ventilation systems, providing notifications to homeowners, or integrating with other smart devices to ensure a safe home environment.
Automotive Gas Detection: This sensor can be used in automobiles to detect exhaust gas leaks or other hazardous substances, ensuring the safety of passengers and the proper functioning of the vehicle.
Microcontroller-Based Projects: The MQ-2 sensor is commonly used in Arduino, Raspberry Pi, and other microcontroller-based projects for educational and prototyping purposes. It provides a practical way to incorporate smoke and gas detection into DIY projects.
IoT (Internet of Things) Devices: In IoT applications, the MQ-2 can be linked with networks to send data to the cloud or other remote locations, enabling real-time monitoring and automated alerts via the internet.
A typical circuit using an MQ-2 sensor module may be connected to a microcontroller like an Arduino. The sensor has four pins:
Here's a simple example outline of how you could set up the sensor with an Arduino:
Connections:
Arduino Code (Example):
int smokeSensorPin = 2; // Digital pin D2 connected to DOUT of MQ-2
int alarmPin = 13; // Digital pin D13 connected to LED or buzzer
void setup() {
pinMode(smokeSensorPin, INPUT);
pinMode(alarmPin, OUTPUT);
Serial.begin(9600);
}
void loop() {
int smokeDetected = digitalRead(smokeSensorPin);
if (smokeDetected == HIGH) {
digitalWrite(alarmPin, HIGH); // Turn on the LED or buzzer
Serial.println("Smoke detected!");
}
else {
digitalWrite(alarmPin, LOW); // Turn off the LED or buzzer
Serial.println("No smoke.");
}
delay(1000);
}
This example code turns on an alarm (LED or buzzer) when smoke is detected. The Serial.println
lines are optional and provide feedback in the Serial Monitor for testing and debugging.
Using the MQ-2 sensor module in various circuits helps enhance safety and automation capabilities by detecting dangerous gas levels and smoke, thereby preventing potential hazards.
Liste des pays pour la logistique mondiale
Drapeau | Pays | Délai de livraison estimé | Coût minimum du premier poids | ||
---|---|---|---|---|---|
Livraison express | Expédition standard | Livraison express (0.5kg) | Expédition standard (0.05kg) |
Commande
Paiement
Transport de marchandises
Coupon cadeau/service Plus
Retour
En règle générale, les retours sont acceptés lorsqu'ils sont effectués dans un délai de 90 jours à compter de la date de livraison du colis.
Produit défectueux (veuillez fournir un rapport de qualité d'un tiers sur la non conformité du produit)
Les frais de retour doivent être prépayés ; nous n'acceptons pas les envois contre remboursement.
Politique de garantie
Tous les achats effectués sur UTSOURCE bénéficient d'une politique de remboursement de 90 jours, en plus d'une garantie UTSOURCE de 100 jours pour tout défaut de fabrication. Cette garantie ne s'applique pas aux articles dont les défauts ont été causés par un assemblage incorrect par le client, le non-respect des instructions par le client, une modification du produit ou un usage négligent ou inapproprié du produit.
MQ-2 Smoke Sensor Module
MQ-2 Smoke Sensor Module possède plusieurs marques dans le monde entier qui peuvent avoir des noms alternatifs pour MQ-2 Smoke Sensor Module en raison de différences régionales ou d'acquisitions. MQ-2 Smoke Sensor Module peut également être connu sous les noms suivants
OPTIONS D'ACHAT
Livraison gratuite sur le premiers 0.5 kg à partir de US $300.00 de commande(Sauf les États-Unis)
Livraison express: Arrivée estimée {0}
Livraison standard: Arrivée estimée {0}
Pays:
United States
Express : (FEDEX, UPS, DHL, TNT)Livraison gratuite sur le premiers 0.5 kg à partir de 300$ de commande,le surpoids sera facturé séparément(Sauf les États-Unis)
UTSOURCE
0 choix de vendeurs
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
Minimum:{{pro.BuyQuantity}}
Livraison standard
Livraison express: Arrivée estimée {0}
Livraison standard: Arrivée estimée {0}
Experts en arrêt de production, nous pouvons fournir un grand nombre de composants électroniques dont la production a été arrêtée et qui sont difficiles à trouver, pour faciliter l'entreprise de maintenance
Reply to
submit