Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Vinay Sapkal, Nidhi Karkera, Nidhish Wakodikar, Ashish Nikam, Mrunal Nikam, Shreyash Nikhare
DOI Link: https://doi.org/10.22214/ijraset.2023.57055
Certificate: View Certificate
In this research project, we present an innovative Arduino-based safety system designed to enhance household gas safety by monitoring gas flame, detecting gas leakage, and ensuring the presence of utensils in the cooking area. By integrating various sensors such as a flame sensor, gas leakage sensor, and ultrasonic sensor, coupled with servo motor control and GSM technology, our system provides real-time monitoring and proactive response to potential hazards. This project showcases the integration of hardware components and intelligent control algorithms, enabling an efficient and reliable safety system. The use of Arduino as the central control unit provides a flexible and cost-effective solution for gas safety applications. Experimental results demonstrate the effectiveness of our system in detecting potential hazards, triggering appropriate actions, and notifying users via SMS alerts.
I. INTRODUCTION
Ensuring the safety of household gas usage is of paramount importance to prevent accidents and protect lives and property. Gas-related incidents, such as unattended flames, gas leakage, and improper usage of cooking appliances, can pose significant risks in residential environments. To address these safety concerns, we present an innovative Arduino-based safety system that integrates various sensors, servo motor control, and GSM technology to monitor gas flame, detect gas leakage, and ensure the presence of utensils in the cooking area. The objective of this project is to develop a comprehensive safety system that actively monitors gas-related hazards and provides timely alerts to users. By employing Arduino as the central control unit, we leverage its flexibility, accessibility, and ease of integration with sensors and actuators. Through sensor integration and intelligent control algorithms, our system enables real-time monitoring and proactive response to potential risks, ultimately enhancing gas safety in residential settings.
II. LITERATURE REVIEW
The paper titled "Development of a Low-Cost Low-Energy Intelligent Reminder System for Unextinguished Gas Stoves" presents a solution to improve kitchen safety by addressing the issue of unattended gas stoves during cooking. The proposed system aims to provide timely alerts to the user without interrupting the cooking process. Instead of immediately extinguishing the flame, the system monitors the user's presence and generates periodic alerts to remind them to return to the stove. The system utilizes various sensors and low-power modules to operate efficiently. The authors constructed a prototype of the system and conducted experiments to evaluate its effectiveness and practicality. The results confirm the system's applicability in enhancing kitchen safety without disrupting cooking tasks. [1]
The paper titled “Smart Gas Stove for Kitchen Employing Safety and Reduction of Gas Wastage” introduces a system designed to enhance kitchen safety and reduce gas wastage by providing additional protection. The proposed system utilizes an ATmega328p microcontroller to control the kitchen gas valve mechanism and automatically turn off the gas supply when the stove is not in use for cooking. A solenoid valve is employed to control the gas flow. The system ensures that the gas burner only ignites when there is a flame and a cooking pot on the burner. Additionally, it incorporates features such as automatic activation of the exhaust fan when smoke is detected, high temperature monitoring, and gas leakage detection. The system also includes a timer function for cooking at specific times and Bluetooth connectivity for voice control of the burner. In case of gas leakage, the system triggers an alarm and notifies the homeowner via phone call and text message. Various modes are available to further enhance kitchen safety. Overall, this system provides effective safety measures and enhances the convenience of using a gas stove. [2]
The paper titled "Home Automation System using Internet of Things (IoT)" presents a home automation system based on the Internet of Things (IoT) technology. The proposed system aims to provide convenience and control to homeowners by allowing them to remotely monitor and control various devices and appliances in their homes. The proposed approach involves the use of an SMS-based security box, which significantly reduces the risk of crime and protects valuable assets. The security box is designed to send an SMS notification to the owner's mobile device via a GSM module when someone other than the owner attempts to open it. The primary objective of this paper is to develop a cost-effective security solution that provides substantial benefits in terms of asset protection. [3]
The paper titled “LPG Leakage Detector with Smart SMS Alert using Microcontroller” is based on a minimal gadget that consolidates a MQ-6 sensor. This sensor is equipped for recognizing any spillage of LPG gas in its area, setting off a signal sound to caution the encompassing region. It likewise sends a SMS warning to the client, giving prompt data about the gas spillage in their home. This gadget isn't restricted to homegrown use however can likewise be utilized in assembling ventures where LPG gas is used for huge scope creation to distinguish any gas spills. To forestall gas drainage mishaps, introducing a LPG spillage marker in a very much ventilated location is suggested. The GSM module is utilized to send SMS cautions to the client, while a ringer is enacted at the same time. The SMS message is shown on a predefined versatile number utilizing the Microcontroller. In the event that the gas level surpasses the typical reach, a prompt alert is produced with the profoundly precise and touchy MQ-6 sensor, offering fast reaction time and exact identification. [4]
The paper titled ‘LPG Leakage and Flame Detection with SMS Notification and Alarm System: Rule-Based Method’ was published on 8 August 2020?. The paper focuses on developing a rule-based system for detecting and notifying the owner of a house about gas leakage, smoke, and flame from an LPG cylinder. The system utilizes sensors such as a flame sensor and a gas MQ2 sensor to detect fire, gas leaks, and smoke. When any of these are detected, the system triggers an alarm, displays warning messages on an LCD, and sends text messages to the owner's cellphone. The researchers conducted functionality testing and achieved 100% accuracy. The proposed system aims to enhance the safety and security of LPG consumers by providing timely notifications and alarms in case of potential hazards. [5]
III. METHODOLOGY/EXPERIMENTAL
A. System Architecture Design
Determine the required components for the safety system, including a flame sensor, gas leakage sensor, ultrasonic sensor, servo motor, GSM module, and exhaust fan.
Design the architecture of the system, outlining the connections between the Arduino board and the various components.
Identify the appropriate pins on the Arduino board for connecting the sensors, servo motor, GSM module, and exhaust fan.
B. Hardware Setup
Gather the necessary components and ensure their compatibility with the Arduino board.
Connect the flame sensor, gas leakage sensor, and ultrasonic sensor to the designated digital pins on the Arduino board.
Connect the servo motor to a PWM pin on the Arduino board.
Connect the GSM module to the Arduino board using the appropriate communication interface.
Connect the exhaust fan to a digital pin on the Arduino board.
C. Arduino Programming
Set up the Arduino Integrated Development Environment (IDE) and ensure the correct board and port are selected.
Import any required libraries for the sensors, servo motor, and GSM module.
Initialize the pins and variables used in the program.
Implement a continuous loop that monitors the sensors and controls the servo motor and exhaust fan based on sensor readings.
Use appropriate conditional statements and algorithms to detect flame presence, gas leakage, and utensil presence.
Write code to turn off the gas knob using the servo motor and activate the exhaust fan when necessary.
Incorporate the GSM module to send SMS alerts to the user when specific events occur.
D. Testing and Debugging
Upload the Arduino program to the board.
Conduct thorough testing to ensure proper functionality of the system.
Simulate different scenarios to verify the system's response to flame presence, gas leakage, and utensil presence.
Monitor the SMS alerts sent by the GSM module to confirm their accuracy and timeliness.
Debug and refine the code as needed to address any issues or anomalies.
E. Performance Evaluation
Evaluate the performance of the safety system by conducting a series of experiments and tests.
Measure the system's accuracy in detecting flame presence, gas leakage, and utensil presence.
Assess the response time of the system in activating the servo motor and exhaust fan, as well as sending SMS alerts.
Compare the system's performance with established safety standards and guidelines.
Analyze the results and identify areas for improvement or optimization.
IV. METHODS TO WRITE ARDUINO CODE
2. loop()
3. pinMode()
4. digitalRead()
5. digitalWrite()
6. analogRead()
7. analogWrite()
Serial communication functions:
V. METHODS TO GET DELAY IN ARDUINO
a. The delay() function is a built-in Arduino function that pauses the program execution for a specified number of milliseconds.
b. It takes one argument: the duration of the delay in milliseconds.
c. After the delay period elapses, the program continues executing the next line of code.
2. Using millis() for non-blocking Delay
a. millis() is a function that returns the number of milliseconds that have elapsed since the Arduino board was powered on or reset.
b. By comparing the current value of millis() with a desired time interval, you can implement a non-blocking delay.
VI. TYPE OF PROGRAMMING USED
A. Functions
B. Variables and Data Types
C. Control Structures
D. Libraries
E. Serial Communication
VII. FLOW CHART OF OUR PROJECT
VIII. FUTURE SCOPE
To date the model is fulfilled for use in homes but still, if permits we would first implement the system to book LPG gas automatically by sending an SMS/call to the respected authority through the GSM module. For that purpose, we would also implement a model that would keep track of the level of gas inside the LPG. This can be done in two ways: I) Either interfacing the Load sensor. II) the Interfacing gas pressure sensor so that we could access the amount of gas present in the LPG. Secondly, we could interface Voice Recognition Module to control the flame as well as to switch on/off the gas knob through voice command.
IX. ACKNOWLEDGMENT
We would like to offer our heartfelt appreciation to everyone who helped us complete this research endeavour. First and foremost, we want to thank our guides, Mr. Vinay Sapkal and Mrs. Swati Joshi, for their tremendous direction, encouragement, and insightful input during the whole study trip. Their skills and dedication to excellence have considerably influenced the project's outcome. We are also grateful to our elders who helped us with our project.
Analyzing the circumstances of today\'s desire for automation in all facets of creating a simple existence, our proposal would assist users in overcoming challenges caused by gas leakage concerns. When there is a gas leak, our project will immediately turn off the gas. This will help to avoid any mishaps and decrease the amount of gasoline waste caused by negligence. Second, if there is no such utensil on the gas for a while, as sensed by the ultrasonic sensor, the knob will still turn off. This will also notify the house owner to take measures if the owner is not at home in order to avoid mishaps.
[1] M. Tamaki and C. Premachandra, \"Development of a Low-Cost Low-Energy Intelligent Reminder System for Unextinguished Gas Stoves,\" in IEEE Consumer Electronics Magazine, vol. 10, no. 3, pp. 29-33, 1 May 2021, doi: 10.1109/MCE.2020.3023004. [2] M. e. Alam, M. A. Kader, S. D. Muhammad, S. A. Momo, S. Rahman and I. Alam, \"Smart Gas Stove for Kitchen Employing Safety and Reduction of Gas Wastage,\" 2021 2nd International Conference on Robotics, Electrical and Signal Processing Techniques (ICREST), DHAKA, Bangladesh, 2021, pp. 520-525, doi: 10.1109/ICREST51555.2021.9331033. [3] F. Nugroho and A. B. Pantjawati, “Automation and Monitoring Smart Kitchen Based on Internet of Things (IoT) - IOPscience,” Automation and Monitoring Smart Kitchen Based on Internet of Things (IoT) - IOPscience, Jul. 01, 2018. https://iopscience.iop.org/article/10.1088/1757-899X/384/1/012007 [4] Ramya. K. C, N. M, M. R, and H. S, “LPG Leakage Detector with Smart SMS Alert using Microcontroller,” 2021 6th International Conference on Communication and Electronics Systems (ICCES), Jul. 2021, doi: https://doi.org/10.1109/icces51350.2021.9489037. [5] S. Muralidhara and N. Hegde, “Air quality monitoring and gas leakage detection with automatic shut?off using wireless sensor?actuator networks,” Internet Technology Letters, vol. 3, no. 5, Jun. 2020, doi: https://doi.org/10.1002/itl2.185. [6] R. R. Sharma, “Gas Leakage Detection in Pipeline by SVM Classifier with Automatic Eddy Current based Defect Recognition Method,” September 2021, vol. 3, no. 3, pp. 196–212, Oct. 2021, doi: https://doi.org/10.36548/jucct.2021.3.004. [7] M. Diwanji, S. Hisvankar, and C. Khandelwal, “Autonomous Fire Detecting and Extinguishing Robot,” IEEE Xplore, Sep. 01, 2019. https://ieeexplore.ieee.org/abstract/document/8969067/authors#authors (accessed Feb. 25, 2022). [8] A. Kagane and J. Shaji, “IMPLEMENTATION OF SENSOR INTERFACING USING ARDUINO,” International Journal of Engineering Applied Sciences and Technology, vol. 06, no. 2455–2143, Sep. 2021. [9] M. Ahmad Baballe, U. Yusuf Magashi, B. Ibrahim Garko, A. Abdullahi Umar, Y. Rabiu Magaji, and M. Surajo, “Automatic Gas Leakage Monitoring System Using MQ-5 Sensor,” Review of Computer Engineering Research, vol. 8, no. 2, pp. 64–75, 2021, doi: https://doi.org/10.18488/journal.76.2021.82.64.75. [10] M. A. F. Malbog, H. D. Grimaldo, L. L. Lacatan, R. M. Dellosa, and Y. D. Austria, “LPG Leakage and Flame Detection with SMS Notification and Alarm System: Rule-Based Method,” 2020 11th IEEE Control and System Graduate Research Colloquium (ICSGRC), Aug.2020, doi: https://doi.org/10.1109/icsgrc49013.2020.9232494.
Copyright © 2023 Vinay Sapkal, Nidhi Karkera, Nidhish Wakodikar, Ashish Nikam, Mrunal Nikam, Shreyash Nikhare. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET57055
Publish Date : 2023-11-26
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here