LPG leakage is a significant cause of fire hazards and a substantial danger to human life and property. There are many commercially available LPG leak sensors, however they are very expensive. Hence alternative is needed. Using Arduino board added with gas sensor can be a great option. Gas sensors, specifically MQ-2 and MQ-6 gas sensors can explosive gases, including other volatile compounds and molecules in the air. They are popular in industrial, commercial, and residential settings for controlling atmospheric conditions, preventing leaks, fire, poisoning, and explosion hazards. This study compared and evaluated the capability of an Arduino-based MQ-2 and MQ-6 LPG sensor in terms of the response time, returned ppm values, and if there is a difference in the ability of the MQ-2 and MQ-6 gas sensor to detect particles of LPG; in terms of response time, and returned ppm values. The study was quantitatively designed, focusing on the experimental approach and a descriptive explanation. In testing the efficiency and capability of an Arduino-based LPG sensor using an MQ-2 and MQ-6 gas sensor, the paper gathered a fully filled 11-kilogram Pryce Gas LPG tank for the test. The testing of both MQ-2 and MQ-6 gas sensors revealed their capability and excellent efficiency in detecting LPG gas. From the obtained results from the response time it shows that both sensors have no significant difference in responding to LPG gas. However, the results from the ppm value shows that MQ-6 is more sensitive compared to MQ-2 gas sensor, demonstrating a significant difference in terms of returned ppm values. Additionally, the results from the data revealed that the optimal distance for the placement of both sensors is 20 cm to 40 cm from the source of the gas.
Arduino is an open-source computer platform that hobbyists can use to build their modules - that can be used to control experimental projects that involve smart devices. Arduino is highly flexible, reliable, and powerful for their compact size - making it a great tool for different applications, such as detecting smoke and gas leaks, and in agriculture and atmospheric sciences with great effect and accuracy 1, 2, 3, 4, 5. There are many studies, such as the milk monitoring system 3, water quality monitor 6, 7, air quality monitoring system 1, and soil moisture monitoring system 8 that incorporate Arduino boards into a sensor. A study claimed that the system is useful for industries, offices, and homes as it can detect both toxic and flammable gases like butane, LPG, methane, and carbon monoxide 9. Gas sensors are electronic tools for detecting toxic and explosive gases, including other volatile compounds and molecules in the air. It is also designed to prevent fire, poisoning, and preventing gas leaks. Metal oxide semiconductors, specifically MQ-2 and MQ-6, are used for the detection of combustible gases because of their affordable price, reliability, simplicity, and availability - also because both have been used in similar studies with satisfactory results 10, 11, 12, 13, 14, 15, 16, 17.
LPG is widely used in cooking for its efficiency, economic value, ease of storage, transportation, and low carbon footprint due to its clean burn 18. LPG is a heavy gas and as such, when there is a leak, it accumulates in low areas like basements or sinks. This can result in a fire or suffocation risk. When LPG comes into contact with the skin, it can cause cold burns or act as an asphyxiant (inability to breathe) if present in high concentrations. Inhaling LPG can make a person sick 19. In a case report, intentional inhalation of liquefied petroleum gas caused Ataxia with Parkinsonism and dystonia. According to the report, a low-neurotoxic gas mixture may have caused direct toxic damage to the brain via a mechanism of histotoxic hypoxia similar to that seen in CO intoxication. Constant inhalation of LPG fumes is bad for human health 20. Furthermore, in a related study, they highlighted the rising risks and dangers of using LPGs and the need for an advance warning and preventative element that could have prevented further accidents 21.
While there are many commercially available LPG leak sensors, they are exuberantly expensive which cost one hundred thirty pounds (130), or around 8,517.846 Philippine Pesos 22. There are many studies that use Arduino as an alternative to gas sensors. However, often, these studies use descriptive text to state that Arduino-based systems are effective but lack quantification and statistical analysis of test data to highlight the efficiency of said systems. Currently, almost no study compared the efficiency of an Arduino-based LPG leak sensor equipped with the MQ-2 and MQ-6 sensors back-to-back in field testing.
This study compared and evaluated the efficiency of an Arduino-based MQ-2 and MQ-6 LPG sensor in terms of the response time, returned ppm values, and if there is a difference in the ability of the MQ-2 and MQ-6 gas sensor to detect particles of LPG, in terms of response time, and returned ppm values. The main hypothesis is that there is no significant difference in the efficiency of the MQ-2 and MQ-6 in an Arduino-based LPG leak sensor based on their response time and returned ppm values.
The study is of a quantitative design which utilized a descriptive explanation and an emphasis on the experimental method with statistical analysis. To test and compare the efficiency of the two Arduino-based LPG leak sensors, using the MQ-2 and MQ-6 gas sensors, the response time and ppm values with increasing distance from the LPG source were collected and analyzed in a controlled room.
2.1. Research InstrumentsTo create the Arduino based LPG leak detector system that were used to collect and conduct this study, the materials were assembled as follows: First, the MQ-2 and MQ-6 gas sensors to the A3-A6 pins should be connected to their respective breadboards using Dupont or jumper cables. Secondly, the A-4 pin, labeled GND, of the gas sensors should be connected to the grounding element of the breadboard. Thirdly, the A-2 pin, labeled VCC, needs to be connected to the positive side of the breadboard.
After, the 5-volt buzzers should then be connected to the B19-B22 pins of the breadboards. Then, the B22 pin, or the negative pin of the buzzers, should be connected to the ground of the breadboard. Next, the 3 LED bulbs (green, yellow, red) should be connected along the H pin slots of the two breadboards. Then, the anode (negative) pins of the LEDs should be connected to ground.
Next, the A0 of the Arduinos should be connected to A0 of the MQ-2 and MQ-6 gas sensors. Then, the positive of the 5-volt buzzer have to be connected to D08 slot of the Arduino, also the cathode (positive) needs to be connected of the LED’s. The green cathode got to be connected to D2; the yellow cathode to D3; and, the red cathode to D4. Then, a 220 ohms resistor must be connected to the cathodes of the LED’s and to the ground of the breadboard. Next, the positive and negative ends need to be connected to the breadboard, the ground of the breadboard should be connected to the GND slot of the Arduino, and positive should be connected to the 5V slot of the Arduino.
Then, the I2C LCD has to be connected with its corresponding pins; GND to the ground, the VCC to the positive, the SDA to the SDA slot of the Arduino, and the SCL to the corresponding slot of the Arduino. In addition, the Arduino must be connected to a computer via the USB port, and using the Arduino IDE create the code for the LPG leak sensors. The codes and libraries needed are open-source and technical advice can be readily given on the internet. Finally, the code and upload should be compiled to the Arduino.
In addition, this study employed Tinker-cad and Proteus 8, Computer Aided Design software, to virtually test the LPG leak sensors. The leak sensors were further tested in real-life – with input from a technician and computer programmer, as needed. Furthermore, the pictorial diagram was inspired from 28, and have been synthesized using Tinker-cad.
The code, assembly, and flow diagram that used was created by synthesizing the code and insights from multiple authors online, namely, 2, 23, 28, 29, 34, 36, 37, 38, 40, 44, 51, 52.
The code shown above allowed the Arduino board to function. At the top part, lines one and two specified to download, along with the main code, the library files for the LCD and the gas sensors, and initialized the LCD; it told the LCD it has 16 bits of horizontal and two vertical spaces to display text. The next set of lines initialized the system to know which data slots of the Arduino board are used to connect with another device. The next line called out the function that initializes the gas sensors. Below it is the void setup; it initializes the attached modules of the Arduino and tells it which one is an input node and which components are used for output; it also activates those components. Moreover, it instructed the Arduino to run at the normal time as indicated by Serial.begin (9600).
The main block of the code under the void loop first initialized the Arduino to receive data from the MQ gas sensors. It then gives it three conditions and three ways to react when received data meets the specified condition. First, if the data from the MQ sensors is below those 200, then the green LED lights up, and the LCD displays a safety message along with the ppm values. Then, if the analog data is greater than or equal to 300 but less than 400, the yellow LED lights up, the buzzer beeps at a low frequency and at broken beeps, and the LCD displays a warning message and the ppm values. Finally, when the MQ gas sensors emit data equal to or above the analog data of 400, the red LED lights up, the buzzer activates in a high-frequency continuous beep, and the LCD displays an evacuation notice - with the ppm values. It also tells the Arduino to refresh every second for new data updates and to keep track of the time.
The data collected from MQ-2 and MQ-6 equipped Arduino-based LPG leak sensors were analyzed using descriptive analysis, means, standard deviation, and Independent Samples Two-tailed T-tests, which will determine and compare the efficiency of both systems in detecting LPG.
2.3. Data Gathering ProceduresThe study utilized the methods of 2, 28, 38, 52, and the building regulations stated by 53 to develop and compare an Arduino-based LPG sensor using MQ-2 and MQ-6 gas sensors.
This study gathered a filled 11-kilogram Pryce Gas LPG tank for the test. There were a total of 5 replicates for each setup - for time interval and distance. The setups were then labeled as experiment MQ-2 and MQ-6. The 11-kilogram Pryce Gas LPG tank with the Lion LPG Regulator FB-727 was placed at the far end of the room, and the sensors were set up and prepared for the experiment.
The Arduino LPG leak sensors were placed in front of the gas exit hole of the LPG tank at a height of 47.5 cm off the ground, the same height as the LPG nozzle. This study was conducted during the course of 10 A.M. to 4 P.M. of one day to limit the differences in temperature (28.9 - 31.1C), humidity (97-99%), and air pressure (29.7-29.9 in Hg). It also used only one room. Before the beginning of the test, a control experiment was conducted in which no LPG was released into the room while the systems were active. The control experiment covered a 0 to 100 cm distance with 20-centimeter increments. During the test proper, each setup was tested at a varying distance of 0, 20, 40, 60, 80, and 100 centimeters for the response time – which is determined via activation of either LED lights, LCD display, or buzzer warning – and returned ppm values of the two sensors via output from the LCD.
The test occurred in an enclosed room with a minimum dimension of 3.0 by 1.50 square meters with a ceiling height of 2.70 meters as dictated by Presidential Decree no. 1096 or the Revision to the National Building Code of the Philippines, with the actual dimension being 3 meters by 4.76 meters with a ceiling height of 2.78 meters. The room chosen had proper channels of ventilation, but it was closed off during the tests to limit uncontrolled variables; like wind; and potential hazards, like live wires, outlets, open flames, and smokers, from potentially interfering with the experiment results and causing fire and explosion hazards.
Data was then collected and monitored regarding the response time and the respective ppm values of the two prototypes in response to different distances from the source of LPG. The LPG tank was opened slightly to mimic a pipeline leak for 5 seconds when testing the sensors. The Arduino LPG leak sensors were activated, and ppm values were collected the moment the valve was turned on, then, 5, 10, and 15 seconds after the closing of the gas valve. The response time was collected with a stopwatch to find the delay interval after the LPG tank valve was opened. After closing the valve and conducting a trial, the Arduino LPG leak sensors were reset, and the room left opened in a controlled manner for 3-5 minutes to allow the safe dissipation of combustible gases and to reset the environment for the next set of tests. The process was then repeated until all data needed were recorded.
Table 1 presents the overall results of the Average Mean and Standard Deviation of the response time (seconds) of the MQ-2. The mean response times were 1.126 (SD = 0.06) for 0 cm, 0.57 (SD = 0.11) for 20 cm, 0.948 (SD = 0.3) for 40 cm, 1.34 (SD = 0.22) for 60 cm, 1.488 (SD = 0.30) for 80 cm, and 1.294 (SD = 0.13) for 100 cm of the MQ-2 gas sensor.
The table and graph show that the average response time of the MQ-2 sensor at 0 cm was 1 second in the beginning, then decreased to 0.5 seconds at 20 cm, and increased as the distance increased. However, at a distance of 100 cm, the response time decreased again.
Contrary to what was expected, the sensor did not react faster when the LPG gas was closer. The reason for this could be that the gas properly dissipated over a longer distance, allowing the sensor to detect it. The decrease in reading at 100 cm could be due to measurement error or remaining LPG gas residue from the previous test. Although the difference in response time between 0 cm and 20 cm was significant, the 0.194-millisecond difference at 100 cm was not considered important.
The research conducted by 28, confirms that there is a correlation between the response time of the MQ-2 sensor and the distance to the object being measured, with a slight increase observed as the distance increases. Additionally, another study highlights the impact of distance on response time in an air-tight room, similar to the one used in this experiment. The findings of their paper reveal that as the distance increases, there is a longer delay in response time. These results emphasized the importance of carefully considering the distance between the sensor and the object being measured to ensure accurate and dependable results 29.
Furthermore, reputable sources, confirms that LPG gas is stored at low temperatures and high pressures to maintain its liquid state within the tank. The boiling point of LPG is at a frigid -42C, which necessitates its refrigeration to prevent vaporization. Once released from the tank, however, the liquid begins to vaporize as the temperature rises and pressure drops, naturally transitioning into a gaseous state. However, if the rate of vaporization exceeds the natural rate, the gas absorbs heat from the surrounding environment in an endothermic process to sustain the phase change 24, 25, 26. Additionally, metal oxide semiconductor-type gas sensors, require heat and a heating element to function and detect gas. As LPG attempts to vaporize, it absorbs heat from the sensor's heating element, causing a slight delay in response time as the sensor requires additional time to heat up and properly detect and combust the LPG gas 16. This concept is supported by 27, who found that LPG tanks’ high flow rates made it more challenging for sensors to detect the gases at closer distances.
Table 2 presents the overall results of the Average Mean and Standard Deviation of the response time (seconds) of the MQ-6. The mean response times were 0.942 (SD = 0.23) for 0 cm, 1.012 (SD = 0.13) for 20 cm, 1.33 (SD = 0.19) for 40 cm, 1.298 (SD = 0.16) for 60 cm, 1.134 (SD = 0.07) for 80 cm, and 1.31 (SD = 0.13) for 100 cm of the MQ-6 gas sensor.
The table and graph show that the average response time of the MQ-6 sensor was steadily increasing as the distance increased from 0 to 40 cm. But after the 40 cm mark, the response time dropped very slightly. However, the response time increased again at a distance of 100 cm.
Table 1 and its graph show that the MQ-2 performs best at a distance of 20 cm, while in Table 2 and graph, the MQ-6 performs at its fastest when placed at 0 cm. This could be attributed to the MQ-6's higher sensitivity to LPG gases. However, the faster response times observed at the 60 and 80 cm marks may be considered anomalous, as gases are inherently unpredictable and energetic, with slight deviations having the potential to cause minor fluctuations in response times, yet the general trend still holds - distance increases response times.
The findings of 33, align with those presented in this paper. Their study examined the performance of the MQ-6 sensor within a range of 2-20 cm, with incremental increases of 2 cm. The outcomes revealed a progressive yet consistent rise in the response time of the leak sensor as the distance between the sensor and the source gradually increased.
In technical data sheets, the MQ-6 is more sensitive than the MQ-2 in detecting LPG gas, with a higher maximum ceiling value of 10000 ppm compared to 5000 ppm 30. Recent studies by 31 32, confirm this, showing that the MQ-2 has less sensitivity than the MQ-6. 32 found that the MQ-2 only provided high enough readings to trigger an alarm at a distance of 20 cm, and failed to do so at distances of 30-50 cm. 31 study demonstrated that the MQ-6 performed well at distances of up to 60 cm, but at 75 cm it only produced a dim light when detecting high enough LPG levels, and at 80 cm it failed to activate the gas sensor system. Therefore, it is clear that the MQ-6 is the more reliable and effective option for detecting LPG gas.
As indicated by the research of 38, 39, the detection of gases is subject to numerous factors that can cause variations in data results. Even the configuration and operation of the sensor system can impact its performance, as 39 have pointed out. The positioning of the gas outlet in relation to the sensor, as well as temperature and concentration, can also affect sensitivity and reading values over time. These variables can produce results that are similar or dissimilar to those obtained by other researchers.
Table 3 displays the outcomes for the average and standard deviation of the returned ppm values at different time intervals after shutting off the gas valve of the MQ-2. The mean values were highest at 0 cm distance intervals, with values of 618 (SD = 47.27), 89.6 (SD = 12.38), 37.6 (SD = 3.21), and 26 (SD = 3.32). The 0-cm mark was deemed the most important and was the only result discussed.
At the 0-second intervals of the 0, 20, and 40 cm marks the ppm were very high before decreasing rapidly upon the 60 cm mark that continued on with the rest of the distance intervals. The highest ppm value was taken at 0-second intervals in the 20-centimeter mark. At 5, 10, and 15-second intervals, the ppm values were significantly lower than in the 0-second intervals.
The table and graph above demonstrated a significant trend that highlights the impact of distance and time on the overall ppm values of the sensor. Once the gas valve is closed, the gases released tend to dissipate and mix with the surrounding atmosphere, leading to a reduction in the sensor's ppm values. Moreover, an increase in distance allows for greater dispersion of gas into the atmosphere, resulting in lower LPG gas detection at farther distances compared to closer distances to the LPG source.
A study on conducted for the MQ-2 gas sensor, showed a consistent decrease in ppm values as the sensor was placed farther from the source of LPG in a closed 4 by 4-meter room 35. Their paper also suggested that the longer a gas leak occurs, the higher the resulting ppm values become, thus it stands to reason the opposite is also true - when the gas source is removed the ppm values become lower. 41, 42 Both noted a similar trend of gradually decreasing ppm values as the sensors were placed further away. These studies support the idea that distance can impact the sensor's ability to detect LPG fumes. However, it is important to note that different testing circumstances can lead to varying results.
Table 4 displays the outcomes for the average and standard deviation of the returned ppm values at different time intervals after shutting off the gas valve of the MQ-6. The mean values were highest at 0 cm distance intervals, with values of 638.8 (SD = 41.92), 411.8 (SD = 31.42), 258.2 (SD = 21.11), and 211.4 (SD = 24.03). The 0-cm mark was deemed the most important and was the only result discussed.
At 0-second intervals, the ppm values of all distance intervals were above 400 (four hundred). However, the 20-centimeter mark took the highest value for returned ppm value, at 899.2. The ppm values at the 5-second intervals were closely similar, but the values either decreased or increased in the succeeding time intervals and distances.
It is noticeable that when compared to the previous table for the MQ-2, the values here are significantly higher even at the more extreme distances. In comparison to the returned ppm values of MQ-2 in Table 3, the returned ppm values of the above table and graph were significantly greater.
These findings are generally supported by 43 and all the other papers previously cited. The ppm values decrease with an increase in distance from the gas source. This finding has also been corroborated by the studies of 32, 47, which both found that the ppm values decrease as the distance increases. The high returned ppm values of MQ-6 in the table were supported by the studies of 45, 46.
Table 5 presents the results of the independent two-tailed T-test for the significant difference of the response time (seconds) between the MQ-2 and MQ-6 at 0 to 100 centimeters. The population mean response time were 1.1277 (SD = 0.337, CI.95 = 1.008 - 1.252) for the MQ-2 gas sensor, 1.171 (SD = 0.2096, CI.95 = 1.095 - 1.245) for the MQ-6 gas sensor, and 1.1493 (SD = 0.28) for both sensors, t(58)= -0.5976, p ≥ 0.05, CI.95 -0.188, 0.1017. Therefore, this paper accepted the null hypothesis that there was no significant difference between the response time of MQ-2 and MQ-6.
The data presented in Table 5 indicates that MQ-6 has a higher mean than MQ-2, but the very low mean difference between the MQ-2 and MQ-6 is otherwise insignificant to affect performance. There were also no significant differences in the response time as the MQ-2 and MQ-6 gas sensors used the exact same code to run their Arduino and tested under the same conditions and parameters. Minor differences observed could be attributed to minimal variations in gas molecule exit from the LPG tank, gas diffusion, electricity flow, and stopwatch accuracy. Thus, it is inaccurate to claim that one sensor is faster than the other in detecting LPG gas.
Upon careful examination of Tables 1, 2, 3, and 4, it has become evident that there exists a clear and direct association between gas concentration and response time. This signifies that as the level of gas concentration rises, the response time of the sensor will generally decrease. Furthermore, the sensor's efficacy is heavily reliant on the distance it is situated from the LPG tank.
The MQ-6 is vastly superior and boasts greater accuracy in gas detection as evidenced by the results by the research conducted by 45. 45 Explains that the MQ-6 sensor is renowned for its exceptional sensitivity to gases and can identify them from distances of up to 30cm in as little as 0.16 seconds. Additionally, it exhibits a significant but limited sensitivity to alcohol and cigarette smoke. In comparison to the MQ-2 sensor, which has a shorter detection range of only 10 cm and a slower speed of 0.30 seconds. The research conducted by 50, demonstrated that the detection of gas levels was influenced by both proximity and concentration, with greater gas content being identified more rapidly. Subsequently, another study confirmed that the performance of MQ-6 gas sensors was impacted by differing environmental conditions 29.
Table 6 presents the results of the independent two-Tailed t-test for the significant difference of the returned ppm values between MQ-2 and MQ-6 at 0 to 100 centimeters. The population mean response time were 119.23 (SD = 194.85, CI.95 = 84.37 - 154.1) for the MQ-2 gas sensor, 428.68 (SD = 0.139.25, CI.95 = 403.77 - 453.6) for the MQ-6 gas sensor, and 273.96 (SD = 29.02) for both sensors, t(238)= -14.1, p ≤ 0.05, CI.95 -352.52, -266.38. Therefore, this study rejected the null hypothesis that there was no significant difference between the response time of MQ-2 and MQ-6.
The significant difference was the result of the consistently higher values of the MQ-6 throughout the 0 to 100 cm test. It had high values during all the replicates during the 0, 5, 10, and 15-second intervals. Whereas, the MQ-2 always gets lower values in all the replicates of all time intervals and distances. The distance between the sensor and the LPG gas was also one of the factors affecting the significant difference in the mean values of ppm in both the MQ-2 and MQ-6.
From the previous Tables 3, and 4, the values of ppm for the MQ-2 vary greatly from MQ-6. The MQ-2 only manages to get high returned ppm values at every 0-second time interval of replicates and at the 0, 20, and 40 cm distances only. The rest of the returned ppm values were significantly lower than the MQ-6. The reason may lie in the detection scope of the gas sensors. The MQ-2 may also have taken too long to detect the LPG gas at distances of 5, 10, and 15 seconds because it needed a higher ppm concentration caused by its lesser sensitivity.
The concentration of LPG detected by the sensor decreases as the distance from the source increases, whereas closer proximity results in higher concentrations, as supported by research conducted by 42, 48, 49 have further demonstrated that the sensitivity of gas sensors can be improved by altering measurement conditions and system configurations, including reducing the distance from the sensor and changing the angle of the gas inlet.
The company manufacturer of the MQ-2 and MQ-6 gas sensor, has specified that MQ-2 and MQ-6 possess impressive detection capabilities. According to their product specifications, MQ-2 can detect LPG and propane with a concentration range of 300 ppm-5000 ppm, while MQ-6 can detect LPG, iso-butane, propane, and LNG with a concentration range of 200 ppm-10000 ppm. These impressive detection capabilities make MQ-2 and MQ-6 reliable and effective options for gas detection 30.
The obtained results from table one shows that the response of the MQ-2 gas sensor averages around 0.5 to 1.5 seconds throughout all distances of the test. While in the table two, it shows that the MQ-6 gas sensor averages around 0.9 to 1.33 seconds throughout all test distances. As shown in tables one and two, both gas sensors only took a few seconds to respond to the LPG gas for all distances, demonstrating their capabilities and sensitivities in responding to LPG gas.
The obtained results from table three shows that the ppm values of the MQ-2 gas sensor has a return ppm value range of 46.35 to 200.95 ppm throughout the test distances and time intervals. While in the table four, it shows that the MQ-6 has a return ppm value range of 382.35 to 573.35 ppm throughout the test distances and time intervals. With these values in mind, the results indicates that both gas sensors are sensitive and capable in detecting LPG and providing ppm values. However, the MQ-2 gas sensor consistently has a way lower mean average than MQ-6 gas sensor, which indicates that the MQ-2 is less sensitive in detecting the ppm of LPG gas. It can be deduced that the MQ-2 gas leak sensor is, therefore, less likely to trigger its alarm at distances longer than 40 cm, whereas the MQ-6 gas leak sensor is more sensitive and can still trigger the alarm even at distances of 100 cm. Therefore, in terms of ppm values, the MQ-2 gas sensor is less sensitive than the MQ-6 gas leak sensor. Additionally, in terms of detection capability, the MQ-6 is superior compared to the results of the MQ-2.
The results of p-value for response time was 0.5592. Since the p-value is greater than 0.05 this indicates that there was no significant difference between the response time of MQ-2 and MQ-6 gas sensor. They only had very inconsequential variations; their response times could be considered equal in all aspects. Therefore, it is safe to assume that regarding response time, the MQ-2 and MQ-6 are equal. However, the results from ppm value shows a p-value of 0.0001. Since the p-value is not greater than 0.05 this indicates that there is a significant difference between the ppm values of MQ-2 and MQ-6 gas sensor. Thus, it can be concluded that the MQ-6 is more sensitive at detecting LPG than the MQ-2 gas sensor.
Furthermore, based on all the data from all tables, it shows that the recommended distance for the placement of both sensors is 20-40 cm, which can detect a higher amount of gasses from the source of the LPG gas. The distance of 20-40 cm is also the most efficient in terms of response time which yielded the fastest results for the two Arduino-based LPG leak sensor systems. Regarding the results of this study, this paper recommends to further expand the knowledge for an Arduino Microcontroller as an LPG leak sensor through adding other modules primarily GSM modules for SMS messaging and a pneumatic valve switch to automatically shut of the LPG tank.
This paper would specifically like to acknowledge and express our immense gratitude for the financial support provided by Ms. Joje Mary Rodriguez, your aid was very crucial in making this publication a reality. Additionally, this paper would want to give its gratitude to our professors and teachers, namely, Ian Jay P. Saldo, Jhovel Roy Dael Calo, Mary Jade Peñafiel-Dandoy, Rolando Y. Casas, Rorei Marielle V. Asiñero, Vanie Y. Benben, Ace B. Cardeño, and Sherwin D. Camporedondo for the invaluable insights, suggestions, and guidance throughout the creation of this research. The same gratitude is also expressed to the Integrated Basic Education Department of San Isidro College for allowing the conduct of this work and for all the assistance provided for this research. Additionally, this paper would like to acknowledge all individuals, parties, and organizations that have contributed to this research, big and small. The help and support made this research possible.
[1] | Husain, A. M., Rini, T. H., Haque, M. I., & Alam, M. R. (2016). Air quality monitoring: The use of Arduino and Android. Journal of Modern Science and Technology, 4(1), 86-96. | ||
In article | |||
[2] | Fatkiyah, E., Persada, D., & Andayati, D. (2019). Early Detection of Leaks on Gas Cylinders Using Arduino-Based MQ-6 Sensors. Journal of Physics: Conference Series, 1413(1). | ||
In article | View Article | ||
[3] | Goswami, S., & Dangi, A. (2021). Arduino-based Milk Quality Monitoring System. International Journal of Agriculture Environment and Biotechnology, 14(2). | ||
In article | View Article | ||
[4] | Das, D. (2021). How Does MQ-2 Flammable Gas and Smoke Sensor Work with Arduino? Circuitdigest.com. https://circuitdigest.com/microcontroller-projects/interfacing-MQ-2-gas-sensor-with-arduino. | ||
In article | |||
[5] | Sandhu, R. (2021). What is Arduino, and Should I Use It? Lifewire. https://www.lifewire.com/what-is-arduino-2495652. | ||
In article | |||
[6] | Hong, W. J., Shamsuddin, N., Abas, E., Apong, R. A., Masri, Z., Suhaimi, H., ... & Noh, M. N. A. (2021). Water quality monitoring with Arduino based sensors. Environments, 8(1), 6. | ||
In article | View Article | ||
[7] | Gokulanathan, S., Manivasagam, P., Prabu, N., & Venkatesh, T. (2019). A GSM-based water quality monitoring system using Arduino. Shanlax International Journal of Arts, Science and Humanities, 6(4), 22-26. | ||
In article | View Article | ||
[8] | Athani, S., Tejeshwar, C. H., Patil, M. M., Patil, P., & Kulkarni, R. (2017, February). Soil moisture monitoring using IoT enabled Arduino sensors with neural networks for improving soil management for farmers and predicting seasonal rainfall for planning future harvest in North Karnataka—India. In 2017 International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC) (pp. 43-48). IEEE. | ||
In article | View Article | ||
[9] | Katole, K. R., Bagade, V., Bangade, B., Soni, A., & Kamde, H. (2016). Hazardous gas detection using ARDUINO. International Journal of Science Technology & Engineering, 2(10), 534-538. | ||
In article | |||
[10] | Singh, T., & Bonne, U. (2017). Gas Sensors. Reference Module in Materials Science and Materials Engineering. | ||
In article | View Article | ||
[11] | Components101. (2018, April 20). MQ-6 Gas Sensor. Retrieved February 7, 2023, from https://components101.com/sensors/mq-6-gas-sensor-pinout-equivalent-datasheet | ||
In article | |||
[12] | Jost, D. (2019, October 1). What is a Gas Sensor? Fierce Electronics. https://www.fierceelectronics.com/sensors/what-a-gas-sensor | ||
In article | |||
[13] | Arriba, A. (2022, July 19). How Gas Detectors Work. Martek Marine. https://www.martek-marine.com/blog/how-gas-detectors-work/ | ||
In article | |||
[14] | CO2 Meter. (2022, November 28). Gas Sensing Applications. Retrieved January 31, 2023, from https://www.co2meter.com/blogs/news/gas-sensing-applications | ||
In article | |||
[15] | Hussain, C. M., & Manjunatha, J. G. (2022). Functionalized Nanomaterial-Based Electrochemical Sensors: Principles, Fabrication Methods, and Applications. Elsevier Gezondheidszorg. | ||
In article | |||
[16] | Last Minute Engineers. (2022, October 12). How Does MQ-2 Gas/Smoke Sensor Work? & Interface it with Arduino. Retrieved from February 7, 2023 https://lastminuteengineers.com/MQ-2-gas-senser-arduino-tutorial/. | ||
In article | |||
[17] | QuartzComponents. (2022). MQ-6 Gas Sensor Module. Retrieved February 7, 2023, from https://quartzcomponents.com/products/MQ-6-gas-sensor. | ||
In article | |||
[18] | Britannica, T. Editors of Encyclopaedia (2023, February 25). liquefied petroleum gas. Encyclopedia Britannica. https://www.britannica.com/science/liquefied-petroleum-gas. | ||
In article | |||
[19] | WorkSafe New Zealand. (2018, August 21). Liquified petroleum gas (LPG). WorkSafe; WorkSafe https://www.worksafe.govt.nz/topic-and-industry/hazardous-substances/guidance/substances/liquified-petroleum-gas-lpg/. | ||
In article | |||
[20] | Godani, M., Canavese, F., Migliorini, S., & del Sette, M. (2015). Ataxia with Parkinsonism and dystonia after intentional inhalation of liquefied petroleum gas. Neuropsychiatric Disease and Treatment, 1157. | ||
In article | View Article | ||
[21] | Putri, A. C., Insani, I. B., Hasibuan, L., Faried, A., & Mose, J. C. (2021). Characteristics of liquefied petroleum gas (LPG) related burn injuries in Hasan Sadikin Bandung General Hospital. Annals of burns and fire disasters, 34(4), 323. | ||
In article | |||
[22] | Duomo. (2021, March 11). SGM595 Gas Sensor. SGM595 Gas Sensor. https://duomo.co.uk/wp-content/uploads/SGM595-05072022.Rev3_.pdf. | ||
In article | |||
[23] | Techno ash. (2018, July 5). How to make gas detector with Arduino and MQ-2 gas sensor [Video]. YouTube. https://www.youtube.com/watch?v=PEn1Etfqa_A. | ||
In article | |||
[24] | ES Systems (2021, April 22). What is liquefied petroleum gas (LPG), and how does it work? ES Systems. https://esenssys.com/liquefied-petroleum-gas-guide/). | ||
In article | |||
[25] | SUPERGAS LPG. (2021, December 27). About Cylinder Sweating and How to Tackle this Issue. Retrieved May 1, 2023, from https://www.supergas.com/blog/what-is-cylinder-sweating-and-how-to-tackle-this-issue#:~:text= Therefore%2C%20the%20LPG%20inside%20the,forming%20droplets%20around%20the%20cylinders). | ||
In article | |||
[26] | ELGAS. (2022, October 30). LPG Freezing Point LPG: Propane Regulator Freezing – Propane Tank Frost. ELGAS - LPG Gas for Home & Business. Retrieved April 30, 2023, from https://www.elgas.com.au/blog/410-why-does-ice- sometimes-form-on-gas-bottles-and-regulators/#:~:text=LPG-propane%20is%20cold%2C%20or,a%20LPG-propane%20gas%20bottle. | ||
In article | |||
[27] | Rocha, M. S., Neto, E. P., Panella, L. D. S., Ferreira, E. S., & Moreira, J. R. S. (2010). Conversion methods for commercial stoves from LPG to natural gas firing. In 13th Brazilian Congress of Thermal Sciences and Engineering—ENCIT (p. 7). | ||
In article | |||
[28] | Hannan, M. A., Zain, A. M., Salehuddin, F., Hazura, H., Idris, S. K., Hanim, A. R., ... & Yusoff, N. M. (2018). Development of an LPG leakage detector system using Arduino with the Internet of Things (IoT). Journal of Telecommunication, Electronic and Computer Engineering (JTEC), 10(2-7), 91-95. | ||
In article | |||
[29] | Rahayu, N. (2020). Early Warning of Leaking Lpg Gas Through Short Message Service (Sms) And Loudspeaker Tool Using Arduino Uno. Journal of Applied Engineering and Technological Science (JAETS), 1(2), 91–102. | ||
In article | View Article | ||
[30] | HANWEI ELECTRONICS CO., LTD. (2007, September 13). Technical Data MQ-6 Gas Sensor. Sparkfun. Retrieved February 3, 2023, from https://www.sparkfun.com/datasheets/Sensors/Biometric/MQ-6.pdf. HANWEI ELECTRONICS CO., LTD. (2009, January 6). MQ-6 Semiconductor Sensor for LPG. Pololu. Retrieved February 7, 2023, from https://www.pololu.com/file/download/MQ-6.pdf?file_id=0J312. HANWEI ELECTRONICS CO., LTD. (2018, March 14). Technical Data MQ-2 Gas Sensor. Mouser. Retrieved February 7, 2023, from https://www.mouser.com/datasheet/2/321/605-00008-MQ-2-Datasheet-370464.pdf. HANWEI ELETRONICS CO.,LTD. (2018, November 10). TECHNICAL DATA MQ-9 GAS SENSOR. Electronicoscaldas. Retrieved March 13, 2023, from https://www.electronicoscaldas.com/datasheet/MQ-9_Hanwei.pdf. | ||
In article | |||
[31] | Putra, Y. D., & Suhendi, H. (2021). PEMBUATAN ALAT PENDETEKSI KEBOCORAN GAS PADA PENGGUNAAN TABUNG LIQUEFIED PETROLEUM GAS (LPG) MENGGUNAKAN SENSOR MQ 6. Journal of Innovation Research and Knowledge, 1(5), 799-806. | ||
In article | |||
[32] | Riyanal, A., & Hasyim, A. A. (2021). Prototipe Detector Kebocoran Dan Kebakaran Gas LPG Menggunakan Sensor MQ-2 Dan Sensor Api (Doctoral dissertation, Universitas Muhammadiyah Surakarta). | ||
In article | |||
[33] | Evalina, N., Azis, A., & Zulfikar, Z. (2020). The Use of MQ-6 and Microcontroller of ATMega 2360 as a Leaks Detection Device of Liquid Petroleum Gas (LPG). Budapest International Research in Exact Sciences (BirEx) Journal, 2(3), 389-393. | ||
In article | |||
[34] | Josh Arduino. (2019, December 7). GAS Leakage+Smoke Detector Using Arduino + MQ-2( or MQ9) + LCD SCREEN +I2C module + buzzer / Led [Video]. YouTube. https://www.youtube.com/watch?v=fBUVXMyoxkM. | ||
In article | |||
[35] | Trisnawan, I. K. N., Jati, A. N., Istiqomah, N., & Wasisto, I. (2019, October). Detection of gas leaks using the MQ-2 gas sensor on the autonomous mobile sensor. In 2019 International Conference on Computer, Control, Informatics and its Applications (IC3INA) (pp. 177-180). IEEE. | ||
In article | View Article | ||
[36] | MYTECTUTOR. (2019, November 21). How TO USE MQ-2 GAS SENSOR WITH ARDUINO FOR SMOKE DETECTION. [Video]. YouTube. https://www.youtube.com/watch?v=YekPN1J9dZw. | ||
In article | |||
[37] | Robokart. (2019, April 12). How To Use Gas Sensor MQ-2 With Arduino [Video]. YouTube. https://www.youtube.com/watch?v=g-NvPPEj3oQ. | ||
In article | |||
[38] | Fuśnik, Ł., Szafraniak, B., Paleczek, A., Grochala, D., & Rydosz, A. (2022). A Review of Gas Measurement Setups. Sensors (Basel, Switzerland), 22(7), 2557. | ||
In article | View Article | ||
[39] | Ryu, J., Shim, S., Song, J., Park, J., Kim, H. S., Lee, S. K., ... & Kang, S. W. (2023). Effect of Measurement System Configuration and Operating Conditions on 2D Material-Based Gas Sensor Sensitivity. Nanomaterials, 13(3), 573. | ||
In article | View Article | ||
[40] | ARS Electrical. (2021, July 4). Project Pendeteksi Gas Menggunakan Modul Sensor Gas MQ-2 [Video]. YouTube. https://www.youtube.com/watch?v=XehN4gBbrn. | ||
In article | |||
[41] | Enalume, K. O., & Obianke, S. K. (2017). Design and Implementation of an Efficient LPG Leakage Detector. International Journal of Latest Engineering Research and Applications, 2(06), 2016. | ||
In article | |||
[42] | Muida, A., & Sanubary, I. (2019). Perbandingan Kinerja Sensor TGS2610, MQ-2, dan MQ-6 pada Alat Pendeteksi Kebocoran Tabung Liquified Petroleum Gas (LPG) Menggunakan ATMega2560. Prisma Fisika, 7(1), 14-19. | ||
In article | View Article | ||
[43] | Wiyono, A., Sudrajat, A., Rahmah, F., & Darusalam, U. (2017). Rancang bangun sistem deteksi dan pengaman kebocoran gas berbasis algoritma bahasa C dengan menggunakan sensor MQ-6. KOMIK (Konferensi Nasional Teknologi Informasi dan Komputer), 1(1). | ||
In article | |||
[44] | The Electronic Noobs. (2021, June 13). DIY GAS LEAKAGE DETECTOR USING ARDUINO!! [Video]. YouTube. https://www.youtube.com/watch?v=dNRSE66Bzj8. | ||
In article | |||
[45] | Fachrureza, A., Saragih, Y., & Hidayat, R. (2021). Pemanfaatan sensor MQ-6 pada sistem pendeteksi gas LPG berbasis 4G LTE. JTET (Jurnal Teknik Elektro Terapan), 10(1), 45-50. | ||
In article | |||
[46] | Fauziyah, I. N., Harliana, H., & Gigih, M. B. (2020). Rancang Bangun Alat Pendeteksi Kebocoran Gas LPG Menggunakan Sensor MQ-6 Berbasis Arduino. Jurnal Ilmiah Intech: Information Technology Journal of UMUS, 2(01), 41-50. | ||
In article | View Article | ||
[47] | Sujiwa, A., & Prasetyo, H. P. (2020). Measurements Analysis Of Mq-6 Lpg Gas Leak Detection Devices For Distance Factors. BEST: Journal of Applied Electrical, Science, & Technology, 2(1), 6-9. | ||
In article | View Article | ||
[48] | Rafik, A. (2021). ANALISA KEBOCORAN LPG DENGAN MENGGUNAKAN SENSOR GAS MQ-2. SinarFe7, 4(1), 206-208. | ||
In article | |||
[49] | Sohibun, O., Daruwati, I., Hatika, R. G., & Mardiansyah, D. (2021, October). MQ-2 Gas Sensor using Micro Controller Arduino Uno for LPG Leakage with Short Message Service as a Media... ResearchGate; IOP Publishing. https://www.researchgate.net/publication/355617348_MQ-2_Gas_Sensor_using_Micro_ Controller_Arduino_Uno_for_LPG_Leakage_with_Short_Message_Service_as_a_Media_Information | ||
In article | View Article | ||
[50] | Ywalitasanti, R. (2013). Deteksi Dini Pengaman LPG Berbasis SMS. Teknik Elektro, 8. | ||
In article | |||
[51] | Electronics Simplified. (2021, April 21). How to interface MQ-2 Gas Sensor with Arduino Uno (with Code and Library) [Video]. YouTube. https://www.youtube.com/watch?v=cmL7QgTNv7M | ||
In article | |||
[52] | Yan, H. H., & Rahayu, Y. (2014, August). Design and development of gas leakage monitoring system using arduino and zigbee. In 1st International Conference on Electrical Engineering, Computer Science and Informatics 2014. Institute of Advanced Engineering and Science. | ||
In article | View Article | ||
[53] | Professional Regulatory Board of Architecture. (2019, October 4). Presidential Decree No. 1096 (the 1977 National Building Code of the Philippines/ NBCP) - Professional Regulatory Board of Architecture (16 Nov 2006 - 23 Nov 2012). Professional Regulatory Board of Architecture (16 Nov 2006 - 23 Nov 2012). Retrieved March 21, 2023, from https://www.architectureboard.ph/presidential-decree-no-1096-the-1977-national-building-code-of-the-philippines-nbcp/. | ||
In article | |||
Published with license by Science and Education Publishing, Copyright © 2023 Sherwin Johanne D. Galceran, Florence John H. Villarico, John Jeffrey C. Omao, Leona Carla P. Estaniel, Ian Jay P. Saldo, Jhovel Roy D. Calo and Mary Jade P. Dandoy
This work is licensed under a Creative Commons Attribution 4.0 International License. To view a copy of this license, visit
https://creativecommons.org/licenses/by/4.0/
[1] | Husain, A. M., Rini, T. H., Haque, M. I., & Alam, M. R. (2016). Air quality monitoring: The use of Arduino and Android. Journal of Modern Science and Technology, 4(1), 86-96. | ||
In article | |||
[2] | Fatkiyah, E., Persada, D., & Andayati, D. (2019). Early Detection of Leaks on Gas Cylinders Using Arduino-Based MQ-6 Sensors. Journal of Physics: Conference Series, 1413(1). | ||
In article | View Article | ||
[3] | Goswami, S., & Dangi, A. (2021). Arduino-based Milk Quality Monitoring System. International Journal of Agriculture Environment and Biotechnology, 14(2). | ||
In article | View Article | ||
[4] | Das, D. (2021). How Does MQ-2 Flammable Gas and Smoke Sensor Work with Arduino? Circuitdigest.com. https://circuitdigest.com/microcontroller-projects/interfacing-MQ-2-gas-sensor-with-arduino. | ||
In article | |||
[5] | Sandhu, R. (2021). What is Arduino, and Should I Use It? Lifewire. https://www.lifewire.com/what-is-arduino-2495652. | ||
In article | |||
[6] | Hong, W. J., Shamsuddin, N., Abas, E., Apong, R. A., Masri, Z., Suhaimi, H., ... & Noh, M. N. A. (2021). Water quality monitoring with Arduino based sensors. Environments, 8(1), 6. | ||
In article | View Article | ||
[7] | Gokulanathan, S., Manivasagam, P., Prabu, N., & Venkatesh, T. (2019). A GSM-based water quality monitoring system using Arduino. Shanlax International Journal of Arts, Science and Humanities, 6(4), 22-26. | ||
In article | View Article | ||
[8] | Athani, S., Tejeshwar, C. H., Patil, M. M., Patil, P., & Kulkarni, R. (2017, February). Soil moisture monitoring using IoT enabled Arduino sensors with neural networks for improving soil management for farmers and predicting seasonal rainfall for planning future harvest in North Karnataka—India. In 2017 International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC) (pp. 43-48). IEEE. | ||
In article | View Article | ||
[9] | Katole, K. R., Bagade, V., Bangade, B., Soni, A., & Kamde, H. (2016). Hazardous gas detection using ARDUINO. International Journal of Science Technology & Engineering, 2(10), 534-538. | ||
In article | |||
[10] | Singh, T., & Bonne, U. (2017). Gas Sensors. Reference Module in Materials Science and Materials Engineering. | ||
In article | View Article | ||
[11] | Components101. (2018, April 20). MQ-6 Gas Sensor. Retrieved February 7, 2023, from https://components101.com/sensors/mq-6-gas-sensor-pinout-equivalent-datasheet | ||
In article | |||
[12] | Jost, D. (2019, October 1). What is a Gas Sensor? Fierce Electronics. https://www.fierceelectronics.com/sensors/what-a-gas-sensor | ||
In article | |||
[13] | Arriba, A. (2022, July 19). How Gas Detectors Work. Martek Marine. https://www.martek-marine.com/blog/how-gas-detectors-work/ | ||
In article | |||
[14] | CO2 Meter. (2022, November 28). Gas Sensing Applications. Retrieved January 31, 2023, from https://www.co2meter.com/blogs/news/gas-sensing-applications | ||
In article | |||
[15] | Hussain, C. M., & Manjunatha, J. G. (2022). Functionalized Nanomaterial-Based Electrochemical Sensors: Principles, Fabrication Methods, and Applications. Elsevier Gezondheidszorg. | ||
In article | |||
[16] | Last Minute Engineers. (2022, October 12). How Does MQ-2 Gas/Smoke Sensor Work? & Interface it with Arduino. Retrieved from February 7, 2023 https://lastminuteengineers.com/MQ-2-gas-senser-arduino-tutorial/. | ||
In article | |||
[17] | QuartzComponents. (2022). MQ-6 Gas Sensor Module. Retrieved February 7, 2023, from https://quartzcomponents.com/products/MQ-6-gas-sensor. | ||
In article | |||
[18] | Britannica, T. Editors of Encyclopaedia (2023, February 25). liquefied petroleum gas. Encyclopedia Britannica. https://www.britannica.com/science/liquefied-petroleum-gas. | ||
In article | |||
[19] | WorkSafe New Zealand. (2018, August 21). Liquified petroleum gas (LPG). WorkSafe; WorkSafe https://www.worksafe.govt.nz/topic-and-industry/hazardous-substances/guidance/substances/liquified-petroleum-gas-lpg/. | ||
In article | |||
[20] | Godani, M., Canavese, F., Migliorini, S., & del Sette, M. (2015). Ataxia with Parkinsonism and dystonia after intentional inhalation of liquefied petroleum gas. Neuropsychiatric Disease and Treatment, 1157. | ||
In article | View Article | ||
[21] | Putri, A. C., Insani, I. B., Hasibuan, L., Faried, A., & Mose, J. C. (2021). Characteristics of liquefied petroleum gas (LPG) related burn injuries in Hasan Sadikin Bandung General Hospital. Annals of burns and fire disasters, 34(4), 323. | ||
In article | |||
[22] | Duomo. (2021, March 11). SGM595 Gas Sensor. SGM595 Gas Sensor. https://duomo.co.uk/wp-content/uploads/SGM595-05072022.Rev3_.pdf. | ||
In article | |||
[23] | Techno ash. (2018, July 5). How to make gas detector with Arduino and MQ-2 gas sensor [Video]. YouTube. https://www.youtube.com/watch?v=PEn1Etfqa_A. | ||
In article | |||
[24] | ES Systems (2021, April 22). What is liquefied petroleum gas (LPG), and how does it work? ES Systems. https://esenssys.com/liquefied-petroleum-gas-guide/). | ||
In article | |||
[25] | SUPERGAS LPG. (2021, December 27). About Cylinder Sweating and How to Tackle this Issue. Retrieved May 1, 2023, from https://www.supergas.com/blog/what-is-cylinder-sweating-and-how-to-tackle-this-issue#:~:text= Therefore%2C%20the%20LPG%20inside%20the,forming%20droplets%20around%20the%20cylinders). | ||
In article | |||
[26] | ELGAS. (2022, October 30). LPG Freezing Point LPG: Propane Regulator Freezing – Propane Tank Frost. ELGAS - LPG Gas for Home & Business. Retrieved April 30, 2023, from https://www.elgas.com.au/blog/410-why-does-ice- sometimes-form-on-gas-bottles-and-regulators/#:~:text=LPG-propane%20is%20cold%2C%20or,a%20LPG-propane%20gas%20bottle. | ||
In article | |||
[27] | Rocha, M. S., Neto, E. P., Panella, L. D. S., Ferreira, E. S., & Moreira, J. R. S. (2010). Conversion methods for commercial stoves from LPG to natural gas firing. In 13th Brazilian Congress of Thermal Sciences and Engineering—ENCIT (p. 7). | ||
In article | |||
[28] | Hannan, M. A., Zain, A. M., Salehuddin, F., Hazura, H., Idris, S. K., Hanim, A. R., ... & Yusoff, N. M. (2018). Development of an LPG leakage detector system using Arduino with the Internet of Things (IoT). Journal of Telecommunication, Electronic and Computer Engineering (JTEC), 10(2-7), 91-95. | ||
In article | |||
[29] | Rahayu, N. (2020). Early Warning of Leaking Lpg Gas Through Short Message Service (Sms) And Loudspeaker Tool Using Arduino Uno. Journal of Applied Engineering and Technological Science (JAETS), 1(2), 91–102. | ||
In article | View Article | ||
[30] | HANWEI ELECTRONICS CO., LTD. (2007, September 13). Technical Data MQ-6 Gas Sensor. Sparkfun. Retrieved February 3, 2023, from https://www.sparkfun.com/datasheets/Sensors/Biometric/MQ-6.pdf. HANWEI ELECTRONICS CO., LTD. (2009, January 6). MQ-6 Semiconductor Sensor for LPG. Pololu. Retrieved February 7, 2023, from https://www.pololu.com/file/download/MQ-6.pdf?file_id=0J312. HANWEI ELECTRONICS CO., LTD. (2018, March 14). Technical Data MQ-2 Gas Sensor. Mouser. Retrieved February 7, 2023, from https://www.mouser.com/datasheet/2/321/605-00008-MQ-2-Datasheet-370464.pdf. HANWEI ELETRONICS CO.,LTD. (2018, November 10). TECHNICAL DATA MQ-9 GAS SENSOR. Electronicoscaldas. Retrieved March 13, 2023, from https://www.electronicoscaldas.com/datasheet/MQ-9_Hanwei.pdf. | ||
In article | |||
[31] | Putra, Y. D., & Suhendi, H. (2021). PEMBUATAN ALAT PENDETEKSI KEBOCORAN GAS PADA PENGGUNAAN TABUNG LIQUEFIED PETROLEUM GAS (LPG) MENGGUNAKAN SENSOR MQ 6. Journal of Innovation Research and Knowledge, 1(5), 799-806. | ||
In article | |||
[32] | Riyanal, A., & Hasyim, A. A. (2021). Prototipe Detector Kebocoran Dan Kebakaran Gas LPG Menggunakan Sensor MQ-2 Dan Sensor Api (Doctoral dissertation, Universitas Muhammadiyah Surakarta). | ||
In article | |||
[33] | Evalina, N., Azis, A., & Zulfikar, Z. (2020). The Use of MQ-6 and Microcontroller of ATMega 2360 as a Leaks Detection Device of Liquid Petroleum Gas (LPG). Budapest International Research in Exact Sciences (BirEx) Journal, 2(3), 389-393. | ||
In article | |||
[34] | Josh Arduino. (2019, December 7). GAS Leakage+Smoke Detector Using Arduino + MQ-2( or MQ9) + LCD SCREEN +I2C module + buzzer / Led [Video]. YouTube. https://www.youtube.com/watch?v=fBUVXMyoxkM. | ||
In article | |||
[35] | Trisnawan, I. K. N., Jati, A. N., Istiqomah, N., & Wasisto, I. (2019, October). Detection of gas leaks using the MQ-2 gas sensor on the autonomous mobile sensor. In 2019 International Conference on Computer, Control, Informatics and its Applications (IC3INA) (pp. 177-180). IEEE. | ||
In article | View Article | ||
[36] | MYTECTUTOR. (2019, November 21). How TO USE MQ-2 GAS SENSOR WITH ARDUINO FOR SMOKE DETECTION. [Video]. YouTube. https://www.youtube.com/watch?v=YekPN1J9dZw. | ||
In article | |||
[37] | Robokart. (2019, April 12). How To Use Gas Sensor MQ-2 With Arduino [Video]. YouTube. https://www.youtube.com/watch?v=g-NvPPEj3oQ. | ||
In article | |||
[38] | Fuśnik, Ł., Szafraniak, B., Paleczek, A., Grochala, D., & Rydosz, A. (2022). A Review of Gas Measurement Setups. Sensors (Basel, Switzerland), 22(7), 2557. | ||
In article | View Article | ||
[39] | Ryu, J., Shim, S., Song, J., Park, J., Kim, H. S., Lee, S. K., ... & Kang, S. W. (2023). Effect of Measurement System Configuration and Operating Conditions on 2D Material-Based Gas Sensor Sensitivity. Nanomaterials, 13(3), 573. | ||
In article | View Article | ||
[40] | ARS Electrical. (2021, July 4). Project Pendeteksi Gas Menggunakan Modul Sensor Gas MQ-2 [Video]. YouTube. https://www.youtube.com/watch?v=XehN4gBbrn. | ||
In article | |||
[41] | Enalume, K. O., & Obianke, S. K. (2017). Design and Implementation of an Efficient LPG Leakage Detector. International Journal of Latest Engineering Research and Applications, 2(06), 2016. | ||
In article | |||
[42] | Muida, A., & Sanubary, I. (2019). Perbandingan Kinerja Sensor TGS2610, MQ-2, dan MQ-6 pada Alat Pendeteksi Kebocoran Tabung Liquified Petroleum Gas (LPG) Menggunakan ATMega2560. Prisma Fisika, 7(1), 14-19. | ||
In article | View Article | ||
[43] | Wiyono, A., Sudrajat, A., Rahmah, F., & Darusalam, U. (2017). Rancang bangun sistem deteksi dan pengaman kebocoran gas berbasis algoritma bahasa C dengan menggunakan sensor MQ-6. KOMIK (Konferensi Nasional Teknologi Informasi dan Komputer), 1(1). | ||
In article | |||
[44] | The Electronic Noobs. (2021, June 13). DIY GAS LEAKAGE DETECTOR USING ARDUINO!! [Video]. YouTube. https://www.youtube.com/watch?v=dNRSE66Bzj8. | ||
In article | |||
[45] | Fachrureza, A., Saragih, Y., & Hidayat, R. (2021). Pemanfaatan sensor MQ-6 pada sistem pendeteksi gas LPG berbasis 4G LTE. JTET (Jurnal Teknik Elektro Terapan), 10(1), 45-50. | ||
In article | |||
[46] | Fauziyah, I. N., Harliana, H., & Gigih, M. B. (2020). Rancang Bangun Alat Pendeteksi Kebocoran Gas LPG Menggunakan Sensor MQ-6 Berbasis Arduino. Jurnal Ilmiah Intech: Information Technology Journal of UMUS, 2(01), 41-50. | ||
In article | View Article | ||
[47] | Sujiwa, A., & Prasetyo, H. P. (2020). Measurements Analysis Of Mq-6 Lpg Gas Leak Detection Devices For Distance Factors. BEST: Journal of Applied Electrical, Science, & Technology, 2(1), 6-9. | ||
In article | View Article | ||
[48] | Rafik, A. (2021). ANALISA KEBOCORAN LPG DENGAN MENGGUNAKAN SENSOR GAS MQ-2. SinarFe7, 4(1), 206-208. | ||
In article | |||
[49] | Sohibun, O., Daruwati, I., Hatika, R. G., & Mardiansyah, D. (2021, October). MQ-2 Gas Sensor using Micro Controller Arduino Uno for LPG Leakage with Short Message Service as a Media... ResearchGate; IOP Publishing. https://www.researchgate.net/publication/355617348_MQ-2_Gas_Sensor_using_Micro_ Controller_Arduino_Uno_for_LPG_Leakage_with_Short_Message_Service_as_a_Media_Information | ||
In article | View Article | ||
[50] | Ywalitasanti, R. (2013). Deteksi Dini Pengaman LPG Berbasis SMS. Teknik Elektro, 8. | ||
In article | |||
[51] | Electronics Simplified. (2021, April 21). How to interface MQ-2 Gas Sensor with Arduino Uno (with Code and Library) [Video]. YouTube. https://www.youtube.com/watch?v=cmL7QgTNv7M | ||
In article | |||
[52] | Yan, H. H., & Rahayu, Y. (2014, August). Design and development of gas leakage monitoring system using arduino and zigbee. In 1st International Conference on Electrical Engineering, Computer Science and Informatics 2014. Institute of Advanced Engineering and Science. | ||
In article | View Article | ||
[53] | Professional Regulatory Board of Architecture. (2019, October 4). Presidential Decree No. 1096 (the 1977 National Building Code of the Philippines/ NBCP) - Professional Regulatory Board of Architecture (16 Nov 2006 - 23 Nov 2012). Professional Regulatory Board of Architecture (16 Nov 2006 - 23 Nov 2012). Retrieved March 21, 2023, from https://www.architectureboard.ph/presidential-decree-no-1096-the-1977-national-building-code-of-the-philippines-nbcp/. | ||
In article | |||