User Tools

Site Tools


amc2022:grouph:mq2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
amc2022:grouph:mq2 [2022/08/25 22:53] gustavo001amc2022:grouph:mq2 [2023/01/05 14:38] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 {{ :amc2022:grouph:twig-gas_sensor.jpg?nolink&250 |}} {{ :amc2022:grouph:twig-gas_sensor.jpg?nolink&250 |}}
 +
 +
 +
 +
 +
 +
 +
 +The MQ2 gas sensor was used to determine the concentration of gasses such as LPG (liquid petroleum gas), carbon monoxide, and smoke from 200 to 10000ppm, this is a measurement of concentration of molecules in a volume, for example if we have a concentration of CO2 of  200ppm. Out of one million gas molecules in a volume we can say that 200 are CO2.
 +MQ2 is a metal oxide semiconductor. It detects gasses based on the change of resistance of the sensing material when the gas comes in contact with the material, these are called Chemiresistors.
 +{{ :amc2022:grouph:mq2_schematics.png?nolink&600 |}}
 +**//  Figure 2.1//** MQ2 Sensor Schematics. Source: https://www.mouser.com/datasheet/2/321/605-00008-MQ-2-Datasheet-370464.pdf/}}
 +
 +
 +
  
  
Line 23: Line 37:
  
  
 +====Structure:====
  
-The MQ2 gas sensor was used to determine the concentration of gasses such as LPG (liquid petroleum gas), carbon monoxide, and smoke from 200 to 10000ppmthis is a measurement of concentration of molecules in volume, for example if we have a concentration of CO2 of  200ppmOut of one million gas molecules in a volume we can say that 200 are CO2. +The structure of the sensor is important since we are talking about measuring volatile gasses, and that its done with a heated component, we don't want to ignite the gasfor that reason the covering of the sensor which is a stainless steel mesh prevents that from happening. In addition it prevents large particles from entering and clogging the sensor. The device can both detect gas but also measure its concentration, for our purposes we want to measure itFurthermore, as illustrated in Figure 2.2, the actual sensing unit is placed in suspension, this is to make sure the sensor is reading passing air. 
-MQ2 is a metal oxide semiconductorIt detects gasses based on the change of resistance of the sensing material when the gas comes in contact with the materialthese are called Chemiresistors. +There are 6 wire connections from the sensing unit. Denominated A,H and B, they are 2 H wires made out of Nickel and Chromium with the purpose of heating the unit,, and 4 A and B wires that are made out of Platinum and are used for the output signalsThe base is composed of bakelite which is plastic material that is resistant to high levels of heat and also has very low conductivity properties.
-{{ :amc2022:grouph:mq2_schematics.png?nolink&600 |}} +
-**//  Figure 1.//** MQ2 Sensor Schematics. Source: https://www.mouser.com/datasheet/2/321/605-00008-MQ-2-Datasheet-370464.pdf/}}+
  
-====Structure:==== 
  
-The structure of the sensor is important since we are talking about measuring volatile gasses, and that its done with a heated component, we don't want to ignite the gas, for that reason the covering of the sensor which is a stainless steel mesh prevents that from happening. In addition it prevents large particles from entering and clogging the sensor. The device can both detect a gas but also measure its concentration, for our purposes we want to measure it. Furthermore, as illustrated in Figure #, the actual sensing unit is placed in suspension, this is to make sure the sensor is reading passing air. 
-There are 6 wire connections from the sensing unit. Denominated A,H and B, they are 2 H wires made out of Nickel and Chromium with the purpose of heating the unit,, and 4 A and B wires that are made out of Platinum and are used for the output signals. The base is composed of bakelite which is plastic material that is resistant to high levels of heat and also has very low conductivity properties. 
  
 {{ :amc2022:grouph:mq2_sensing_unit2.png?nolink&400 |}} {{ :amc2022:grouph:mq2_sensing_unit2.png?nolink&400 |}}
-**//  Figure 2.//** MQ2 Sensor, Inside View. Source: https://lastminuteengineers.com/mq2-gas-senser-arduino-tutorial/}}+**//  Figure 2.2//** MQ2 Sensor, Inside View. Source: https://lastminuteengineers.com/mq2-gas-senser-arduino-tutorial/}}
  
 {{ :amc2022:grouph:mq2_sensing_unit.png?nolink&400 |}} {{ :amc2022:grouph:mq2_sensing_unit.png?nolink&400 |}}
-**//  Figure 3.//** MQ2 Sensing Unit. Source: https://lastminuteengineers.com/mq2-gas-senser-arduino-tutorial/}}+**//  Figure 2.3//** MQ2 Sensing Unit. Source: https://lastminuteengineers.com/mq2-gas-senser-arduino-tutorial/}}
  
  
Line 48: Line 58:
  
 ((How MQ2 Gas/Smoke Sensor Works? & Interface it with Arduino ,  https://lastminuteengineers.com/mq2-gas-senser-arduino-tutorial/)) ((How MQ2 Gas/Smoke Sensor Works? & Interface it with Arduino ,  https://lastminuteengineers.com/mq2-gas-senser-arduino-tutorial/))
-The process is well illustrated in Figure #, shown below.+The process is well illustrated in Figure 2.4, shown below. 
 + 
 {{ :amc2022:grouph:mq2-gas-sensor-working.gif?nolink&400 |}} {{ :amc2022:grouph:mq2-gas-sensor-working.gif?nolink&400 |}}
 +**//  Figure 2.4//** Chemical process altering the resistance in the module which causes a change in voltage output. Source: http://lastminuteengineers.com}}
 +
 +
 +
 +
 +
  
 ====Reading the Data:==== ====Reading the Data:====
  
-The MQ-2 sensor functions as a voltage divider. The analog voltage output varies accordingly with the  concentration of combustible gasses and its interaction with the oxygen, thus yielding  a higher voltage proportional to the quantity of the present  gas. The sensor cannot determine which gas is present, however the interaction with any of the possible measurable gasses creates a distinct pattern that has been provided by the manufacturers, shown in Figure #. By creating a code that follows the guidelines set by the manufacturer design we can then measure with a small margin of error, the concentration of distint types of gasses in the air simply by analyzing the resistance ratio  of the sensor (RS/R0).+The MQ-2 sensor functions as a voltage divider. The analog voltage output varies accordingly with the  concentration of combustible gasses and its interaction with the oxygen, thus yielding  a higher voltage proportional to the quantity of the present  gas. The sensor cannot determine which gas is present, however the interaction with any of the possible measurable gasses creates a distinct pattern that has been provided by the manufacturers, shown in Figure 2.5. By creating a code that follows the guidelines set by the manufacturer design we can then measure with a small margin of error, the concentration of distinct types of gasses in the air simply by analyzing the resistance ratio  of the sensor (RS/R0).
 ((https://thestempedia.com/tutorials/interfacing-mq-2-gas-sensor-with-evive/)) ((https://thestempedia.com/tutorials/interfacing-mq-2-gas-sensor-with-evive/))
  
Line 59: Line 77:
   * R0 is the value given or base number of the resistance found on the sensor for fresh air.   * R0 is the value given or base number of the resistance found on the sensor for fresh air.
   * For the MQ-2 sensor  the ratio given by the manufacturer of RS/R0 is 9.8.   * For the MQ-2 sensor  the ratio given by the manufacturer of RS/R0 is 9.8.
-  * Specified in Figure and in the specifications of the manufacturer, the sensor can only read gas concentrations between 200 and 10000ppm.+  * Specified in Figure 2.5 and in the specifications of the manufacturer, the sensor can only read gas concentrations between 200 and 10000ppm.
  
  
  
 {{ :amc2022:grouph:mq2-gas-sensor-graph.png?nolink&600 |}} {{ :amc2022:grouph:mq2-gas-sensor-graph.png?nolink&600 |}}
-**//  Figure 2.//** MQ2 Sensitivity characteristics. Source: https://www.mouser.com/datasheet/2/321/605-00008-MQ-2-Datasheet-370464.pdf}}+**//  Figure 2.5//** MQ2 Sensitivity characteristics. Source: https://www.mouser.com/datasheet/2/321/605-00008-MQ-2-Datasheet-370464.pdf}}
  
  
Line 70: Line 88:
  
 === Calculating R0=== === Calculating R0===
 +
  
 $$RS      = \frac{(Vin - Vout)}{ Vout  }  $$   $$RS      = \frac{(Vin - Vout)}{ Vout  }  $$  
Line 80: Line 99:
  
 We first get the RS value according to the readings from the controller and apply it on the formula above, then using that value we plug it into the second formula thus giving us the R0 value. We first get the RS value according to the readings from the controller and apply it on the formula above, then using that value we plug it into the second formula thus giving us the R0 value.
 +
 +
  
  
Line 85: Line 106:
  
 Since the graph is in Log values,  the relationship between the gas concentration according to the resistance ratio is exponential. However we are going to combine a linear equation with a log scale to get the values needed. Since the graph is in Log values,  the relationship between the gas concentration according to the resistance ratio is exponential. However we are going to combine a linear equation with a log scale to get the values needed.
 +
  
  Linear equation \\     Linear equation \\   
 $$ y = mx + b $$ $$ y = mx + b $$
 +
 +
 For log scale  \\ For log scale  \\
 $$  log(y) = m \cdot log (x ) + b  $$ $$  log(y) = m \cdot log (x ) + b  $$
-m = Slope of the line \\ + 
-b = Y intercept\\+ 
 +**m** = Slope of the line \\ 
 +**b** = Y intercept\\
  
 By choosing 2 points in the graph [200, 1.6 & 10000, 0.27] and plugging in the values to find **m** \\ By choosing 2 points in the graph [200, 1.6 & 10000, 0.27] and plugging in the values to find **m** \\
  
-  $$ m= \left[\frac{log(y)-log(y0)}{log(x)-log(x0)}\right]$$+$$ m= \left[\frac{log(y)-log(y0)}{log(x)-log(x0)}\right]$$ 
  
 and after the logarithmic quotient rule: \\ and after the logarithmic quotient rule: \\
 +$$ m= \frac{log\frac{y}{y0}}{log\frac{x}{x0}}$$
  
-  $$ m= \frac{log\frac{y}{y0}}{log\frac{x}{x0}}$$ 
  
-  $$ m= \frac{x}{y}$$ 
  
  
  Therefore:\\  Therefore:\\
- 
- 
 $$ m = \frac{log\frac{0.27}{1.6}}{log\frac{10000}{200}}$$ $$ m = \frac{log\frac{0.27}{1.6}}{log\frac{10000}{200}}$$
- 
 **m = -0.473** \\ **m = -0.473** \\
 +
 +
  
  
 Once we have the slope we can calculate the y- intercept and this is done using any point the graph, for example [5000, 0.46] Once we have the slope we can calculate the y- intercept and this is done using any point the graph, for example [5000, 0.46]
 +
 +
  
 $$log(y) = m \cdot log(x) + b$$ $$log(y) = m \cdot log(x) + b$$
Line 120: Line 147:
  
  
-With both the slope and the y- intercept we can find the **GAS CONCENTRATION** for any ratio with the formula +With both the slope and the y- intercept we can find the **GAS CONCENTRATION** for any ratio with the formula
  
  
Line 128: Line 155:
  
 $$ x = 10 ^ \left[\frac{log(y) - b}{ m}\right]$$ $$ x = 10 ^ \left[\frac{log(y) - b}{ m}\right]$$
 +
 +
  
 Table 1 provides the different m and b values for the different gasses according to the formulas and the graph provided. Table 1 provides the different m and b values for the different gasses according to the formulas and the graph provided.
Line 147: Line 176:
  
  
-=== Code ==== 
- 
- 
-We add the screenshots of the code here!!!!! 
  
  
  
-=== Results ==== 
  
-Insert pictures of results from Serial Monitor 
  
amc2022/grouph/mq2.1661460805.txt.gz · Last modified: 2023/01/05 14:38 (external edit)