SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1605
Surveillance System for Petroleum Industry
Amruta Jadhav1, Pranali Patil2, Prof. Supriya Joshi3
1Amruta Jadhav Mumbai University
2Pranali Patil Mumbai University
3Professor Supriya Joshi, Dept. of Information Technology, ACPCE, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract -The providing monitoring of thevarioustoxicgas
leakages in large-scale industries is critical since it serious
affects the safely producing activities and first line workers’
lives. Gas Leakages in open or closed areas can prove to be
dangerous and lethal. Even though the conventional Gas
Leakage Detector Systems have great precision, buttheyfailto
acknowledge a few factors in the field of alerting the people
about the leakage.In this, we presentanewlydevelopedmobile
car with WIFI communicationtosmartlymonitorandtrackthe
concentration of various toxicgasesandhavingSmartAlerting
techniques which involves sending message to the concerned
authority and an ability to predict hazardous situation so that
people could be made aware in advance.
In these we have focused on continuous obstacle detection
along the path with the toxic gas detection and delivery of the
barrel. Whenever the gas leakage is detected or the
temperature overshoots the threshold value, the power supply
will automatically cut off and an alarm will be raised. The
particular readings will be uploaded to cloud storage and also
informed to the concern authority through mail.
1. INTRODUCTION
Due to the advancement and drastic development in
communications and computingtechnologies,differenttypes
of surveillance systems are readilyavailabletotheend-users.
Surveillance systems are utilized in many places for public
and private security, such as banks, supermarkets and
environments which are hazardous or inaccessible for
human beings (for example, in environments which with
poisonous gases, or very low or high temperatures). Since
computers and networkarewidespread,manynewnetwork-
based applications are emerging in everyone’s daily lives.
Today many business and industrial owners have a
surveillance monitoring system. Furthermore,thenumberof
residential owners employing surveillance systems is alsoin
an increasing trend. Traditionally, these systems have been
built in anad hoc fashion with direct wired connectionsfrom
the cameras to a control center to monitor these cameras.
Generally, this type of wiredsystemisverycostlyanditlimits
the number of cameras within the system. This is changing
due to the use of local area network technology, Wi-Fi,
Bluetooth and ZigBee for the interconnections and the fact
that the control system can be connected to the Internet. The
connection of the surveillance system to the Internetenables
owners to access information collected by the security and
monitoring system from any place through Internet.
2. METHODS AND MATERIALS
2.1 EXISTING SYSTEM
(A) WIFI-based Smart Car forToxic Gas Monitoring in Large-
scale Petrochemical Plants. (Paper- 978-1-4799-8745-
0/15/$31.00©2015 IEEE)
Overview: A newly developed car to smartly monitor and
track the concentration of various toxic gases. Based on the
innovated monitoring patterns and our existing on-line gas
monitoring in oil and gas industry. We developed smart
monitoring car with mobilityand intelligence. This smartcar
is easy-implement, easy-operate, low-cost and flexible to
move on the ground. The mobile monitoring car owns the
ability of transmitting large types of sensing data, e.g., audio
data. At the front of mobile monitoring car, there is a camera.
This type of car is equipped with various gas sensors, e.g.,
CO2, CO, SO2, and H2S.
(B)GasLeakage Detection and Smart Alerting and Prediction
Using IoT (Paper: - 978-1-5090-6221-8/17/$31.00 c 2017
IEEE)
Overview: we have used the IoT technology to make a Gas
Leakage Detector havingSmartAlertingtechniquesinvolving
sending text message to the concerned authority and an
ability to predict hazardous situation so that people could be
made aware in advance by performing data analytics on
sensor readings.
(C)Toxic Gas Boundary Area Detection in Large-Scale
Petrochemical Plants with Industrial Wireless Sensor
Networks. (Paper: - 0163-6804/16/$25.00 © 2016 IEEE)
Overview: It presents a newly developed self-driven car to
smartly monitor and track the concentration of various gas
leakages. The sensorusedisMQ2.Inaddition,varioussensors
will be attached to the car for the continuous humidity and
temperature detection. This article overviews continuous
object detection techniques that have emerged in recent
years. Most of the research focuses on the estimation of the
toxic gas boundary.
Existing system disadvantages:
1. In the existing system readings are taken on the
timely manner or after the regular interval of time.
2. Data will not be recorded in digital form, if that
would be in digital form it can be analyzed directly
with for various purposes.
3. In manual data collection process there are chances
of errors.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1606
2.2 PROPOSED SYSTEM
 We are going to monitor two parameters of the industry
temperature humidity and we there will be gas leakage
detection along with the fire detection.
 We will be using ATMEGA328 microcontroller,anditwill
be interfaced with the sensors.
 Temperature and Humidity sensor: DHT11
 Gas sensor: MQ2
 Microcontroller will continuously monitor the values of
sensor and compare it with predefined thresholds and if
any value is crossing threshold then it will buzz alarm
 Same time those values will be sent to the sever over the
Internet using the WIFImodule.
 As values are sent to server they can be monitored from
any location and processed anywhere.
 This values can be seen in android application.
ADVANTAGES OF PROPOSED SYSTEM
 No Human resources needed to go to monitor the
values.
 Values can be monitored remotely.
 No need to keep watch on values as there is alarm
system.
2.3 MATERIAL
HARDWARE REQUIREMENTS
 Arduino Mega
 Bluetooth
 Temperature Sensor
 Humidity Sensor
 MQ2 Gas Sensor
 IR Diode Sensor
 Motor Driver Module
 Battery
 WiFi Module
 Buzzer
SOFTWARE REQUIREMENTS
 Arduino software
 Arduino Bluetooth control
METHODOLOGY
WORKING
ATMEGA 328 will continuously Monitor the values of all the
sensors First we will read the Gas sensor. After that we are
going to take readings from the DHT 11 sensor.Wearegoing
to append all the readings into one string so that we can
transfer all the data to the server in one request only. That
string of data will be given to Node MCU based on the
transmit pin of the ATMEGA 328.Node MCU is continuously
checking for any new data as soon as we send data it capture
all the data and send it to the server. We have a PHP file
which is going to accept data continuously from the Node
MCU. ATMEGA 328 and Node MCU will keep on
communicating and sending data to the PHP file on the
server.
The mobile application named arduino Bluetooth Control
which monitors car via Bluetooth connectivity the system
contains sensor for detection of gas, temperature and
humidity. Gas sensor detects gas range ifthereisa leakagein
gas the sensor will on the car will detect it and it will make a
noise (like buzzer) which will make the people aware and
can take safety precaution.
Fig 1 -: Block Diagram
Fig 2-: Pin Diagram
3. CONCLUSIONS
We have implemented a Project in two parts:
We implemented manually controlled Robot, so that we can
move the Robot as per the surveillance Area based on the
suspected area, a robot will be controlled over the remote
position using the android App and communication media
will be Bluetooth.
Sensor monitoring part will be taken care by the different
circuit which will be mounted on the Robot. It will sense the
senor values and then sent them to server, based on the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1607
sensor readings we are going to decide if this is danger
conditioner not and we will send SMS alert.
The importance of gas sensing is set to grow with increasing
requirementsforsafetyand environmental protectionacross
many industries. The current range of gas sensing
technologies has served us well but the future holds many
new possibilities.
The main objective of the work is designing microcontroller
based gas detecting andalerting system. If the gasisdetected
then user can get alert message. The advantage of this
automated detection and alerting system over the manual
method is that it offers quick response time and accurate
detection of an emergencyandinturnleadingfasterdiffusion
of the critical situation.
The sensors are used to monitor the leakage of the gas as
sensor plays as important role in our day-to-day life. The
system handle the detection.If there isaleakageofgasthenit
can perform the necessary safety measures accordingly
within a second. And an alert will send to authorized person.
If the user don’t have any internet connection then user can’t
get alert message. This process can be done faster than the
existing process.
REFERENCES
[1] Asmita Varma, Prabhakar S, Kayalvizhi Jayavel, Gas
Leakage Detection and Smart Alerting and Prediction Using
IoT, Second International Conference On Computing and
Communication Technologies, 2017.
[2] Lei Shu, Junlin Zeng, Kailiang Li, Zhiqiang Huo, Xiaoling
Wu, Xianjun Wu, Huilin Sun, WIFI-based smart car for toxic
gas monitoring in large-scale petrochemical plants,
International Conference On Consumer Electronics-Taiwan
(ICCE-TW), 2015.
[3](2016) Grove-Gas Sensor (MQ) on seed website.[Online].
Available: http://wiki.seeed.cc/Grove-Gas_Sensor-MQ2/
[4](2016)Arduino UNO on Arduino website [Online].
Available:https://www.arduino.cc/en/Main/ArduinoEthern
etShield
[5]http://forum.arduino.cc/index.php?topic=544342.0
[6]F.Chraim, Y.B.Erol and K.Pister, “Wireless Gas Leak
Detection and Localization” IEEE Trans . Ind. Info., Feb 2015
[7]L. Shu et al, “Wifi-Based Smart Car for Toxic Gas
Monitoring in Large-Scale Petrochemical Plants,”Proc.IEEE
Int’l Conf. Consumer Electron, Taipei, Taiwan, , June 2015.

More Related Content

What's hot

Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIntegrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIOSR Journals
 
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In... IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In...
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...IRJET Journal
 
Sms Based Gas Leakage Monitoring in Residential and Industrial Area
Sms Based Gas Leakage Monitoring in Residential and Industrial AreaSms Based Gas Leakage Monitoring in Residential and Industrial Area
Sms Based Gas Leakage Monitoring in Residential and Industrial AreaIRJET Journal
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET Journal
 
An IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRSAn IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRSIJMTST Journal
 
IRJET-An Automatic Fire Detection and Warning System under Home Video Surveil...
IRJET-An Automatic Fire Detection and Warning System under Home Video Surveil...IRJET-An Automatic Fire Detection and Warning System under Home Video Surveil...
IRJET-An Automatic Fire Detection and Warning System under Home Video Surveil...IRJET Journal
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET Journal
 
IRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET Journal
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET Journal
 
IRJET - Smart Monitoring and Control System for Home Automation
IRJET -  	  Smart Monitoring and Control System for Home AutomationIRJET -  	  Smart Monitoring and Control System for Home Automation
IRJET - Smart Monitoring and Control System for Home AutomationIRJET Journal
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET Journal
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET Journal
 
Internet of Things Technology for Fire Monitoring System
Internet of Things Technology  for Fire Monitoring SystemInternet of Things Technology  for Fire Monitoring System
Internet of Things Technology for Fire Monitoring SystemIRJET Journal
 
IRJET- Rescue Robot using ESP Microcontroller
IRJET-  	  Rescue Robot using ESP MicrocontrollerIRJET-  	  Rescue Robot using ESP Microcontroller
IRJET- Rescue Robot using ESP MicrocontrollerIRJET Journal
 
IRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET Journal
 
IRJET- Home Surveillance Without using CCTV Camera
IRJET-  	  Home Surveillance Without using CCTV CameraIRJET-  	  Home Surveillance Without using CCTV Camera
IRJET- Home Surveillance Without using CCTV CameraIRJET Journal
 

What's hot (20)

Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIntegrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
 
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In... IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In...
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 
Sms Based Gas Leakage Monitoring in Residential and Industrial Area
Sms Based Gas Leakage Monitoring in Residential and Industrial AreaSms Based Gas Leakage Monitoring in Residential and Industrial Area
Sms Based Gas Leakage Monitoring in Residential and Industrial Area
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile Technology
 
An IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRSAn IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRS
 
IRJET-An Automatic Fire Detection and Warning System under Home Video Surveil...
IRJET-An Automatic Fire Detection and Warning System under Home Video Surveil...IRJET-An Automatic Fire Detection and Warning System under Home Video Surveil...
IRJET-An Automatic Fire Detection and Warning System under Home Video Surveil...
 
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based TechnologyIRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
IRJET- Smart Agriculture using Pic Microcontroller and GSM based Technology
 
IRJET - Smart Sonar System
IRJET - Smart Sonar SystemIRJET - Smart Sonar System
IRJET - Smart Sonar System
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety System
 
IRJET - Smart Monitoring and Control System for Home Automation
IRJET -  	  Smart Monitoring and Control System for Home AutomationIRJET -  	  Smart Monitoring and Control System for Home Automation
IRJET - Smart Monitoring and Control System for Home Automation
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
 
Smart Home - ieee format
Smart Home - ieee formatSmart Home - ieee format
Smart Home - ieee format
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
 
Smart safety jacket
Smart safety jacketSmart safety jacket
Smart safety jacket
 
Internet of Things Technology for Fire Monitoring System
Internet of Things Technology  for Fire Monitoring SystemInternet of Things Technology  for Fire Monitoring System
Internet of Things Technology for Fire Monitoring System
 
IRJET- Rescue Robot using ESP Microcontroller
IRJET-  	  Rescue Robot using ESP MicrocontrollerIRJET-  	  Rescue Robot using ESP Microcontroller
IRJET- Rescue Robot using ESP Microcontroller
 
M1103047984
M1103047984M1103047984
M1103047984
 
IRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification System
 
IRJET- Home Surveillance Without using CCTV Camera
IRJET-  	  Home Surveillance Without using CCTV CameraIRJET-  	  Home Surveillance Without using CCTV Camera
IRJET- Home Surveillance Without using CCTV Camera
 
Investigation and Design of Helmet for Coal Miners
Investigation and Design of Helmet for Coal MinersInvestigation and Design of Helmet for Coal Miners
Investigation and Design of Helmet for Coal Miners
 

Similar to IRJET - Surveillance System for Petroleum Industry

Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIRJET Journal
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT IRJET Journal
 
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoTIRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROIDIOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROIDIRJET Journal
 
IRJET- IoT based Noise and Pollution Monitoring System
IRJET- IoT based Noise and Pollution Monitoring SystemIRJET- IoT based Noise and Pollution Monitoring System
IRJET- IoT based Noise and Pollution Monitoring SystemIRJET Journal
 
IRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in IndustriesIRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in IndustriesIRJET Journal
 
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET Journal
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDIRJET Journal
 
IRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoTIRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoTIRJET Journal
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMIRJET Journal
 
Gas Level Detection and Automatic Booking Using IoT
Gas Level Detection and Automatic Booking Using IoTGas Level Detection and Automatic Booking Using IoT
Gas Level Detection and Automatic Booking Using IoTIRJET Journal
 
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...IRJET Journal
 
IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET Journal
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET Journal
 
Wind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTWind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTIRJET Journal
 
IoT Based Automatic Gas, Smoke and Fire Alert System
IoT Based Automatic Gas, Smoke and Fire Alert SystemIoT Based Automatic Gas, Smoke and Fire Alert System
IoT Based Automatic Gas, Smoke and Fire Alert Systemijtsrd
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET Journal
 
IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for CityIRJET Journal
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET Journal
 

Similar to IRJET - Surveillance System for Petroleum Industry (20)

Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of Appliances
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT
 
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROIDIOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
 
IRJET- IoT based Noise and Pollution Monitoring System
IRJET- IoT based Noise and Pollution Monitoring SystemIRJET- IoT based Noise and Pollution Monitoring System
IRJET- IoT based Noise and Pollution Monitoring System
 
IRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in IndustriesIRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in Industries
 
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse EnvironmentIRJET - Wireless Monitoring and Controlling of Greenhouse Environment
IRJET - Wireless Monitoring and Controlling of Greenhouse Environment
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
IRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoTIRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoT
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
 
Gas Level Detection and Automatic Booking Using IoT
Gas Level Detection and Automatic Booking Using IoTGas Level Detection and Automatic Booking Using IoT
Gas Level Detection and Automatic Booking Using IoT
 
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...IRJET-  	  A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
IRJET- A Study on: Wireless Sensing Network (WSN) Gas Leakage Detection S...
 
IRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue SystemIRJET - Accident Monitoring and Rescue System
IRJET - Accident Monitoring and Rescue System
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
Wind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoTWind Turbine Monitoring System Using IoT
Wind Turbine Monitoring System Using IoT
 
IoT Based Automatic Gas, Smoke and Fire Alert System
IoT Based Automatic Gas, Smoke and Fire Alert SystemIoT Based Automatic Gas, Smoke and Fire Alert System
IoT Based Automatic Gas, Smoke and Fire Alert System
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for City
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoT
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 

IRJET - Surveillance System for Petroleum Industry

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1605 Surveillance System for Petroleum Industry Amruta Jadhav1, Pranali Patil2, Prof. Supriya Joshi3 1Amruta Jadhav Mumbai University 2Pranali Patil Mumbai University 3Professor Supriya Joshi, Dept. of Information Technology, ACPCE, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract -The providing monitoring of thevarioustoxicgas leakages in large-scale industries is critical since it serious affects the safely producing activities and first line workers’ lives. Gas Leakages in open or closed areas can prove to be dangerous and lethal. Even though the conventional Gas Leakage Detector Systems have great precision, buttheyfailto acknowledge a few factors in the field of alerting the people about the leakage.In this, we presentanewlydevelopedmobile car with WIFI communicationtosmartlymonitorandtrackthe concentration of various toxicgasesandhavingSmartAlerting techniques which involves sending message to the concerned authority and an ability to predict hazardous situation so that people could be made aware in advance. In these we have focused on continuous obstacle detection along the path with the toxic gas detection and delivery of the barrel. Whenever the gas leakage is detected or the temperature overshoots the threshold value, the power supply will automatically cut off and an alarm will be raised. The particular readings will be uploaded to cloud storage and also informed to the concern authority through mail. 1. INTRODUCTION Due to the advancement and drastic development in communications and computingtechnologies,differenttypes of surveillance systems are readilyavailabletotheend-users. Surveillance systems are utilized in many places for public and private security, such as banks, supermarkets and environments which are hazardous or inaccessible for human beings (for example, in environments which with poisonous gases, or very low or high temperatures). Since computers and networkarewidespread,manynewnetwork- based applications are emerging in everyone’s daily lives. Today many business and industrial owners have a surveillance monitoring system. Furthermore,thenumberof residential owners employing surveillance systems is alsoin an increasing trend. Traditionally, these systems have been built in anad hoc fashion with direct wired connectionsfrom the cameras to a control center to monitor these cameras. Generally, this type of wiredsystemisverycostlyanditlimits the number of cameras within the system. This is changing due to the use of local area network technology, Wi-Fi, Bluetooth and ZigBee for the interconnections and the fact that the control system can be connected to the Internet. The connection of the surveillance system to the Internetenables owners to access information collected by the security and monitoring system from any place through Internet. 2. METHODS AND MATERIALS 2.1 EXISTING SYSTEM (A) WIFI-based Smart Car forToxic Gas Monitoring in Large- scale Petrochemical Plants. (Paper- 978-1-4799-8745- 0/15/$31.00©2015 IEEE) Overview: A newly developed car to smartly monitor and track the concentration of various toxic gases. Based on the innovated monitoring patterns and our existing on-line gas monitoring in oil and gas industry. We developed smart monitoring car with mobilityand intelligence. This smartcar is easy-implement, easy-operate, low-cost and flexible to move on the ground. The mobile monitoring car owns the ability of transmitting large types of sensing data, e.g., audio data. At the front of mobile monitoring car, there is a camera. This type of car is equipped with various gas sensors, e.g., CO2, CO, SO2, and H2S. (B)GasLeakage Detection and Smart Alerting and Prediction Using IoT (Paper: - 978-1-5090-6221-8/17/$31.00 c 2017 IEEE) Overview: we have used the IoT technology to make a Gas Leakage Detector havingSmartAlertingtechniquesinvolving sending text message to the concerned authority and an ability to predict hazardous situation so that people could be made aware in advance by performing data analytics on sensor readings. (C)Toxic Gas Boundary Area Detection in Large-Scale Petrochemical Plants with Industrial Wireless Sensor Networks. (Paper: - 0163-6804/16/$25.00 © 2016 IEEE) Overview: It presents a newly developed self-driven car to smartly monitor and track the concentration of various gas leakages. The sensorusedisMQ2.Inaddition,varioussensors will be attached to the car for the continuous humidity and temperature detection. This article overviews continuous object detection techniques that have emerged in recent years. Most of the research focuses on the estimation of the toxic gas boundary. Existing system disadvantages: 1. In the existing system readings are taken on the timely manner or after the regular interval of time. 2. Data will not be recorded in digital form, if that would be in digital form it can be analyzed directly with for various purposes. 3. In manual data collection process there are chances of errors.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1606 2.2 PROPOSED SYSTEM  We are going to monitor two parameters of the industry temperature humidity and we there will be gas leakage detection along with the fire detection.  We will be using ATMEGA328 microcontroller,anditwill be interfaced with the sensors.  Temperature and Humidity sensor: DHT11  Gas sensor: MQ2  Microcontroller will continuously monitor the values of sensor and compare it with predefined thresholds and if any value is crossing threshold then it will buzz alarm  Same time those values will be sent to the sever over the Internet using the WIFImodule.  As values are sent to server they can be monitored from any location and processed anywhere.  This values can be seen in android application. ADVANTAGES OF PROPOSED SYSTEM  No Human resources needed to go to monitor the values.  Values can be monitored remotely.  No need to keep watch on values as there is alarm system. 2.3 MATERIAL HARDWARE REQUIREMENTS  Arduino Mega  Bluetooth  Temperature Sensor  Humidity Sensor  MQ2 Gas Sensor  IR Diode Sensor  Motor Driver Module  Battery  WiFi Module  Buzzer SOFTWARE REQUIREMENTS  Arduino software  Arduino Bluetooth control METHODOLOGY WORKING ATMEGA 328 will continuously Monitor the values of all the sensors First we will read the Gas sensor. After that we are going to take readings from the DHT 11 sensor.Wearegoing to append all the readings into one string so that we can transfer all the data to the server in one request only. That string of data will be given to Node MCU based on the transmit pin of the ATMEGA 328.Node MCU is continuously checking for any new data as soon as we send data it capture all the data and send it to the server. We have a PHP file which is going to accept data continuously from the Node MCU. ATMEGA 328 and Node MCU will keep on communicating and sending data to the PHP file on the server. The mobile application named arduino Bluetooth Control which monitors car via Bluetooth connectivity the system contains sensor for detection of gas, temperature and humidity. Gas sensor detects gas range ifthereisa leakagein gas the sensor will on the car will detect it and it will make a noise (like buzzer) which will make the people aware and can take safety precaution. Fig 1 -: Block Diagram Fig 2-: Pin Diagram 3. CONCLUSIONS We have implemented a Project in two parts: We implemented manually controlled Robot, so that we can move the Robot as per the surveillance Area based on the suspected area, a robot will be controlled over the remote position using the android App and communication media will be Bluetooth. Sensor monitoring part will be taken care by the different circuit which will be mounted on the Robot. It will sense the senor values and then sent them to server, based on the
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1607 sensor readings we are going to decide if this is danger conditioner not and we will send SMS alert. The importance of gas sensing is set to grow with increasing requirementsforsafetyand environmental protectionacross many industries. The current range of gas sensing technologies has served us well but the future holds many new possibilities. The main objective of the work is designing microcontroller based gas detecting andalerting system. If the gasisdetected then user can get alert message. The advantage of this automated detection and alerting system over the manual method is that it offers quick response time and accurate detection of an emergencyandinturnleadingfasterdiffusion of the critical situation. The sensors are used to monitor the leakage of the gas as sensor plays as important role in our day-to-day life. The system handle the detection.If there isaleakageofgasthenit can perform the necessary safety measures accordingly within a second. And an alert will send to authorized person. If the user don’t have any internet connection then user can’t get alert message. This process can be done faster than the existing process. REFERENCES [1] Asmita Varma, Prabhakar S, Kayalvizhi Jayavel, Gas Leakage Detection and Smart Alerting and Prediction Using IoT, Second International Conference On Computing and Communication Technologies, 2017. [2] Lei Shu, Junlin Zeng, Kailiang Li, Zhiqiang Huo, Xiaoling Wu, Xianjun Wu, Huilin Sun, WIFI-based smart car for toxic gas monitoring in large-scale petrochemical plants, International Conference On Consumer Electronics-Taiwan (ICCE-TW), 2015. [3](2016) Grove-Gas Sensor (MQ) on seed website.[Online]. Available: http://wiki.seeed.cc/Grove-Gas_Sensor-MQ2/ [4](2016)Arduino UNO on Arduino website [Online]. Available:https://www.arduino.cc/en/Main/ArduinoEthern etShield [5]http://forum.arduino.cc/index.php?topic=544342.0 [6]F.Chraim, Y.B.Erol and K.Pister, “Wireless Gas Leak Detection and Localization” IEEE Trans . Ind. Info., Feb 2015 [7]L. Shu et al, “Wifi-Based Smart Car for Toxic Gas Monitoring in Large-Scale Petrochemical Plants,”Proc.IEEE Int’l Conf. Consumer Electron, Taipei, Taiwan, , June 2015.