Gas Sensor Module Breakout Board for MQ Series Gas Detection Sensor
- Was RM10.00
-
RM6.00
- Product Code: Gas Module Board
- Availability: In Stock
This sensor module board can be used with many MQ series gas sensors such as MQ-2, MQ-3, MQ-4, MQ-5, MQ-6, MQ-7, MQ-8, MQ-9 and MQ-135 sensors.
Note: This is the PCB only, sensor can be bought separately.
Features:
Specification:
Below is an example to connect with a MQ2 sensor:
Gas Sensor Module | Arduino Pin |
VCC | 5V |
Ground | GND |
DO | D7 |
AO | - |
int sensor=7; int gas_value; void setup() { pinMode(sensor,INPUT); Serial.begin(9600); } void loop() { gas_value=digitalRead(sensor); Serial.println(gas_value); }
Gas Sensor Module | Arduino Pin |
VCC | 5V |
Ground | GND |
DO | - |
AO | A0 |
float sensor=A0; float gas_value; void setup() { pinMode(sensor,INPUT); Serial.begin(9600); } void loop() { gas_value=analogRead(sensor); Serial.println(gas_value); }
Recommendation:
Mount and solder a sensor socket on this board to seasily interchange the MQ series gas sensor:
Tags: Gas Sensor