amc2022:grouph:mq2
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
amc2022:grouph:mq2 [2022/08/25 22:41] – gustavo001 | amc2022:grouph:mq2 [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
{{ : | {{ : | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | 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. | ||
+ | {{ : | ||
+ | **// Figure 2.1//** MQ2 Sensor Schematics. Source: https:// | ||
+ | |||
+ | |||
+ | |||
+ | |||
====Specifications: | ====Specifications: | ||
Line 14: | Line 29: | ||
| Sensing resistance | | Sensing resistance | ||
| Concentration Scope | 200-10000ppm | | | Concentration Scope | 200-10000ppm | | ||
- | | Preheat Time | + | | Preheat Time |
Line 22: | Line 37: | ||
+ | ====Structure: | ||
- | The MQ2 gas sensor | + | The structure of the sensor |
- | MQ2 is a metal oxide semiconductor. It detects gasses based on the change of resistance of the sensing | + | There are 6 wire connections from the sensing |
- | {{ : | + | |
- | **// Figure 1.//** MQ2 Sensor Schematics. Source: https:// | + | |
- | ====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, | ||
- | 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. | ||
{{ : | {{ : | ||
- | **// Figure 2.//** MQ2 Sensor, Inside View. Source: https:// | + | **// Figure 2.2//** MQ2 Sensor, Inside View. Source: https:// |
{{ : | {{ : | ||
- | **// Figure | + | **// Figure |
Line 47: | Line 58: | ||
((How MQ2 Gas/Smoke Sensor Works? & Interface it with Arduino , https:// | ((How MQ2 Gas/Smoke Sensor Works? & Interface it with Arduino , https:// | ||
- | The process is well illustrated in Figure | + | The process is well illustrated in Figure |
+ | |||
{{ : | {{ : | ||
+ | **// Figure 2.4//** Chemical process altering the resistance in the module which causes a change in voltage output. Source: http:// | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
====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 | + | 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 |
((https:// | ((https:// | ||
Line 58: | 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 | * For the MQ-2 sensor | ||
- | * Specified in Figure | + | * Specified in Figure |
{{ : | {{ : | ||
- | **// Figure 2.//** MQ2 Sensitivity characteristics. Source: https:// | + | **// Figure 2.5//** MQ2 Sensitivity characteristics. Source: https:// |
Line 70: | Line 89: | ||
=== Calculating R0=== | === Calculating R0=== | ||
- | RS = (Vin - Vout) / Vout | ||
- | Vin is 3.3V | + | $$RS = \frac{(Vin - Vout)}{ Vout } $$ |
- | Vout is the voltage reading via the analog pin | + | |
- | RS/ R0 = 9.8 | + | **Vin** is 3.3V \\ |
- | R0 = RS/ 9.8 | + | **Vout** is the voltage reading via the analog pin\\ |
+ | |||
+ | $$ \frac{RS}{R0} = 9.8$$ | ||
+ | $$R0 = \frac{RS}{ 9.8}$$ | ||
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 84: | Line 106: | ||
Since the graph is in Log values, | Since the graph is in Log values, | ||
+ | |||
| | ||
$$ 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\\ | ||
- | 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** = Slope of the line \\ |
+ | **b** = Y intercept\\ | ||
- | and after the logarithmic quotient rule: \\ | + | 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= \frac{ log }{log }$ | ||
+ | and after the logarithmic quotient rule: \\ | ||
+ | $$ m= \frac{log\frac{y}{y0}}{log\frac{x}{x0}}$$ | ||
- | | ||
- | $$ 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 119: | Line 147: | ||
- | With both the slope and the y- intercept we can find the gas concentration of 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 127: | 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 146: | Line 176: | ||
- | === Code ==== | ||
- | |||
- | |||
- | We add the screenshots of the code here!!!!! | ||
- | === Results ==== | ||
- | Insert pictures of results from Serial Monitor | ||
amc2022/grouph/mq2.1661460104.txt.gz · Last modified: 2023/01/05 14:38 (external edit)