Hazardous Gas leak detection

September 30, 2021

Hazardous Gas leak detection

September 30, 2021

Created By

Gaurish Singla

Lorem ipsum dolor sit amet, consectetur adipisi cing elit, sed do eiusmod tempor incididunt ut abore et dolore magnaMy project is about irrigation system. It water the plant whenever the soil is dry and if we want more water we can do it by sitting in chair because the Bluetooth in the project connects with the system with the help of the app. After connecting you can check the status of the soil and pump the water and turn it off again

About This Project

Safety plays a major role in today’s world and it is necessary that good safety systems are to be implemented in places of Chemical plant. The main objective of the work is designing Arduino based toxic gas detecting, alerting and protecting system. The hazardous gases like Hydrogen sulfide, Nitrogen dioxide and Carbon monoxide are sensed and displayed the status every second in the LCD display. The advantage of this automated detection, alerting system and protecting system over the manual method is that it offers quick response time and accurate detection of an emergency and in turn leading faster diffusion of the critical situation.



Hazardous Gas leak detection when the gas sensor senses the emission of hazardous gases like Hydrogen sulfide, Nitrogen dioxide and Carbon monoxide, it will generate the alerting sound and alert everyone and also the electric motors will close the electric gates and control the emission of hazardous gases.

Components Required

  • Arduino UNO
  • Gas Detection Sensor, Hydrogen
  • DC Motor, 12V

Schematics

In this image all the components with the connections are given

Code Of Project

   # 
 include 
 <LiquidCrystal.h> 
 
LiquidCrystal lcd 
 ( 
 8 
 , 
 9 
 , 
 10 
 , 
 11 
 , 
 12 
 , 
 13 
 ) 
 ; 
 int 
Gas_Sensor_Value = 
 0 
 ; 
 int 
Gas_sensor = 
A0 ; 
 int 
Piezo = 
 3 
 ; 
 int 
electric_motor_1 = 
 4 
 ; 
 int 
electric_motor_2 = 
 5 
 ; 
 int 
electric_motor_3 = 
 6 
 ; 
 int 
electric_motor_4 = 
 7 
 ; 
 void 
 setup 
 ( 
 ) 
 { 
lcd . 
 begin 
 ( 
 16 
 , 
 2 
 ) 
 ; 
 // set up the LCD's number of columns and rows: 
 pinMode 
 ( 
Gas_sensor , 
INPUT ) 
 ; 
 pinMode 
 ( 
Piezo , 
OUTPUT ) 
 ; 
 pinMode 
 ( 
electric_motor_1 , 
OUTPUT ) 
 ; 
 pinMode 
 ( 
electric_motor_2 , 
OUTPUT ) 
 ; 
 pinMode 
 ( 
electric_motor_3 , 
OUTPUT ) 
 ; 
 pinMode 
 ( 
electric_motor_4 , 
OUTPUT ) 
 ; 
 } 
 void 
 loop 
 ( 
 ) 
 { 
lcd . 
 clear 
 ( 
 ) 
 ; 
Gas_Sensor_Value = 
 analogRead 
 ( 
A0 ) 
 ; 
 if 
 ( 
Gas_Sensor_Value >= 
 700 
 ) 
 { 
 digitalWrite 
 ( 
Piezo , 
HIGH ) 
 ; 
 digitalWrite 
 ( 
electric_motor_1 , 
HIGH ) 
 ; 
 digitalWrite 
 ( 
electric_motor_2 , 
HIGH ) 
 ; 
 digitalWrite 
 ( 
electric_motor_3 , 
HIGH ) 
 ; 
 digitalWrite 
 ( 
electric_motor_4 , 
HIGH ) 
 ; 
lcd . 
 print 
 ( 
 "Caution:Gas leak" 
 ) 
 ; 
 // Print a message to the LCD. 
 delay 
 ( 
 1000 
 ) 
 ; 
 } 
 else 
 { 
 digitalWrite 
 ( 
Piezo , 
LOW ) 
 ; 
 digitalWrite 
 ( 
electric_motor_1 , 
LOW ) 
 ; 
 digitalWrite 
 ( 
electric_motor_2 , 
LOW ) 
 ; 
 digitalWrite 
 ( 
electric_motor_3 , 
LOW ) 
 ; 
 digitalWrite 
 ( 
electric_motor_4 , 
LOW ) 
 ; 
lcd . 
 print 
 ( 
 "The environment" 
 ) 
 ; 
 // Print a message to the LCD. 
lcd . 
 setCursor 
 ( 
 0 
 , 
 1 
 ) 
 ; 
lcd . 
 print 
 ( 
 "is Safe" 
 ) 
 ; 
 delay 
 ( 
 1000 
 ) 
 ; 
 } 
 } 
  
 
A person is using a laptop computer next to a robot.
By Siddhartha Kumar January 5, 2022
Robotics: Blessing and Curse? Robots have improved healthcare , surveillance, delivery of goods (drones), spacecraft, travel, logistics, etc.
A man is wearing a virtual reality headset and touching a screen.
By Tahreem Jamadar December 28, 2021
Is it time for 3D Printing to Adopt Blockchain Technology? Research has already shown 3D printing has a growing need for cybersecurity.
A group of children are sitting at a table making a robot.
By Dr. Heath Kirby-Miller December 25, 2021
Why STEM Education in Australia The Australian industries to be benefited from STEM include advanced information and communication technology
A red rc truck is sitting on top of a remote control.
December 12, 2021
Arduino IR remote controlled Car The project is arduino based project. the Links pf the projects are given below
A laptop computer is on a tripod on a table.
November 30, 2021
Animation Studios Mechatron Robotics project uses an Arduino uno R3 a LCD and push buttons. It is based on the concept of arduino and LCD
A young boy wearing headphones is using a laptop computer.
By Kiran Gupta November 30, 2021
Machine Learning for Disables can help those disabled people to improve their lives. With the marvel of machine learning doctors
A man wearing a virtual reality headset is working on a robotic arm.
By Kiran Gupta November 7, 2021
What are the Consequences of Not Embracing Robotics & AI? We won’t be able to go ahead as these are the next big things.
A person is holding a remote control in a living room.
November 4, 2021
Home Automation System is made because today's light bulbs tend to heat and this can cause blast in the house.
A close up of a bottle of vaccine with a virus in the background.
By Rajesh Sharma November 1, 2021
Robotics and the Pandemic 2020. This is where Robotics can come in, robots can help reduce the human contact.
A person is playing with a robotic head on a table.
By Siddhartha Kumar November 1, 2021
Key Elements Most of the Schools are Missing. Everyone has different criteria but one key element remains the same:” The quality of teaching
Show More
A person is using a laptop computer next to a robot.
By Siddhartha Kumar January 5, 2022
Robotics: Blessing and Curse? Robots have improved healthcare , surveillance, delivery of goods (drones), spacecraft, travel, logistics, etc.
A man is wearing a virtual reality headset and touching a screen.
By Tahreem Jamadar December 28, 2021
Is it time for 3D Printing to Adopt Blockchain Technology? Research has already shown 3D printing has a growing need for cybersecurity.
A group of children are sitting at a table making a robot.
By Dr. Heath Kirby-Miller December 25, 2021
Why STEM Education in Australia The Australian industries to be benefited from STEM include advanced information and communication technology
A red rc truck is sitting on top of a remote control.
December 12, 2021
Arduino IR remote controlled Car The project is arduino based project. the Links pf the projects are given below
A laptop computer is on a tripod on a table.
November 30, 2021
Animation Studios Mechatron Robotics project uses an Arduino uno R3 a LCD and push buttons. It is based on the concept of arduino and LCD
A young boy wearing headphones is using a laptop computer.
By Kiran Gupta November 30, 2021
Machine Learning for Disables can help those disabled people to improve their lives. With the marvel of machine learning doctors
A man wearing a virtual reality headset is working on a robotic arm.
By Kiran Gupta November 7, 2021
What are the Consequences of Not Embracing Robotics & AI? We won’t be able to go ahead as these are the next big things.
A person is holding a remote control in a living room.
November 4, 2021
Home Automation System is made because today's light bulbs tend to heat and this can cause blast in the house.
A close up of a bottle of vaccine with a virus in the background.
By Rajesh Sharma November 1, 2021
Robotics and the Pandemic 2020. This is where Robotics can come in, robots can help reduce the human contact.
Show More