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: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 615
Digital Gasoline Indicator which shows accurate fuel/Gasoline
in the tank
Megha Kudnar1, Mrunal Hanamghar2 , Ashwini Sangave3, Ajay Durkar4, Prof Navnath S. Bagal5
1234 Student, Dept. of Computer Engineering, TSSM's Padmabhooshan Vasantdada Patil Institute of Technology.,
Pune, Maharashtra, India
5 Professor, Dept. of Computer Engineering, TSSM's Padmabhooshan Vasantdada Patil Institute of Technology,
Pune, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract: This project acts as an attempt to conquer the
running out of the fuel in the vehicles fuel tanks. Digital
Gasoline Indicator is invented to detect the fuel level in the
vehicle tank as the input and the percentage of the tankfromits
full capacity will be displayed on the LCD screen.Thisultimately
should simple to the user to estimate the fuel that they require
to have for their journey. The fuel level detection circuit is used
to detect the level of the fuel in the tank. Here sensors are
placed at the certain place to find out the fuel level and the
signal is sent to the specific mobile. The user can checkrefillfuel
quantity is it correct or not. Avoid fuel theft using this
application. Also, this type of product will save the fuel from
being exhausted and in another way consume the cost of the
user itself. As for now, it may seem useless but.
This product is somehow will benefit the user in the future as
the value of the fuel is unstable and that will affect the amount
that we used every day as it will not be the same as before.
Key Word: Digital Gasoline Indicator, Fuel Status, Fuel
Consumption, Collection Reports, ID 3 (Iterative
Dichotomiser 3) Algorithm.
1.INTRODUCTION
Internet of Things is an advanced automation and analytics
system which exploits networking, sensing, big data
technology to deliver complete systems for a product or
service. These systems allow greater transparency, control,
and performance when applied to any industry orsystem.IoT
systems have applications across industries through their
unique flexibility and ability to be suitable for any
environment. IoT essentially makes virtually anything smart,
meaning it enhances every aspect of life with the power of
data collection, artificial intelligence algorithms, and
networks. IoT loses itsdistinction without sensorsTheideaof
our project is to make fuel detection system which gives the
fuel level in tank and Mileage of the vehicles can also be
determined. So, it is helpful to calculate total expenses, an
average of speed, km/month. s ensors are placed at the
certain place to find out the fuel level and the signal is sent to
the specific mobile. The user can also check refill fuelquantity
is it correct or not. We are already aware that motor vehicles
display the amount of fuel in the fuel tank by means of some
indication through the E (empty) and F(full) indicators. The
manufacturer providesthe specificationthateachbarmapsto
the corresponding liters of fuel approximately. To the
contrary, every one of usmight have experiencedtheproblem
with improper estimations of the current fuel levelinthetank
with the existing bars representation system. Today in this
digitalized world, if the fuel indicator in the automobiles is
also made digital it will help to know the exact amount of fuel
available in the tank.
2.RELATED WORK
[1] For improving measuring the accuracy of the liquid level
using the ultrasonic method in dynamically changed level
case, an attractive ultrasonic method, named the liquid-level
detection based on the multiple-input-multiple-output
ultrasonic transducer array, is proposed.themethodemploys
the multi-transducer array to achieve the reductionofsystem
complexity and cost and then applies the synthetic aperture
technology to realize rapid samples of liquid level.
[2] A fiber optic liquidlevel sensor based on thestrainsensing
by a fiber Bragg grating (FBG) is proposed. The FBG packaged
on a thin cantilever beam so that the elongation and
contraction of the FBG indicate a liquid level change. The
strain response of FBG has been carried out and the shift in
the Bragg wavelength shows a very good linearity during
rising and fall of liquid level. The liquid level monitoring
systems accomplish good reversibility and repeatability.
[3] In this paper, In this paper we have proposed a technique
to measure the amount of liquid available in the tankalsogive
the knowledge about their chemical composition as well as
purity level of fuel and it is the first device which can give the
accurate knowledge about of how much the vehicle can run.
This device digitally displays the level of liquid inside the
tank, fuel composition and running capabilityofthevehicleby
using load sensors.
3.PROPOSED SYSTEM
One of the main objectives is to Provides Vehicle Fuel Theft
Detection System to protect the vehicle fuel from the fuel
theft. It also used to get the accuracy of the fuel level for the
user to estimate the fuel that they need to have for their
journey. System Gives the quantity of the fuel in the fuel tank
in the form of numeric digits more accurately.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 616
Fig.1 Architecture diagram Digital Gasoline Indicator which
shows accurate fuel/Gasoline in the tank
The reserve tank is a secondary fuel tank (in many cars/bikes
it contains around 15percent of the capacity of the primary
tank) these are more commonly found on bikes. The fuellevel
detection circuit is used to detect the level of the fuel in the
tank. Here sensors are placed at the certain place to find out
the fuel level and the signal is sent to the specific mobile. The
user can check refill fuel quantity is it correct or not. Avoid
fuel theft using this application. In case a Tank Empty Or any
Status regarding Tank, authorities must be informed
instantaneously. This would be achieved by sending a
notification to concerned authorities for further action. The
data generated by the sensors on nodes must be sent to the
mobile at regular intervals. Report the exact amount of fuelin
the tank. Authorities can see history Kit wise Fuel
consumption and Km readings. This Feature would help
generate reports for authoritiesand usersto checkifrefillfuel
is correct or not. The quantity of fuel should be reported in a
digital readout and should be in the unit of either liter and in
kmsat average/current consumption. You can calculate total
expenses, an average of speed, km/month using this report.
System Helps in getting an accuracy of the fuel levelandMake
Vehicle Fuel Theft Detection System.
4.PROPOSED METHOD
Algorithm Used:
1. ID 3 ((Iterative Dichotomiser 3) Algorithm
1. ID 3 ((Iterative Dichotomiser 3) Algorithm
ID3 builds a decision tree from a fixed set of examples. The
resulting tree is used to classify future samples. The leaf
nodes of the decision tree contain the class name whereas a
non-leaf node is a decision node. The decision node is an
attribute test with each branch (to another decision tree)
being a possible value of the attribute. ID3 uses information
gain to help it decide which attribute goes into a decision
node.
Algorithm :
1) Establish Classification Attribute (in Table R)
2) Compute Classification Entropy.
3) For each attribute in R, calculate Information Gain using
classification attribute.
4) Select Attribute with the highest gain to be the nextNode
in the tree (starting from the Root node).
5) Remove Node Attribute, creating reduced table RS.
6) Repeat steps 3-5 until all attributes have been used, or
the same classification value remains for all rows in the
reduced table.
Entropy:
Information gain:
5.CONCLUSION AND FUTURE SCOPE
The Digital fuel indicator design likethat describedabovewill
most likely be more accurate, more reliable, and cheaperthan
other analog meters, and will allow for added features that
benefit both the customer.
In the near future, the different vehicle company
manufacturers will implement this kind of fuel system which
also provides security for the vehicle owners. Not only will
the measurement be more accurate, but, the consumers also
will not be cheated for their hard earned money.
REFERENCES
[1] Peng Li, YuleiCai, Xiaodong Shen, Sharon Nabuzaale, Jie
Yin and Jiaqiang Li. An Accurate Detection of Dynamic
Liquid Level Based on MIMO Ultrasonic Transducer
Array. IEEE Transaction on Instrumentation and
Measurement, VOL. 64, NO. 3, MARCH 2015
[2] LingtaoMeng, Yunqi Liu, Tingyun Wang. A Novel Liquid
Level Monitoring Sensor System using Fiber Bragg
Grating. IET International Conference on Smart and
Sustainable C City 2013(ICSSC 2013).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 617
[3] "Modified Type Intelligent Digital Fuel Indicator System"
IOSR Journal of Mechanical and Civil Engineering (IOSR-
JMCE)e-ISSN: 2278-1684, p-ISSN: 2320-334XPP 20-23.
[4] i-Ho Wanga, Ming-ChihLua and Chen-Chien Hsu, 2009.
Liquid-level measurement using a single digital camera,
Elsevier, Measurement, 42(4): 604-610.
[5] Avinash Kumar, U.Singaravelan, T.V.Premkumar and
K.Gnanaprakash, Digital fuel level indicator in two-
wheeler along with distance to zero indicators. IOSR
Journal of Mechanical and Civil Engineering(IOSR-JMCE),
11:8084 Mar- Apr.2014.
[6] M. Vogt, “An optimized float for reliable radar tank level
measurement in bypass pipes,” in Proc. German Microw.
Conf. (GeMIC), Mar. 2014, pp. 1–4.
[7] S. C. Bera, H. Mandal, S. Saha, and A. Dutta, “Study of a
modified capacitance-type level transducer for any type
of liquid,” IEEE Trans. Instrum. Meas., vol. 63, no. 3, pp.
641–649, Mar. 2014.
[8] K. Chetpattananondh, T. Tapoanoi, P. Phukpattaranont,
and N. Jindapetch, “A self-calibration water level
measurement using an interdigital capacitive sensor,”
Sens. Actuators A, Phys., vol. 209, pp.175–182,Mar.2014.
[9] K. V. Santhosh and B. K. Roy, “Design of an adaptive
calibration technique based on LSSVM for liquid level
measurement,” in Proc. 1st Int. Conf. Emerg. TrendsAppl.
Comput. Sci. (ICETACS), Sep. 2013, pp. 43.
[10] M. G. Lorenz, L. Mengibar-Pozo, and M. A. Izquierdo-Gil,
“High resolution simultaneous dual liquid level
measurement system with CMOS camera and FPGA
hardware processor,” Sens. Actuators A, Phys., vol. 201,
pp. 468–476, Oct. 2013.

More Related Content

What's hot

IRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET Journal
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET Journal
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET Journal
 
Bovini (CATTLE) And Dairy Farm Management
Bovini (CATTLE) And Dairy Farm ManagementBovini (CATTLE) And Dairy Farm Management
Bovini (CATTLE) And Dairy Farm ManagementIRJET Journal
 
Intelligent technologyof coal preparation alpha20191107(1)
Intelligent technologyof coal preparation alpha20191107(1)Intelligent technologyof coal preparation alpha20191107(1)
Intelligent technologyof coal preparation alpha20191107(1)LynetteJing
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANNIRJET Journal
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET Journal
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOTIRJET Journal
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET Journal
 
Digitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationDigitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationIRJET Journal
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET-  	  A Review on Accident Prevention Methods at Railway Line CrossingsIRJET-  	  A Review on Accident Prevention Methods at Railway Line Crossings
IRJET- A Review on Accident Prevention Methods at Railway Line CrossingsIRJET Journal
 
A Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionA Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionIRJET Journal
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET Journal
 
IRJET- Intelligent Traffic Control System for Smart Ambulance
IRJET- Intelligent Traffic Control System for Smart AmbulanceIRJET- Intelligent Traffic Control System for Smart Ambulance
IRJET- Intelligent Traffic Control System for Smart AmbulanceIRJET Journal
 

What's hot (16)

IRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic Vehicle
 
IRJET- Water Level Monitoring System
IRJET- Water Level Monitoring SystemIRJET- Water Level Monitoring System
IRJET- Water Level Monitoring System
 
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart GridIRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
IRJET-Simulation of Smart Meter Using Proteus software for Smart Grid
 
Bovini (CATTLE) And Dairy Farm Management
Bovini (CATTLE) And Dairy Farm ManagementBovini (CATTLE) And Dairy Farm Management
Bovini (CATTLE) And Dairy Farm Management
 
Intelligent technologyof coal preparation alpha20191107(1)
Intelligent technologyof coal preparation alpha20191107(1)Intelligent technologyof coal preparation alpha20191107(1)
Intelligent technologyof coal preparation alpha20191107(1)
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANN
 
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
 
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEMMOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH  DRIVER ASSISTANCE SYSTEM
MOBILITY USING CONGESTION AND ACCIDENT AVOIDANCE WITH DRIVER ASSISTANCE SYSTEM
 
IRJET- Automated Water Conservation and Theft Detection using IOT
IRJET-  	  Automated Water Conservation and Theft Detection using IOTIRJET-  	  Automated Water Conservation and Theft Detection using IOT
IRJET- Automated Water Conservation and Theft Detection using IOT
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 
Digitized Meter and Invoice Generation
Digitized Meter and Invoice GenerationDigitized Meter and Invoice Generation
Digitized Meter and Invoice Generation
 
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
IRJET-  	  A Review on Accident Prevention Methods at Railway Line CrossingsIRJET-  	  A Review on Accident Prevention Methods at Railway Line Crossings
IRJET- A Review on Accident Prevention Methods at Railway Line Crossings
 
A Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy ConsumptionA Real-Time IoT Implementation for Efficient Energy Consumption
A Real-Time IoT Implementation for Efficient Energy Consumption
 
IRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over InternetIRJET- Energy Meter Reading over Internet
IRJET- Energy Meter Reading over Internet
 
IRJET- Intelligent Traffic Control System for Smart Ambulance
IRJET- Intelligent Traffic Control System for Smart AmbulanceIRJET- Intelligent Traffic Control System for Smart Ambulance
IRJET- Intelligent Traffic Control System for Smart Ambulance
 
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
 

Similar to Digital Gasoline Indicator displays fuel level

IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement SystemIRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement SystemIRJET Journal
 
Fuel Measurement using Loadcell
Fuel Measurement using LoadcellFuel Measurement using Loadcell
Fuel Measurement using LoadcellIRJET Journal
 
IRJET- Efficient Mileage Tracking for Vehicular Environment
IRJET- Efficient Mileage Tracking for Vehicular EnvironmentIRJET- Efficient Mileage Tracking for Vehicular Environment
IRJET- Efficient Mileage Tracking for Vehicular EnvironmentIRJET Journal
 
IRJET - Real Time Fuel Estimation using Micro Controller and Android App
IRJET -  	  Real Time Fuel Estimation using Micro Controller and Android AppIRJET -  	  Real Time Fuel Estimation using Micro Controller and Android App
IRJET - Real Time Fuel Estimation using Micro Controller and Android AppIRJET Journal
 
Smart Fuel Measuring device using IOT
Smart Fuel Measuring device using IOTSmart Fuel Measuring device using IOT
Smart Fuel Measuring device using IOTIRJET Journal
 
IRJET- On Board Diagnostics (OBD)3 for Vehicular Management
IRJET- On Board Diagnostics (OBD)3 for Vehicular ManagementIRJET- On Board Diagnostics (OBD)3 for Vehicular Management
IRJET- On Board Diagnostics (OBD)3 for Vehicular ManagementIRJET Journal
 
IRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET- Analysis and Prediction of Delay at Signalized Junctions in BangaloreIRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET- Analysis and Prediction of Delay at Signalized Junctions in BangaloreIRJET Journal
 
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsAn Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsIJRES Journal
 
IOT based fuel monitoring for future vehicles.
IOT based fuel monitoring for  future vehicles.IOT based fuel monitoring for  future vehicles.
IOT based fuel monitoring for future vehicles.IRJET Journal
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIRJET Journal
 
IRJET- Automatic Engine Locking System through Alcohol Detection in Ardui...
IRJET-  	  Automatic Engine Locking System through Alcohol Detection in Ardui...IRJET-  	  Automatic Engine Locking System through Alcohol Detection in Ardui...
IRJET- Automatic Engine Locking System through Alcohol Detection in Ardui...IRJET Journal
 
IRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET - Automated Water Meter: Prediction of Bill for Water ConservationIRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET - Automated Water Meter: Prediction of Bill for Water ConservationIRJET Journal
 
Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingIRJET 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- Accident Detection and Vehicle Safety using Zigbee
IRJET-  	  Accident Detection and Vehicle Safety using ZigbeeIRJET-  	  Accident Detection and Vehicle Safety using Zigbee
IRJET- Accident Detection and Vehicle Safety using ZigbeeIRJET Journal
 
IRJET- Vehicle Monitoring System
IRJET-  	  Vehicle Monitoring SystemIRJET-  	  Vehicle Monitoring System
IRJET- Vehicle Monitoring SystemIRJET Journal
 
IRJET- Smart Parking System using Internet of Things Technology
IRJET- Smart Parking System using Internet of Things TechnologyIRJET- Smart Parking System using Internet of Things Technology
IRJET- Smart Parking System using Internet of Things TechnologyIRJET Journal
 
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
 
Conscience: A Solution for Pollution Control
Conscience: A Solution for Pollution ControlConscience: A Solution for Pollution Control
Conscience: A Solution for Pollution ControlIRJET Journal
 
IRJET- A Survey on Advanced Ration Distribution System
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution SystemIRJET Journal
 

Similar to Digital Gasoline Indicator displays fuel level (20)

IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement SystemIRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
IRJET- Gps-Gsm Based Vehicle Monitoring & Smart Fuel Measurement System
 
Fuel Measurement using Loadcell
Fuel Measurement using LoadcellFuel Measurement using Loadcell
Fuel Measurement using Loadcell
 
IRJET- Efficient Mileage Tracking for Vehicular Environment
IRJET- Efficient Mileage Tracking for Vehicular EnvironmentIRJET- Efficient Mileage Tracking for Vehicular Environment
IRJET- Efficient Mileage Tracking for Vehicular Environment
 
IRJET - Real Time Fuel Estimation using Micro Controller and Android App
IRJET -  	  Real Time Fuel Estimation using Micro Controller and Android AppIRJET -  	  Real Time Fuel Estimation using Micro Controller and Android App
IRJET - Real Time Fuel Estimation using Micro Controller and Android App
 
Smart Fuel Measuring device using IOT
Smart Fuel Measuring device using IOTSmart Fuel Measuring device using IOT
Smart Fuel Measuring device using IOT
 
IRJET- On Board Diagnostics (OBD)3 for Vehicular Management
IRJET- On Board Diagnostics (OBD)3 for Vehicular ManagementIRJET- On Board Diagnostics (OBD)3 for Vehicular Management
IRJET- On Board Diagnostics (OBD)3 for Vehicular Management
 
IRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET- Analysis and Prediction of Delay at Signalized Junctions in BangaloreIRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
IRJET- Analysis and Prediction of Delay at Signalized Junctions in Bangalore
 
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using SensorsAn Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
An Automatic Car Engine Startup and Brake Oil Monitoring Using Sensors
 
IOT based fuel monitoring for future vehicles.
IOT based fuel monitoring for  future vehicles.IOT based fuel monitoring for  future vehicles.
IOT based fuel monitoring for future vehicles.
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded system
 
IRJET- Automatic Engine Locking System through Alcohol Detection in Ardui...
IRJET-  	  Automatic Engine Locking System through Alcohol Detection in Ardui...IRJET-  	  Automatic Engine Locking System through Alcohol Detection in Ardui...
IRJET- Automatic Engine Locking System through Alcohol Detection in Ardui...
 
IRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET - Automated Water Meter: Prediction of Bill for Water ConservationIRJET - Automated Water Meter: Prediction of Bill for Water Conservation
IRJET - Automated Water Meter: Prediction of Bill for Water Conservation
 
Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image Processing
 
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- Accident Detection and Vehicle Safety using Zigbee
IRJET-  	  Accident Detection and Vehicle Safety using ZigbeeIRJET-  	  Accident Detection and Vehicle Safety using Zigbee
IRJET- Accident Detection and Vehicle Safety using Zigbee
 
IRJET- Vehicle Monitoring System
IRJET-  	  Vehicle Monitoring SystemIRJET-  	  Vehicle Monitoring System
IRJET- Vehicle Monitoring System
 
IRJET- Smart Parking System using Internet of Things Technology
IRJET- Smart Parking System using Internet of Things TechnologyIRJET- Smart Parking System using Internet of Things Technology
IRJET- Smart Parking System using Internet of Things Technology
 
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
 
Conscience: A Solution for Pollution Control
Conscience: A Solution for Pollution ControlConscience: A Solution for Pollution Control
Conscience: A Solution for Pollution Control
 
IRJET- A Survey on Advanced Ration Distribution System
IRJET-  	  A Survey on Advanced Ration Distribution SystemIRJET-  	  A Survey on Advanced Ration Distribution System
IRJET- A Survey on Advanced Ration Distribution System
 

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

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
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
 
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
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
(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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 
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
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
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
 
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...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
(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...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
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
 
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 )
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

Digital Gasoline Indicator displays fuel level

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 615 Digital Gasoline Indicator which shows accurate fuel/Gasoline in the tank Megha Kudnar1, Mrunal Hanamghar2 , Ashwini Sangave3, Ajay Durkar4, Prof Navnath S. Bagal5 1234 Student, Dept. of Computer Engineering, TSSM's Padmabhooshan Vasantdada Patil Institute of Technology., Pune, Maharashtra, India 5 Professor, Dept. of Computer Engineering, TSSM's Padmabhooshan Vasantdada Patil Institute of Technology, Pune, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract: This project acts as an attempt to conquer the running out of the fuel in the vehicles fuel tanks. Digital Gasoline Indicator is invented to detect the fuel level in the vehicle tank as the input and the percentage of the tankfromits full capacity will be displayed on the LCD screen.Thisultimately should simple to the user to estimate the fuel that they require to have for their journey. The fuel level detection circuit is used to detect the level of the fuel in the tank. Here sensors are placed at the certain place to find out the fuel level and the signal is sent to the specific mobile. The user can checkrefillfuel quantity is it correct or not. Avoid fuel theft using this application. Also, this type of product will save the fuel from being exhausted and in another way consume the cost of the user itself. As for now, it may seem useless but. This product is somehow will benefit the user in the future as the value of the fuel is unstable and that will affect the amount that we used every day as it will not be the same as before. Key Word: Digital Gasoline Indicator, Fuel Status, Fuel Consumption, Collection Reports, ID 3 (Iterative Dichotomiser 3) Algorithm. 1.INTRODUCTION Internet of Things is an advanced automation and analytics system which exploits networking, sensing, big data technology to deliver complete systems for a product or service. These systems allow greater transparency, control, and performance when applied to any industry orsystem.IoT systems have applications across industries through their unique flexibility and ability to be suitable for any environment. IoT essentially makes virtually anything smart, meaning it enhances every aspect of life with the power of data collection, artificial intelligence algorithms, and networks. IoT loses itsdistinction without sensorsTheideaof our project is to make fuel detection system which gives the fuel level in tank and Mileage of the vehicles can also be determined. So, it is helpful to calculate total expenses, an average of speed, km/month. s ensors are placed at the certain place to find out the fuel level and the signal is sent to the specific mobile. The user can also check refill fuelquantity is it correct or not. We are already aware that motor vehicles display the amount of fuel in the fuel tank by means of some indication through the E (empty) and F(full) indicators. The manufacturer providesthe specificationthateachbarmapsto the corresponding liters of fuel approximately. To the contrary, every one of usmight have experiencedtheproblem with improper estimations of the current fuel levelinthetank with the existing bars representation system. Today in this digitalized world, if the fuel indicator in the automobiles is also made digital it will help to know the exact amount of fuel available in the tank. 2.RELATED WORK [1] For improving measuring the accuracy of the liquid level using the ultrasonic method in dynamically changed level case, an attractive ultrasonic method, named the liquid-level detection based on the multiple-input-multiple-output ultrasonic transducer array, is proposed.themethodemploys the multi-transducer array to achieve the reductionofsystem complexity and cost and then applies the synthetic aperture technology to realize rapid samples of liquid level. [2] A fiber optic liquidlevel sensor based on thestrainsensing by a fiber Bragg grating (FBG) is proposed. The FBG packaged on a thin cantilever beam so that the elongation and contraction of the FBG indicate a liquid level change. The strain response of FBG has been carried out and the shift in the Bragg wavelength shows a very good linearity during rising and fall of liquid level. The liquid level monitoring systems accomplish good reversibility and repeatability. [3] In this paper, In this paper we have proposed a technique to measure the amount of liquid available in the tankalsogive the knowledge about their chemical composition as well as purity level of fuel and it is the first device which can give the accurate knowledge about of how much the vehicle can run. This device digitally displays the level of liquid inside the tank, fuel composition and running capabilityofthevehicleby using load sensors. 3.PROPOSED SYSTEM One of the main objectives is to Provides Vehicle Fuel Theft Detection System to protect the vehicle fuel from the fuel theft. It also used to get the accuracy of the fuel level for the user to estimate the fuel that they need to have for their journey. System Gives the quantity of the fuel in the fuel tank in the form of numeric digits more accurately.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 616 Fig.1 Architecture diagram Digital Gasoline Indicator which shows accurate fuel/Gasoline in the tank The reserve tank is a secondary fuel tank (in many cars/bikes it contains around 15percent of the capacity of the primary tank) these are more commonly found on bikes. The fuellevel detection circuit is used to detect the level of the fuel in the tank. Here sensors are placed at the certain place to find out the fuel level and the signal is sent to the specific mobile. The user can check refill fuel quantity is it correct or not. Avoid fuel theft using this application. In case a Tank Empty Or any Status regarding Tank, authorities must be informed instantaneously. This would be achieved by sending a notification to concerned authorities for further action. The data generated by the sensors on nodes must be sent to the mobile at regular intervals. Report the exact amount of fuelin the tank. Authorities can see history Kit wise Fuel consumption and Km readings. This Feature would help generate reports for authoritiesand usersto checkifrefillfuel is correct or not. The quantity of fuel should be reported in a digital readout and should be in the unit of either liter and in kmsat average/current consumption. You can calculate total expenses, an average of speed, km/month using this report. System Helps in getting an accuracy of the fuel levelandMake Vehicle Fuel Theft Detection System. 4.PROPOSED METHOD Algorithm Used: 1. ID 3 ((Iterative Dichotomiser 3) Algorithm 1. ID 3 ((Iterative Dichotomiser 3) Algorithm ID3 builds a decision tree from a fixed set of examples. The resulting tree is used to classify future samples. The leaf nodes of the decision tree contain the class name whereas a non-leaf node is a decision node. The decision node is an attribute test with each branch (to another decision tree) being a possible value of the attribute. ID3 uses information gain to help it decide which attribute goes into a decision node. Algorithm : 1) Establish Classification Attribute (in Table R) 2) Compute Classification Entropy. 3) For each attribute in R, calculate Information Gain using classification attribute. 4) Select Attribute with the highest gain to be the nextNode in the tree (starting from the Root node). 5) Remove Node Attribute, creating reduced table RS. 6) Repeat steps 3-5 until all attributes have been used, or the same classification value remains for all rows in the reduced table. Entropy: Information gain: 5.CONCLUSION AND FUTURE SCOPE The Digital fuel indicator design likethat describedabovewill most likely be more accurate, more reliable, and cheaperthan other analog meters, and will allow for added features that benefit both the customer. In the near future, the different vehicle company manufacturers will implement this kind of fuel system which also provides security for the vehicle owners. Not only will the measurement be more accurate, but, the consumers also will not be cheated for their hard earned money. REFERENCES [1] Peng Li, YuleiCai, Xiaodong Shen, Sharon Nabuzaale, Jie Yin and Jiaqiang Li. An Accurate Detection of Dynamic Liquid Level Based on MIMO Ultrasonic Transducer Array. IEEE Transaction on Instrumentation and Measurement, VOL. 64, NO. 3, MARCH 2015 [2] LingtaoMeng, Yunqi Liu, Tingyun Wang. A Novel Liquid Level Monitoring Sensor System using Fiber Bragg Grating. IET International Conference on Smart and Sustainable C City 2013(ICSSC 2013).
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 12 | Dec-2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 617 [3] "Modified Type Intelligent Digital Fuel Indicator System" IOSR Journal of Mechanical and Civil Engineering (IOSR- JMCE)e-ISSN: 2278-1684, p-ISSN: 2320-334XPP 20-23. [4] i-Ho Wanga, Ming-ChihLua and Chen-Chien Hsu, 2009. Liquid-level measurement using a single digital camera, Elsevier, Measurement, 42(4): 604-610. [5] Avinash Kumar, U.Singaravelan, T.V.Premkumar and K.Gnanaprakash, Digital fuel level indicator in two- wheeler along with distance to zero indicators. IOSR Journal of Mechanical and Civil Engineering(IOSR-JMCE), 11:8084 Mar- Apr.2014. [6] M. Vogt, “An optimized float for reliable radar tank level measurement in bypass pipes,” in Proc. German Microw. Conf. (GeMIC), Mar. 2014, pp. 1–4. [7] S. C. Bera, H. Mandal, S. Saha, and A. Dutta, “Study of a modified capacitance-type level transducer for any type of liquid,” IEEE Trans. Instrum. Meas., vol. 63, no. 3, pp. 641–649, Mar. 2014. [8] K. Chetpattananondh, T. Tapoanoi, P. Phukpattaranont, and N. Jindapetch, “A self-calibration water level measurement using an interdigital capacitive sensor,” Sens. Actuators A, Phys., vol. 209, pp.175–182,Mar.2014. [9] K. V. Santhosh and B. K. Roy, “Design of an adaptive calibration technique based on LSSVM for liquid level measurement,” in Proc. 1st Int. Conf. Emerg. TrendsAppl. Comput. Sci. (ICETACS), Sep. 2013, pp. 43. [10] M. G. Lorenz, L. Mengibar-Pozo, and M. A. Izquierdo-Gil, “High resolution simultaneous dual liquid level measurement system with CMOS camera and FPGA hardware processor,” Sens. Actuators A, Phys., vol. 201, pp. 468–476, Oct. 2013.