There have been many incidents like explosions and fires due to LPG gas leakage. Such incidents can cause dangerous effects if the leakage is not detected at an early stage. IOT LPG leakage detector project using Arduino is a project which will help in determining gas leakage in the surroundings and send data to an IOT module.
Internet of Things (IoT) is the networking of ‘things’ by which physical things can communicate with the help of sensors, electronics, software, and connectivity. These systems do not require any human interaction and the same is the case with iot based gas detection system. It does not require human attention.
IOT and Arduino based LPG leakage detection system senses the LPG gas with the help of an LPG gas sensor. In this project, we have implemented the LPG gas sensor interfacing with Arduino. The Signal from this sensor is sent to the Arduino microcontroller. The microcontroller is connected to an LCD, Buzzer, and IOT module (ESP8266). The IOT LPG leakage detector project is implemented using an ESP8266 chip. This is a WiFi module that is used for connecting microcontrollers to the Wi-Fi network and making TCP/IP connections and sending data.
Data sensed by these sensors is sent to the IOT. The IOT module then sends the data over to a website. The buzzer is turned ON once the gas leakage is detected. At this time, LCD Display shows a message as “Leakage detected”. The Prerequisite for this LPG gas leakage detection and the smart alerting project is that the Wi-Fi module should be connected to a Wi-Fi zone or a hotspot. This project is also implemented without the IOT module. we have used a GSM module In place of the IOT module. by which an SMS is triggered.
We have used various components in the IOT and Arduino based LPG leakage detection system. LPG Gas Sensor is used to detect gas leakage. Arduino is used to turning ON the buzzer, send a message to the LCD, and send data to the IOT module. LCD is used to display an informative message. A buzzer is used to signal the gas leakage. And ESP8266 is used to send data over a Wi-Fi network.
Can we have the percentage of gas present in the premise also displayed on the LCD?’
Answer: Currently, we have not implemented this.
What all data is sent to the website?
Answer: As per the current design, we are sending sensor value over the website. We can further make a few modifications to send the location details along with the message by adding GPS modem.
View Comments
Hello Sir/Mam,
I just want to know that, Could you please provide this project with Raspberry pi instead of Arduino?
If yes, so how many days you will take to make this project and provide to me?
does buzzer is used in this project?
Yes, we have used buzzer in this project