SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1144
Smart Automatized IoT based E-Petrol Pump
Prof. R.B. Rathod1, Ashish Gole2, Roshan Navale3, Asmita Patil4, Swapnil Pati5
---------------------------------------------------------------------***----------------------------------------------------------------------
ABSTRACT: In this project we are going to built
automated petrol pumps systems for remote areas. With
this smart petrol pumps there were no need to put
physical person for distribution of petrol. This petrol
pumps works with the IoT connectivity so that owner of
Petrol pump will have overall control of this petrol
station. When user needs fill the petrol in his bike firstly
he checks for pricing online in that specific portal
designed for this petrol station. Then he will select the
nearby stations and pay for petrol amount after that he
needs to go there for filling purpose. In the console of
pump, he needs to put the OTP received via SMS in this
petrol pump console. After that pump motor starts for
appropriate time and user will get the petrol
Key Words:: Arduino Mega 2560 Microcontroller, Fuel
Dispensing System, GSM Module, Level Sensor, RFID
Based Prepaid system, Web Server and Wi-Fi Module.
INTRODUCTION: In this project we are going to built
automated petrol pumps systems for remote areas. With
this smart petrol pumps there were no need to put
physical person for distribution of petrol. This petrol
pumps works with the IoT connectivity so that owner of
Petrol pump will have overall control of this petrol
station. When user needs fill the petrol in his bike firstly
he checks for pricing online in that specific portal
designed for this petrol station. Then he will select the
nearby stations and pay for petrol amount after that he
needs to go there for filling purpose.
In the console of pump, he needs to put the OTP received
via SMS in this petrol pump console. After that pump
motor starts for appropriate time and user will get the
petrol. At the dashboard portal user owner can get all the
information about sales and daily station reports.
LITERATURE SURVEY:
Robert H. et.al [1] Chen First of all the petrol pump with
our technology can be possible to operate all the time
without help of manpower, In this project there will be a
centralized server having the database of the customer
like Customer Name, Card No, After paying the cash the
balance can be increased and depending upon the use of
the card for purchase of petrol the balance will be
deducted.
D. Calcutta, Frederick Cowan [2] Hassan
Parchizadeh,“ESP32 Microcontrollers Petrol pump with
our technology can be possible to operate all the time
without help of manpower, In this project there will be a
centralized server having the database of the customer
like Customer Name, Card No, After paying the cash the
petrol balance can be increased and depend upon the use
of the card for purchase of petrol the petrol balance will
be deducted
Stephen B.Miles, Sanjay E Sharma, John R.Williams[3]
The natural resources are all significant basic needs for
all living beings. This research work has the objective of
establishing a flexible, economical system with the
facility of easy configuration and providing a solution to
the problem of liquid loss. This system uses inexpensive
RF components. This is the key point that helps cost
reduction and work efficiency, sans any loss. This
research can therefore, help getting substantial benefit in
the matter of management of liquid natural resources,
providing an efficient and effective method for managing
and monitoring liquid storage systems both large and
small.
In current days fuel stations are operated manually.
These fuel pumps are time- consuming and require more
manpower. To place fuel stations in distant area it very
costly to provide excellent facility to the consumers all
these problem are sorted out by the use of unmanned
petrol pump which requires less time to operate and it is
effective and can be installed anywhere the customer
self-going to avail the services the payment is done by
electronic clearing system. The simple and proper use of
microcontroller and GSM technology provides a total
security and atomization in the distribution of fuel. It has
easy operated mobile phone system and graphics user
interface (GUI).
It interfaces with high-speed fuel dispenser which is
convenient for the consumer to operate. In our system
the password will be provided to the user and customer
has to enter this password on the LCD provided by the
fuel station which will help the petrol company to create
authentication for the user also the distribution of the
fuel is not possible until it gets verified by the database.
In short, we provide a secure system for fuel
distribution. The advancement of this project can help
industry financially keywords: GSM, LCD, GUI,
Atomization. First of all the petrol pump with our
technology can be possible to operate all the time
without help of manpower, In this project there will be a
centralized server having the database of the customer
like Customer Name, Card No, After paying the cash the
petrol balance can be increased and depending upon the
use of the card for purchase of petrol the petrol balance
will be deducted.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1145
1. HARDWARE REQUIREMENTS
 Arduino Mega 2560 microcontroller.
 Passive RFID card and EM-18 RFID reader.
 Piezo buzzer.
 4x4 Keypad.
 Liquid crystal display (LCD).
 Fuel dispensing system (consists of SPDT relay
switch and pump motor).
 Level sensor (i.e., FC-28 soil moisture sensor).
 SIM 800 GSM module.
 Node MCU ESP8255 Wi-Fi module
2. SOFTWARE REQUIREMENTS
 Arduino IDE.
3. PROPOSED DESIGN
Fig -1: Block Diagram
 When RFID card or tag comes in the range of RFID
reader, the RFID reader reads the ID number of
the RFID card and sends to the Arduino Mega
2560 microcontroller. Where we are already
stored the ID numbers of the RFID cards in the
microcontroller. The microcontroller verifies
whether this RFID card is authorized or not. If
RFID card is authorized than microcontroller
displays RFID card is authorized on the LCD
screen, otherwise it displays RFID card is
unauthorized and initiates the buzzer.
 If RFID card is authorized than microcontroller
gives the access to the customer to enter the
amount of the petrol using keypad and it is
displayed on the LCD screen. Then
microcontroller checks whether the available
balance of the RFID card is more than the entered
amount. If it is more than microcontroller turns
ON the pump motor through relay switch for a
particular time period and then pump motor
automatically turns OFF. After completion of
petrol filling process, the information of the
petrol dispensed amount and remaining balance
of the RFID card is send to the costumer mobile
phoneusing
 GSM module (i.e., SIM800) and also sends to the
web server using Wi-Fi module (i.e.,
 NodeMCU ESP8266). In web server we are
maintaining the petrol dispensed amount of the
costumers and this web server access is secured
by a password and that password is only known
to the petrol companies.
 Suppose if available balance is less than the
entered amount than microcontroller tells the
customer to recharge the RFID card. Here, RFID
cardworksasaprepaidcardandit is recharged at
the petrol station itself. Also here, we are using
Level sensor to sense the level of the fuel in the
tank and the buzzer is activated, if the fuel level
is low.
4. SYSTEM FLOW CHART
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1146
5. EXPERIMENTAL SETUP
6. ADVANTAGES
 Man power is reduced due to automated self-
service.
 Due to use of RFID technology robbery of the fuel is
prevented.
 Accuracy in the amount of petrol filling.
 Benefit to the petrol companies by maintaining the
data of the costumers as well as the petrol
consumption.
7. RESULT
Petrol pump with our technology can be possible to
operate all the time without help of manpower, In this
project there will be a centralized server having the
database of the customer like Customer Name, Card No,
After paying the cash the petrol balance can be increased
and depend upon the use of the card for purchase of
petrol the petrol balance will be deducte
7.1 ESP32 WIFI MODULE
The ESP32 chip comes with 48 pins with multiple
functions. Not all pins are exposed in all ESP32
development boards, and there are some pins that
cannot be used. There are many questions on how to use
the ESP32 GPIOs. What pins should you use? What pins
should you avoid using in your projects? This post aims
to be a simple and easy to follow reference guide for the
ESP32 GPIOs
Not all GPIOs are accessible in all development boards,
but each specific GPIO works in the same way regardless
of the developme0nt board you’re using. The ADC
(analog to digital converter) and DAC (digital to analog
converter) features are assigned to specific static pins.
However, you can decide which pins are UART, I2C, SPI,
PWM, etc – you just need to assign them in the code. This
is possible due to the ESP32 chip’s multiplexing feature.
The ADC input channels have a 12 bit resolution. This
means that you can get analog readings ranging from 0
to 4095, in which 0 corresponds to 0V and 4095 to 3.3V.
You also have the ability to set the resolution of your
channels on the code, as well as the ADC range. The
ESP32 ADC pins don’t have a linear behavior. You’ll
probably won’t be able to distinguish between 0 and
0.1V, or between 3.2 and 3.3V. You need to keep that in
mind when using the ADC pins.
7.2 Nextion Touch Screen Display
Nextion is a Human Machine Interface (HMI) solution.
Nextion displays are resistive touchscreens that makes it
easy to build a Graphical User Interface (GUI). It is a
great solution to monitor and control processes, being
mainly applied to IoT applications. There are several
Nextion display modules, with sizes ranging from 2.4” to
7”.The Nextion has a built-in ARM microcontroller that
controls the display, for example it takes care of
generating the buttons, creating text, store images or
change the background. The Nextion communicates with
any microcontroller using serial communication at a
9600 baud rate.
7.3 Steps of Petrol Fill:
7.3.1 if you have a OTP To Select OTP Option
7.3.2 Customer Vehicles Information.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1147
7.3.3 After Getting The Information Now Selet Start
To Fill Petrol
7.3.4 Petrol Filling Start
7.3.5 submersible mini water pump
Micro DC 3-6V Micro Submersible Pump Mini water
pump For Fountain Garden Mini water circulation
System DIY project. This is a low cost, small size
Submersible Pump Motor which can be operated from a
3 ~ 6V power supply. It can take up to 120 liters per
hour with very low current consumption of 220mA. Just
connect tube pipe to the motor outlet, submerge it in
water and power it. Make sure that the water level is
always higher than the motor. Dry run may damage the
motor due to heating and it will also produce noise.
8. SPECIFICATION
Operating Voltage: 3 ~ 6V
Operating Current: 130 ~ 220mA
Flow Rate: 80 ~ 120 L/H
Maximum Lift: 40 ~ 110 mm
Continuous Working Life: 500 hours
Driving Mode: DC, Magnetic Driving
Material: Engineering Plastic
Outlet outside Diameter: 7.5 mm
Outlet inside Diameter: 5 mm
9. REFERENCES
1. G.Janani ― Petrol Bunk Automation with Prepaid
Card using GSM Identification (IJRASET)
Volume 06 Issue 02, February 2018 | ISSN:0 2321-
9653.M. Young, The Technical Writer’s Handbook.
MillValley,CA:University Science, 1989.
2. Priyanka A.Gaikwad1, Shubhangi S.Wanare2,
Pallavi S.Sonone3, Pratibha K. Bahekar4,
I.Y.Sheikh5 ― Automation in Petrol Bunk using RFID
and GSM (IJRAT) Special Issue National Conference
“CONVERGENCE 2017”, 9th April 2017 | E-ISSN:
2321-9637.
3. Wavekar Asrar A1, Patel Tosif N2, Pathan
4. saddam I3, Pawar H P4 ― RFID Based Automated
Petrol Pump (IJSRD) Volume 4, Issue 01, 2016 |
ISSN:2321-0613.
All Authors
Ashish Shrirang Gole
Roshan Mhasku Navale
Asmita Vilas Patil
Swapnil Anil Patil
Prof. R.B. Rathod

More Related Content

What's hot

Electronic Toll Collection
Electronic Toll CollectionElectronic Toll Collection
Electronic Toll CollectionAditya Pandey
 
IRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET Journal
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing SystemIRJET Journal
 
Arduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech RobotArduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech Robotijtsrd
 
AUTOMATIC BILL GENERATING TROLLY
AUTOMATIC BILL GENERATING TROLLYAUTOMATIC BILL GENERATING TROLLY
AUTOMATIC BILL GENERATING TROLLYAgara Mudhalvan
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car ParkingIRJET Journal
 
Parking Lot Security System using RFID Technology
Parking Lot Security System using RFID TechnologyParking Lot Security System using RFID Technology
Parking Lot Security System using RFID Technologyijtsrd
 
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATIONPETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATIONKrish'n Yadav
 
Intelligent vehicle control based on identification of
Intelligent vehicle control based on identification ofIntelligent vehicle control based on identification of
Intelligent vehicle control based on identification ofeSAT Publishing House
 
Report Remote communication of Robotic module using lifa
Report Remote communication of Robotic module using lifaReport Remote communication of Robotic module using lifa
Report Remote communication of Robotic module using lifaVatsal N Shah
 
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)IRJET Journal
 
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH  PREPAID CARDS & GSM COMMUNICATIONPETROL BUNK AUTOMATION WITH  PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATIONKrish'n Yadav
 
IRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET Journal
 
Car Security System #CSALS
Car Security System #CSALSCar Security System #CSALS
Car Security System #CSALSAlex Vishwa
 
electronic toll collection system (ETC)
electronic toll collection system (ETC)electronic toll collection system (ETC)
electronic toll collection system (ETC)vishal gawhale
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET Journal
 
Real time driving license with aadhar information
Real time driving license with aadhar informationReal time driving license with aadhar information
Real time driving license with aadhar informationshasi shasi
 

What's hot (20)

Electronic Toll Collection
Electronic Toll CollectionElectronic Toll Collection
Electronic Toll Collection
 
IRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart System
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing System
 
Arduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech RobotArduino Based Voice Generator Text to Speech Robot
Arduino Based Voice Generator Text to Speech Robot
 
AUTOMATIC BILL GENERATING TROLLY
AUTOMATIC BILL GENERATING TROLLYAUTOMATIC BILL GENERATING TROLLY
AUTOMATIC BILL GENERATING TROLLY
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
 
Parking Lot Security System using RFID Technology
Parking Lot Security System using RFID TechnologyParking Lot Security System using RFID Technology
Parking Lot Security System using RFID Technology
 
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATIONPETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
 
Intelligent vehicle control based on identification of
Intelligent vehicle control based on identification ofIntelligent vehicle control based on identification of
Intelligent vehicle control based on identification of
 
Report Remote communication of Robotic module using lifa
Report Remote communication of Robotic module using lifaReport Remote communication of Robotic module using lifa
Report Remote communication of Robotic module using lifa
 
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
IRJET- Smart Monitoring System for Industrial Automation (IoT Based)
 
Lpg detector final ppt
Lpg detector final pptLpg detector final ppt
Lpg detector final ppt
 
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH  PREPAID CARDS & GSM COMMUNICATIONPETROL BUNK AUTOMATION WITH  PREPAID CARDS & GSM COMMUNICATION
PETROL BUNK AUTOMATION WITH PREPAID CARDS & GSM COMMUNICATION
 
Report IOT Robot
Report IOT RobotReport IOT Robot
Report IOT Robot
 
Embedded System Based Digital Fuel Gauge for Automobiles
Embedded System Based Digital Fuel Gauge for AutomobilesEmbedded System Based Digital Fuel Gauge for Automobiles
Embedded System Based Digital Fuel Gauge for Automobiles
 
IRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing SystemIRJET- Smart Trolley with Automated Billing System
IRJET- Smart Trolley with Automated Billing System
 
Car Security System #CSALS
Car Security System #CSALSCar Security System #CSALS
Car Security System #CSALS
 
electronic toll collection system (ETC)
electronic toll collection system (ETC)electronic toll collection system (ETC)
electronic toll collection system (ETC)
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
 
Real time driving license with aadhar information
Real time driving license with aadhar informationReal time driving license with aadhar information
Real time driving license with aadhar information
 

Similar to IRJET- Smart Automatized IoT based E-Petrol Pump

IRJET - Automatized IoT based E-Petrol Pump
IRJET -  	  Automatized IoT based E-Petrol PumpIRJET -  	  Automatized IoT based E-Petrol Pump
IRJET - Automatized IoT based E-Petrol PumpIRJET Journal
 
IOT BASED CASHLESS PETROL PUMP
IOT BASED CASHLESS PETROL PUMPIOT BASED CASHLESS PETROL PUMP
IOT BASED CASHLESS PETROL PUMPIRJET Journal
 
IOT BASED AUTOMATED PETROL PUMP
IOT BASED AUTOMATED PETROL PUMPIOT BASED AUTOMATED PETROL PUMP
IOT BASED AUTOMATED PETROL PUMPIRJET Journal
 
AUTOMATED PETROL PUMP USING RFID TECHNOLOGY
AUTOMATED PETROL PUMP USING RFID TECHNOLOGYAUTOMATED PETROL PUMP USING RFID TECHNOLOGY
AUTOMATED PETROL PUMP USING RFID TECHNOLOGYIRJET Journal
 
Paper on Customer Care Unit For Shopping Mall
Paper on Customer Care Unit  For Shopping MallPaper on Customer Care Unit  For Shopping Mall
Paper on Customer Care Unit For Shopping MallIRJET Journal
 
IRJET- Implementation of Automated Toll System for Highways and Bridges
IRJET-  	  Implementation of Automated Toll System for Highways and BridgesIRJET-  	  Implementation of Automated Toll System for Highways and Bridges
IRJET- Implementation of Automated Toll System for Highways and BridgesIRJET Journal
 
Smart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeSmart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeIRJET Journal
 
IJSRED-V2I2P67
IJSRED-V2I2P67IJSRED-V2I2P67
IJSRED-V2I2P67IJSRED
 
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
 
Reservation based s park system using embedded server and android application
Reservation based s park system using embedded server and android applicationReservation based s park system using embedded server and android application
Reservation based s park system using embedded server and android applicationeSAT Journals
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET Journal
 
IRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET Journal
 
IRJET- LPG Leakage Detection and Smart Gas Booking System
IRJET- LPG Leakage Detection and Smart Gas Booking SystemIRJET- LPG Leakage Detection and Smart Gas Booking System
IRJET- LPG Leakage Detection and Smart Gas Booking SystemIRJET Journal
 
IRJET- Intelligent Car Parking System
IRJET-  	  Intelligent Car Parking SystemIRJET-  	  Intelligent Car Parking System
IRJET- Intelligent Car Parking SystemIRJET Journal
 
IRJET- Automatic Toll Collection System based on Embedded System LINUX
IRJET-  	  Automatic Toll Collection System based on Embedded System LINUXIRJET-  	  Automatic Toll Collection System based on Embedded System LINUX
IRJET- Automatic Toll Collection System based on Embedded System LINUXIRJET Journal
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET Journal
 
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZRe-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZIRJET Journal
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET Journal
 
IRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoTIRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoTIRJET Journal
 

Similar to IRJET- Smart Automatized IoT based E-Petrol Pump (20)

IRJET - Automatized IoT based E-Petrol Pump
IRJET -  	  Automatized IoT based E-Petrol PumpIRJET -  	  Automatized IoT based E-Petrol Pump
IRJET - Automatized IoT based E-Petrol Pump
 
IOT BASED CASHLESS PETROL PUMP
IOT BASED CASHLESS PETROL PUMPIOT BASED CASHLESS PETROL PUMP
IOT BASED CASHLESS PETROL PUMP
 
IOT BASED AUTOMATED PETROL PUMP
IOT BASED AUTOMATED PETROL PUMPIOT BASED AUTOMATED PETROL PUMP
IOT BASED AUTOMATED PETROL PUMP
 
AUTOMATED PETROL PUMP USING RFID TECHNOLOGY
AUTOMATED PETROL PUMP USING RFID TECHNOLOGYAUTOMATED PETROL PUMP USING RFID TECHNOLOGY
AUTOMATED PETROL PUMP USING RFID TECHNOLOGY
 
Paper on Customer Care Unit For Shopping Mall
Paper on Customer Care Unit  For Shopping MallPaper on Customer Care Unit  For Shopping Mall
Paper on Customer Care Unit For Shopping Mall
 
IRJET- Implementation of Automated Toll System for Highways and Bridges
IRJET-  	  Implementation of Automated Toll System for Highways and BridgesIRJET-  	  Implementation of Automated Toll System for Highways and Bridges
IRJET- Implementation of Automated Toll System for Highways and Bridges
 
Smart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeSmart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using Zigbee
 
IJSRED-V2I2P67
IJSRED-V2I2P67IJSRED-V2I2P67
IJSRED-V2I2P67
 
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
 
Reservation based s park system using embedded server and android application
Reservation based s park system using embedded server and android applicationReservation based s park system using embedded server and android application
Reservation based s park system using embedded server and android application
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX System
 
IRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET- Smart Billing Cart
IRJET- Smart Billing Cart
 
IRJET- LPG Leakage Detection and Smart Gas Booking System
IRJET- LPG Leakage Detection and Smart Gas Booking SystemIRJET- LPG Leakage Detection and Smart Gas Booking System
IRJET- LPG Leakage Detection and Smart Gas Booking System
 
IRJET- Intelligent Car Parking System
IRJET-  	  Intelligent Car Parking SystemIRJET-  	  Intelligent Car Parking System
IRJET- Intelligent Car Parking System
 
SMART HELMET SYSTEM
SMART HELMET SYSTEMSMART HELMET SYSTEM
SMART HELMET SYSTEM
 
IRJET- Automatic Toll Collection System based on Embedded System LINUX
IRJET-  	  Automatic Toll Collection System based on Embedded System LINUXIRJET-  	  Automatic Toll Collection System based on Embedded System LINUX
IRJET- Automatic Toll Collection System based on Embedded System LINUX
 
IRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter ReadingIRJET- Automatic Mseb Meter Reading
IRJET- Automatic Mseb Meter Reading
 
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25ZRe-SPark: Reservation based Smart Parking system using FRDM KL-25Z
Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
 
IRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoTIRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over 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

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(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
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
(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...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 

IRJET- Smart Automatized IoT based E-Petrol Pump

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1144 Smart Automatized IoT based E-Petrol Pump Prof. R.B. Rathod1, Ashish Gole2, Roshan Navale3, Asmita Patil4, Swapnil Pati5 ---------------------------------------------------------------------***---------------------------------------------------------------------- ABSTRACT: In this project we are going to built automated petrol pumps systems for remote areas. With this smart petrol pumps there were no need to put physical person for distribution of petrol. This petrol pumps works with the IoT connectivity so that owner of Petrol pump will have overall control of this petrol station. When user needs fill the petrol in his bike firstly he checks for pricing online in that specific portal designed for this petrol station. Then he will select the nearby stations and pay for petrol amount after that he needs to go there for filling purpose. In the console of pump, he needs to put the OTP received via SMS in this petrol pump console. After that pump motor starts for appropriate time and user will get the petrol Key Words:: Arduino Mega 2560 Microcontroller, Fuel Dispensing System, GSM Module, Level Sensor, RFID Based Prepaid system, Web Server and Wi-Fi Module. INTRODUCTION: In this project we are going to built automated petrol pumps systems for remote areas. With this smart petrol pumps there were no need to put physical person for distribution of petrol. This petrol pumps works with the IoT connectivity so that owner of Petrol pump will have overall control of this petrol station. When user needs fill the petrol in his bike firstly he checks for pricing online in that specific portal designed for this petrol station. Then he will select the nearby stations and pay for petrol amount after that he needs to go there for filling purpose. In the console of pump, he needs to put the OTP received via SMS in this petrol pump console. After that pump motor starts for appropriate time and user will get the petrol. At the dashboard portal user owner can get all the information about sales and daily station reports. LITERATURE SURVEY: Robert H. et.al [1] Chen First of all the petrol pump with our technology can be possible to operate all the time without help of manpower, In this project there will be a centralized server having the database of the customer like Customer Name, Card No, After paying the cash the balance can be increased and depending upon the use of the card for purchase of petrol the balance will be deducted. D. Calcutta, Frederick Cowan [2] Hassan Parchizadeh,“ESP32 Microcontrollers Petrol pump with our technology can be possible to operate all the time without help of manpower, In this project there will be a centralized server having the database of the customer like Customer Name, Card No, After paying the cash the petrol balance can be increased and depend upon the use of the card for purchase of petrol the petrol balance will be deducted Stephen B.Miles, Sanjay E Sharma, John R.Williams[3] The natural resources are all significant basic needs for all living beings. This research work has the objective of establishing a flexible, economical system with the facility of easy configuration and providing a solution to the problem of liquid loss. This system uses inexpensive RF components. This is the key point that helps cost reduction and work efficiency, sans any loss. This research can therefore, help getting substantial benefit in the matter of management of liquid natural resources, providing an efficient and effective method for managing and monitoring liquid storage systems both large and small. In current days fuel stations are operated manually. These fuel pumps are time- consuming and require more manpower. To place fuel stations in distant area it very costly to provide excellent facility to the consumers all these problem are sorted out by the use of unmanned petrol pump which requires less time to operate and it is effective and can be installed anywhere the customer self-going to avail the services the payment is done by electronic clearing system. The simple and proper use of microcontroller and GSM technology provides a total security and atomization in the distribution of fuel. It has easy operated mobile phone system and graphics user interface (GUI). It interfaces with high-speed fuel dispenser which is convenient for the consumer to operate. In our system the password will be provided to the user and customer has to enter this password on the LCD provided by the fuel station which will help the petrol company to create authentication for the user also the distribution of the fuel is not possible until it gets verified by the database. In short, we provide a secure system for fuel distribution. The advancement of this project can help industry financially keywords: GSM, LCD, GUI, Atomization. First of all the petrol pump with our technology can be possible to operate all the time without help of manpower, In this project there will be a centralized server having the database of the customer like Customer Name, Card No, After paying the cash the petrol balance can be increased and depending upon the use of the card for purchase of petrol the petrol balance will be deducted.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1145 1. HARDWARE REQUIREMENTS  Arduino Mega 2560 microcontroller.  Passive RFID card and EM-18 RFID reader.  Piezo buzzer.  4x4 Keypad.  Liquid crystal display (LCD).  Fuel dispensing system (consists of SPDT relay switch and pump motor).  Level sensor (i.e., FC-28 soil moisture sensor).  SIM 800 GSM module.  Node MCU ESP8255 Wi-Fi module 2. SOFTWARE REQUIREMENTS  Arduino IDE. 3. PROPOSED DESIGN Fig -1: Block Diagram  When RFID card or tag comes in the range of RFID reader, the RFID reader reads the ID number of the RFID card and sends to the Arduino Mega 2560 microcontroller. Where we are already stored the ID numbers of the RFID cards in the microcontroller. The microcontroller verifies whether this RFID card is authorized or not. If RFID card is authorized than microcontroller displays RFID card is authorized on the LCD screen, otherwise it displays RFID card is unauthorized and initiates the buzzer.  If RFID card is authorized than microcontroller gives the access to the customer to enter the amount of the petrol using keypad and it is displayed on the LCD screen. Then microcontroller checks whether the available balance of the RFID card is more than the entered amount. If it is more than microcontroller turns ON the pump motor through relay switch for a particular time period and then pump motor automatically turns OFF. After completion of petrol filling process, the information of the petrol dispensed amount and remaining balance of the RFID card is send to the costumer mobile phoneusing  GSM module (i.e., SIM800) and also sends to the web server using Wi-Fi module (i.e.,  NodeMCU ESP8266). In web server we are maintaining the petrol dispensed amount of the costumers and this web server access is secured by a password and that password is only known to the petrol companies.  Suppose if available balance is less than the entered amount than microcontroller tells the customer to recharge the RFID card. Here, RFID cardworksasaprepaidcardandit is recharged at the petrol station itself. Also here, we are using Level sensor to sense the level of the fuel in the tank and the buzzer is activated, if the fuel level is low. 4. SYSTEM FLOW CHART
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1146 5. EXPERIMENTAL SETUP 6. ADVANTAGES  Man power is reduced due to automated self- service.  Due to use of RFID technology robbery of the fuel is prevented.  Accuracy in the amount of petrol filling.  Benefit to the petrol companies by maintaining the data of the costumers as well as the petrol consumption. 7. RESULT Petrol pump with our technology can be possible to operate all the time without help of manpower, In this project there will be a centralized server having the database of the customer like Customer Name, Card No, After paying the cash the petrol balance can be increased and depend upon the use of the card for purchase of petrol the petrol balance will be deducte 7.1 ESP32 WIFI MODULE The ESP32 chip comes with 48 pins with multiple functions. Not all pins are exposed in all ESP32 development boards, and there are some pins that cannot be used. There are many questions on how to use the ESP32 GPIOs. What pins should you use? What pins should you avoid using in your projects? This post aims to be a simple and easy to follow reference guide for the ESP32 GPIOs Not all GPIOs are accessible in all development boards, but each specific GPIO works in the same way regardless of the developme0nt board you’re using. The ADC (analog to digital converter) and DAC (digital to analog converter) features are assigned to specific static pins. However, you can decide which pins are UART, I2C, SPI, PWM, etc – you just need to assign them in the code. This is possible due to the ESP32 chip’s multiplexing feature. The ADC input channels have a 12 bit resolution. This means that you can get analog readings ranging from 0 to 4095, in which 0 corresponds to 0V and 4095 to 3.3V. You also have the ability to set the resolution of your channels on the code, as well as the ADC range. The ESP32 ADC pins don’t have a linear behavior. You’ll probably won’t be able to distinguish between 0 and 0.1V, or between 3.2 and 3.3V. You need to keep that in mind when using the ADC pins. 7.2 Nextion Touch Screen Display Nextion is a Human Machine Interface (HMI) solution. Nextion displays are resistive touchscreens that makes it easy to build a Graphical User Interface (GUI). It is a great solution to monitor and control processes, being mainly applied to IoT applications. There are several Nextion display modules, with sizes ranging from 2.4” to 7”.The Nextion has a built-in ARM microcontroller that controls the display, for example it takes care of generating the buttons, creating text, store images or change the background. The Nextion communicates with any microcontroller using serial communication at a 9600 baud rate. 7.3 Steps of Petrol Fill: 7.3.1 if you have a OTP To Select OTP Option 7.3.2 Customer Vehicles Information.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 10 | Oct 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1147 7.3.3 After Getting The Information Now Selet Start To Fill Petrol 7.3.4 Petrol Filling Start 7.3.5 submersible mini water pump Micro DC 3-6V Micro Submersible Pump Mini water pump For Fountain Garden Mini water circulation System DIY project. This is a low cost, small size Submersible Pump Motor which can be operated from a 3 ~ 6V power supply. It can take up to 120 liters per hour with very low current consumption of 220mA. Just connect tube pipe to the motor outlet, submerge it in water and power it. Make sure that the water level is always higher than the motor. Dry run may damage the motor due to heating and it will also produce noise. 8. SPECIFICATION Operating Voltage: 3 ~ 6V Operating Current: 130 ~ 220mA Flow Rate: 80 ~ 120 L/H Maximum Lift: 40 ~ 110 mm Continuous Working Life: 500 hours Driving Mode: DC, Magnetic Driving Material: Engineering Plastic Outlet outside Diameter: 7.5 mm Outlet inside Diameter: 5 mm 9. REFERENCES 1. G.Janani ― Petrol Bunk Automation with Prepaid Card using GSM Identification (IJRASET) Volume 06 Issue 02, February 2018 | ISSN:0 2321- 9653.M. Young, The Technical Writer’s Handbook. MillValley,CA:University Science, 1989. 2. Priyanka A.Gaikwad1, Shubhangi S.Wanare2, Pallavi S.Sonone3, Pratibha K. Bahekar4, I.Y.Sheikh5 ― Automation in Petrol Bunk using RFID and GSM (IJRAT) Special Issue National Conference “CONVERGENCE 2017”, 9th April 2017 | E-ISSN: 2321-9637. 3. Wavekar Asrar A1, Patel Tosif N2, Pathan 4. saddam I3, Pawar H P4 ― RFID Based Automated Petrol Pump (IJSRD) Volume 4, Issue 01, 2016 | ISSN:2321-0613. All Authors Ashish Shrirang Gole Roshan Mhasku Navale Asmita Vilas Patil Swapnil Anil Patil Prof. R.B. Rathod