Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: N Havya, Arun. Y A, S.V. Nikhil Gowda , S. Sanjeeva Kumar , Mrs. Prathibha Kiran
DOI Link: https://doi.org/10.22214/ijraset.2022.44833
Certificate: View Certificate
Nowadays petrol pump is operated manually, we require more manpower and it is time consuming process. So, we implemented automatic fuel filling system by using Node MCU. This system can improve the fueling process in order to make it easier, reliable and secure. This system aims at safe and secure fuel delivery, ensuring that the customer gets the equivalent amount of fuel for what they are paying, hence successfully eliminating any sorts of malpractices that might occur at various fuel stations. This project explains the system which is capable of automatic deducing the dispensed amount of petrol from user prepaid card and that deduced amount information and remaining balance of the card is sent to the customer’s phone and even that deduce amount information is sent to the android app via web serve. Here we are maintaining each customers petrol dispensed information on the web server which connects all the petrol stations across the country. Based on the usages artificial intelligent program calculates the rewards for each customer and that may reduce the fuel price hike globally due to shortage. Normally in petrol bunks there is a human-to-human interaction. Our project is to overcome this phenomenon by bringing the interaction between human and software. By following mechanism, we can avoid all the errors that a human does and also avoid the cheating activities.
I. INTRODUCTION
The price of crude oil is nearing its highest level since 2018. The surge in prices has led to record high prices of petrol and diesel in India and the Petroleum Ministry has repeatedly stated that it is speaking to key oil exporting countries to increase the supply of crude and lowering the official selling price for Asia. We examine the causes of high crude oil prices and how India is attempting to tackle them. The price of Brent Crude breached the $85 per barrel mark earlier this week reaching its highest level since 2018 on the back of a sharp increase in global demand as the world economy recovers from the pandemic. Key oil producing countries have kept crude oil supplies on a gradually increasing production schedule despite a sharp increase in global crude oil prices. The price of Brent crude has nearly doubled compared to the price of $42.5 per barrel a year ago. In its latest round of meetings, the OPEC+ group of oil producing countries reaffirmed that they would increase total crude oil supply by only 400,000 barrels per day in November despite a sharp increase in prices. The output of the top oil-producing countries – Saudi Arabia, Russia, Iraq, UAE and Kuwait — would still be about 14 per cent lower than reference levels of production post the increase in November. So as we are and will be in near future dependent on petrol and diesel, we need some business logic that may compensate the rising fuel price. Another aspect that the increase in the number of vehicles in India recently hassled to the congestion & long traffic jams in almost all cities of India. The Petroleum products are one of the valuable & rare creations of the nature. The proper usage & distribution of the petrol is an important task to the people.
Nowadays, most of the fuel station are manually operated which requires two people i.e., one to fill the petrol and other one to collect the cash. Placing the petrol stations in a rural area , is so difficult in order to provide the good facilities according to the customer’s need.
The conventional fuel stations have caused many accumulated complication factors, among which one such factor is that the vehicle driver has to pay more money than the amount of dispensed fuel due to lack of small money change with station operator. Older petrol pump systems were not reliable enough. For example, in system with paper recharges, there may be a use of false coupons that are very similar to the original ones. Again, we do not have the actual calculations or the petrol amount that is dispensed on daily or monthly basis either, how many paper recharges are circulating. Therefore, the aim of this project is to provide validation to the customer and automatically regulate the start & stop of the tank value in accordance with the requested user’s amount. It is important to address the most common problems. In the proposed system it is the microcontroller-based project which controls the whole assembly of automation of petrol bunk management i.e., smart card, relay, and motor. It also provided the facility of onsite recharge on the completion of transaction money which is withdrew from RFID cards & the balance is shown again on the LCD Display. When the balance in customer account is low, the process will not be carried out and message will be displayed as “Low Balance”. All the details of the user’s i.e., amount of petrol dispensed is restored in the database when the fuel is dispensed.
II. LITERATURE SURVEY
III. OBJECTIVES
The main objective of the proposed system is to introduce the automation in the fuel filling process, to provide cost effectiveness when compared with existing system, to eliminate man power and cost associated with the same, to reduce the time consumption in filling process, to provide 24*7 operation of filling stations and to prevent fuel theft.
IV. HARDWARE DISCRIPTION
3. DC Motor: A DC motor is any of a class of rotary electrical motors that converts direct current (DC) electrical energy into mechanical energy.
4. Relay: A relay is an electrically operated switch. It consists of a set of input terminals for a single or multiple control signals, and a set of operating contact terminals. The switch may have any number of contacts in multiple contact forms, such as make contacts, break contacts, or combinations thereof.
5. Buzzer: The buzzer is a sounding device that can convert audio signals into sound signals. It is usually powered by DC voltage. It is widely used in alarms, computers, printers and other electronic products as sound devices.
6. LCD: LCD (Liquid Crystal Display) is a type of flat panel display which uses liquid crystals in its primary form of operation. LEDs have a large and varying set of use cases for consumers and businesses, as they can be commonly found in smart phones, televisions, computer monitors and instrument panels.
V. METHODOLOGY
The block diagram of an RFID based security access control system is shown in fig. The customer who wants to use the unmanned petrol pump will have need to register themselves to corresponding petroleum industry with an initial amount to recharge their balance. The RFID reader (EM-18 Module) is installed at the bunk, when it gets powered & the passive tags(transponder) is brought within the reading range of the reader, the reader scans the data present in the tag with the help of its antenna & compares it with the data present in the microcontroller. So, it checks the number whether it is an authorized card or not, if it is authorized the corresponding information is displayed on LCD display, else invalid card is displayed on the LCD display & the buzzer gets ON. On swapping the RFID card, the authentication of password & available balance amount of user checking is done. If the balance is low the automatic fuel filling process does not start & LCD displayed “Low Balance” & buzzer get ON. If both are fine, the user has to enter the amount of petrol to be dispensed with the help of keypad. The electrical pump is turned ON according to the entered amount fills the tank & automatically turns OFF. The corresponding amount is calculated & deducted from their RFID passive cards. A message of amount of fuel obtained by the user, amount deducted from the customer’s account will be sent to the register mobile number. This system provides the online recharge facility which can be easily accessed by the user’s smart phone, as well as user can recharge through keypad which is install at the petrol station. The system uses the centralized database to allow fuel station to share the same amount of data about vehicles & related balance i.e., the user information will be added to filling station’s server. Additional features of the system are to provide the information regarding the fuel level to the owner i.e., to sense the fuel level available in the tank or not, if low fuel level is detected the alert message is send to the owner cell phone. Also added to that our system Gas sensor & fire sensor is used, if the any gas & fire is deducted the alert message is send to owner's cell phone. In these ways we have secured the system.
VI. ALGORITHM
The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and regression problems. The KNN algorithm assumes that similar things exist in close proximity. In other words, similar things are near to each other.
Notice in the image above that most of the time, similar data points are close to each other. The KNN algorithm hinges on this assumption being true enough for the algorithm to be useful. KNN captures the idea of similarity (sometimes called distance, proximity, or closeness) with some mathematics we might have learned in our childhood— calculating the distance between points on a graph. There are other ways of calculating distance, and one way might be preferable depending on the problem we are solving.
VII. EXPERIMENTAL RESULTS
The customer can register themselves and collect the RFID tag from the service provider. Service provider updates the tag details and links it with the customer. The customer’s details are saved in the mysql database installed in the server machine. The fuel dispense machine is controlled by Node MCU board. Fire sensor and keeps checking if any fire is detected. If detected immediately send the alert. The fuel container has moisture sensor that is used to detect the level of the fuel in the container. If low fuel is detected, send an alert to the server. When the customer wants to refill fuel, goes to the fuel station and scan the RFID tag to the RFID scanner attached with the fuel dispense machine. The Node MCU connected with fuel dispense machine has a wifi module, using which it transfers the scanned tag number to the server. Server once receives the request, check if the tag belongs to a valid customer or not. If it’s a valid tag then send an alert to the customer’s mobile phone. Customer can authenticate and enter the fuel quantity or the amount. The mobile app sends the details to the server. And server calculates the quantity or price and send instruction to the fuel dispense machine. It then pumps out that quantity of the fuel. User can recharge using the mobile app. He/she can add amount in the wallet using digital payment modes. User have to use this dedicated wallet to refill fuel. The user pattern like quantity and interval are stored in the server for further analysis using machine learning. The machine learning algorithm is used to train the data and to find out the reward to given.
This system connects all the petrol stations of different companies on a single Web server and this web server access is protected by a password and this password is only known to the petrol companies. On this web server we are maintaining the dispensed petrol information and available balance of the costumers. And even this information is sent to the costumer’s mobile phone. This system provides the feature of prepaid card recharge facility and it also provides the authority to customers to access the petrol in all the petrol stations across the country through a single RFID card. Another importance of this system is to give the security to the costumers instead of carrying the money every time.
[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. Mill Valley, CA: University Science, 1989. [2] Priyanka A. Gaikwad1, Shubhangi S. Wanare2, Pallavi S. Sonone3, Pratibha K. Bahekar4, I.Y. Sheikh ?Automation in Petrol Bunk using RFID and GSM (IJRAT)Special Issue National Conference \"CONVERGENCE 2017”, 9th April 2017 | E-ISSN: 2321-9637. [3] Sahana S Rao, V Siddeshwara Prasad, “Centralized automation of petrol bunk management and safety using RFID and GSM Technology”. (2017) [4] Aishwarya Jadhav, LajariPatil, Leena Patil, A.D.Sonawane--- “Smart Automatic Petrol Pump System”(2017) [5] R.Gnanavel, P.M.Deepak, B. Praveen Kumar, JasonBakthakumar---“Computerized filling station management system” (2016) [6] Peter Adole, Joseph M Mom, Gabriel A. Igwue, “RFID Based Security Access Control System with GSM Technology”, American Journal of Engineering Research, Vol.5, Issue-7, pp-236-242. [7] Wavekar Asrar A1, Patel Tosif N2, Pathan sad dam I3, Pawar H P4 ? RFID Based Automated Petrol Pump (IJSRD) Volume 4, Issue 01, 2016 | ISSN: 2321-0613.
Copyright © 2022 N Havya, Arun. Y A, S.V. Nikhil Gowda , S. Sanjeeva Kumar , Mrs. Prathibha Kiran. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET44833
Publish Date : 2022-06-24
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here