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: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1684
DIGITAL MILEAGE AND DISTANCE COVERAGE INDICATOR ON TWO
WHEELERS
Mohammed musthafa. P1, madhu nirmal. D2, mageshwaran. K3,karthic. s4
1,2,3,4, Student, Dept. of mechanical engineering, SKP engineering college, Tamilnadu, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The use of two wheelers is more nowadays and the
demand for fuel is high because of rapid growth of vehicle
production and sales these turns into basic need in the human
life and mileage plays an important role in every vehicle.
We can find the average of the vehicle with medium accuracy.
The machine was tested and found to Work as expected. In
this paper we concentrate on the design, necessaryfabrication
and fine assembling of each and every component, analysis of
mileage, future scope etc. of complete assembled unit.
The whole concept is related with the Mechanical as well as
Electronics Engineering, i.e. Mechatronics. The various
mechanical and electronic components like load input,
ultrasonic sensor, arduino UNO R3, mechanical fixtures,
Battery, LCD etc. are used for assembling the complete unit.
The unit Design and fabrication of digital mileage indicator
based on load for two wheeler vehicles is intended to be
employing at two wheeler service stations, as well as
manufacturers.
Key Words: Arduino uno R3 microcontroller, Ultrasonic
sensor HC-SR04, Manual load set 50, 80, 110, 140 kgs,
Installed in hero HF dawn (motor cycle), LCD display
16×2
1. INTRODUCTION:
This project was done on the hero Honda CD dawn bike.
Mileage was tested with the person of weight 50kg at
smooth surface road.
On experiment it was concluded that vehicle can give
59.85km/l mileage for 1litre of petrol at the weight of 50kg.
We are interfacing manual load setting board and ultrasonic
sensor to (Arduino uno R3) microcontroller. Where signals
are analysed and calculated and displayed in a LCD display.
 Ultra sonic sensor is a range finding device used to
detect obstacles in its path it emits the 40 KHz sound
waves which bounces offa reflectivesurfaceandreturns
to sensor. Here it detects the fuel level and gives signal
to microcontroller.
 Manual load set contains series of buttons. Eachbuttons
are programmed to show the manual weight. We are
defining five weights such as 60, 80, 100, 120, 140KGs.
This has to set by the user every time where he/she
start the vehicle.
This project was based on the mileage. It is displaying of
number of kilometres, fuel level and weight of the user in a
LCD display. The calculation of number of kilometres was
based on the fuel level and user’s weight.
1.1 REPRESENTATION OF UNIT:
Fig -1: representation unit
1.2 METHODOLOGY:
1. Material selection-hero Honda CD dawn
2. Fixing on bike- load setting board
3. Ultrasonic sensor on fuel tank
4. Both are calibrated and connected to the
microcontroller
5. Fixing and finalizing
6. Resulting
2. HARDWARE AND SOFTWARE DESCRIPTION:
 Arduino uno R3 microcontroller
 Ultrasonic sensor
 Manual load set
 Display unit
2.1 ARDUINO UNO R3 MICROCONTROLLER:
 board based on the ATmega328P
 14 digital input/output pins
 6 analog inputs
 a 16 MHz quartz crystal
 a USB connection
 An ICSP header and a reset button
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1685
Fig -2: microcontroller
2.2 ULTRASONIC SENSOR:
 Ultrasonic sensor-HC-SR04
 Detect obstacles using high frequency sound waves
 The sensor emits a 40KHz sound wave
 Measure distances from 1.5in to 115in
Fig -3: ultra sonic sensor
2.3 MANUAL LOAD SET:
 Due to improper variation of userloadonbike.Load
cell can‘t be implemented.
 Instead manual loads can be applied. They are 50,
80, 110, 140kgs.
 Users can set above load according to his weight.
Fig -4: manual load set
2.4 LCD DISPLAY:
 Using basic module 16x2 LCD display.
 Circuit is to receive input data given by
microcontroller and processing it according to
coding and displaying required output on LCD.
Fig -5: LCD display
2.4 TOTAL SET UP:
 Hero Honda CD dawn was used as the project
vehicle.
 Ultrasonic sensor, manual load set and display are
connected to microcontroller in series.
Fig -6: total set up
3. WORKING:
• On experimenting the motor cycle the mileage for
1lit petrol and 50kg weight will be 59.85
• 0.15km/lit mileage will be reduced for every
increasing of add on weight of each 1kg.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1686
Fig -7: mileage table
 In order to show kilometres run by the motor cycle.
We need a common value to calculate.
 Here we named the common value as “SAMPLE”
 Inverting the experimental mileage to get the ‘S’
Here it was used to find S value.
s1 = 50.11 kg
On next 1kg weight (i.e. 51kg) and variation on
mileage 59.70 mileage
s2 = 51.25 kg
By solving (subtract) S1 and S2
1.14=s1-s2
The solution for the weight 50kg and the variation
will be sample 50.12 and variation 1.14.
By knowing at weight above 50kg was the addition
of 1.14 and remaining weight.
Where,
n= weight – 50
4.0 For example:
1. Travelling in a bike user weight 85kg fuel level
2.5liters (Calculating distance)
Sol:
n = weight -50
= 85 – 50
n = 35 kg
Sample = 50.12 + (1.14 n)
=50.12 + (1.14×35)
S = 90.02 kg
2. Calculate the mileage for 85kg of user weight
travelling in a bike
Sol:
n = weight -50
= 85 – 50
n = 35 kg
Sample = 50.12 + (1.14 n)
= 50.12 + (1.14×35)
S = 90.02 kg
WEIGHT(kg) FUEL(L) ACTUAL
MILEAGE(km/l)
50 1 59.85
51 1 59.70
52 1 59.55
53 1 59.40
54 1 59.25
55 1 59.10
56 1 58.95
57 1 58.80
58 1 58.65
59 1 58.50
60 1 58.35
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1687
Mileage = 56.65 km/l
5. Unit calculation for mileage:
5.1 Unit calculation for distance
Distance = km
6. Future scope:
In future this proposed technique can be improved by
adding load cell in different places at two wheelers to
measure the additional weight. The accurate mileage will be
shown based on load cell.
Research is being done to implement this project in a very
efficient manner by reducing its size, power consumption
and at low price.
7. Conclusion:
The conclusion of the overall of the project was somewhat
successful. Our aims that were stated in introduction had
been met. The measurements are taken so theaccuracylevel
is of 95% - 98%.The existing traditional and the
microcontroller based float type measurement techniques
are far from exact and are on the conservative. A more
efficient and reliable sensing technology is the ultrasonic
range sensing system with a microcontroller which has
corrective action code inbuilt that is applied to the fuel
sensor signal based on measurements to provide highly
accurate measurement of the level of fuel in the tank. It was
possible to install the any kind of two wheeler.
REFERENCES:
[1] R Aravind, E Arun Kumar, R K Harisudhan, G KaranRaj,G
Udhayakumar in their work “Load Cell based Fuel Level
Measurement using Arduino Uno Microcontroller”
[2]A.Avinashkumar, U.Singaravelan, T.V.Premkumar,
K.Gnanaprakash in their work “Digital fuel level indicator
in two-wheeler along with distance to zero indicators”
[3] S. Pal and R. Barik, “Design, development and testing of a
semi cylindrical capacitive sensor for liquid level
measurement,” Sensors Trans. J., vol. 116, no. 5, pp. 13–20,
2010.
[4]https://datasheet.octopart.com/A000066-Arduino-
datasheet-38879526.pdf
BIOGRAPHIES
Mohammed musthafa.P, student,
skp engineering college,
tiruvannamalai, tamil nadu.
Madhu nirmal.D, student,
skp engineering college,
tiruvannamalai, tamil nadu.
Mageshwaran.K, student,
skp engineering college,
tiruvannamalai, tamil nadu.
Karthic.S, student, skp
engineering college,
tiruvannamalai, tamil nadu.

More Related Content

What's hot

SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...Editor IJMTER
 
Frequency response method to derive transfer function of servo motor using Qu...
Frequency response method to derive transfer function of servo motor using Qu...Frequency response method to derive transfer function of servo motor using Qu...
Frequency response method to derive transfer function of servo motor using Qu...IRJET Journal
 
Modeling of DC Motor and Choosing the Best Gains for PID Controller
Modeling of DC Motor and Choosing the Best Gains for PID ControllerModeling of DC Motor and Choosing the Best Gains for PID Controller
Modeling of DC Motor and Choosing the Best Gains for PID Controllerijtsrd
 
rudder actuation system
rudder actuation systemrudder actuation system
rudder actuation systemNaga Raju
 
IRJET - Design and Validation of Two Stage Differential Gearbox with Shifter ...
IRJET - Design and Validation of Two Stage Differential Gearbox with Shifter ...IRJET - Design and Validation of Two Stage Differential Gearbox with Shifter ...
IRJET - Design and Validation of Two Stage Differential Gearbox with Shifter ...IRJET Journal
 
PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR
PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR
PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR ijiert bestjournal
 
Simulation of an Active Suspension Using PID Control
Simulation of an Active Suspension Using PID ControlSimulation of an Active Suspension Using PID Control
Simulation of an Active Suspension Using PID ControlSuzana Avila
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...IJERA Editor
 
Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Siang Wei Lee
 
TPS Rail Brochure - Final V3 (Spreads in low quality no bleeds)
TPS Rail Brochure - Final V3 (Spreads in low quality no bleeds)TPS Rail Brochure - Final V3 (Spreads in low quality no bleeds)
TPS Rail Brochure - Final V3 (Spreads in low quality no bleeds)Ripa Begum
 
Design, analysis and controlling of an offshore load transfer system Dimuthu ...
Design, analysis and controlling of an offshore load transfer system Dimuthu ...Design, analysis and controlling of an offshore load transfer system Dimuthu ...
Design, analysis and controlling of an offshore load transfer system Dimuthu ...Dimuthu Darshana
 
Cruise control devices
Cruise control devicesCruise control devices
Cruise control devicesPrashant Kumar
 
Modification of Material Handling Process Using Automated Guided Vehicle (AGV)
Modification of Material Handling Process Using Automated Guided Vehicle (AGV)Modification of Material Handling Process Using Automated Guided Vehicle (AGV)
Modification of Material Handling Process Using Automated Guided Vehicle (AGV)IRJET Journal
 
Orientation of Radar Antenna
Orientation of Radar AntennaOrientation of Radar Antenna
Orientation of Radar AntennaIOSR Journals
 
IRJET- Automatic Transmission for the Geared Bikes
IRJET-  	  Automatic Transmission for the Geared BikesIRJET-  	  Automatic Transmission for the Geared Bikes
IRJET- Automatic Transmission for the Geared BikesIRJET Journal
 
Speed control of ward leonard layout system using h infinity optimal control
Speed control of ward leonard layout system using h  infinity optimal controlSpeed control of ward leonard layout system using h  infinity optimal control
Speed control of ward leonard layout system using h infinity optimal controlMustefa Jibril
 

What's hot (19)

Ais 039(rev.1)
Ais 039(rev.1)Ais 039(rev.1)
Ais 039(rev.1)
 
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
SPEED SYNCHRONIZATION OF MASTER –SLAVE D.C. MOTORS USING MICROCONTROLLER, FOR...
 
Frequency response method to derive transfer function of servo motor using Qu...
Frequency response method to derive transfer function of servo motor using Qu...Frequency response method to derive transfer function of servo motor using Qu...
Frequency response method to derive transfer function of servo motor using Qu...
 
Modeling of DC Motor and Choosing the Best Gains for PID Controller
Modeling of DC Motor and Choosing the Best Gains for PID ControllerModeling of DC Motor and Choosing the Best Gains for PID Controller
Modeling of DC Motor and Choosing the Best Gains for PID Controller
 
rudder actuation system
rudder actuation systemrudder actuation system
rudder actuation system
 
IRJET - Design and Validation of Two Stage Differential Gearbox with Shifter ...
IRJET - Design and Validation of Two Stage Differential Gearbox with Shifter ...IRJET - Design and Validation of Two Stage Differential Gearbox with Shifter ...
IRJET - Design and Validation of Two Stage Differential Gearbox with Shifter ...
 
PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR
PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR
PARAMETER IDENTIFICATION AND MODELLING OF SEPARATELY EXCITED DC MOTOR
 
Simulation of an Active Suspension Using PID Control
Simulation of an Active Suspension Using PID ControlSimulation of an Active Suspension Using PID Control
Simulation of an Active Suspension Using PID Control
 
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
Speed Synchronization of Multiple Bldcmotors In Textile &Paper Mills Using Mi...
 
An Optimized Speed Controller for Electrical Thrusters in an Autonomous Under...
An Optimized Speed Controller for Electrical Thrusters in an Autonomous Under...An Optimized Speed Controller for Electrical Thrusters in an Autonomous Under...
An Optimized Speed Controller for Electrical Thrusters in an Autonomous Under...
 
Final Year Report (6bits DACs)
Final Year Report (6bits DACs)Final Year Report (6bits DACs)
Final Year Report (6bits DACs)
 
Cruise control
Cruise controlCruise control
Cruise control
 
TPS Rail Brochure - Final V3 (Spreads in low quality no bleeds)
TPS Rail Brochure - Final V3 (Spreads in low quality no bleeds)TPS Rail Brochure - Final V3 (Spreads in low quality no bleeds)
TPS Rail Brochure - Final V3 (Spreads in low quality no bleeds)
 
Design, analysis and controlling of an offshore load transfer system Dimuthu ...
Design, analysis and controlling of an offshore load transfer system Dimuthu ...Design, analysis and controlling of an offshore load transfer system Dimuthu ...
Design, analysis and controlling of an offshore load transfer system Dimuthu ...
 
Cruise control devices
Cruise control devicesCruise control devices
Cruise control devices
 
Modification of Material Handling Process Using Automated Guided Vehicle (AGV)
Modification of Material Handling Process Using Automated Guided Vehicle (AGV)Modification of Material Handling Process Using Automated Guided Vehicle (AGV)
Modification of Material Handling Process Using Automated Guided Vehicle (AGV)
 
Orientation of Radar Antenna
Orientation of Radar AntennaOrientation of Radar Antenna
Orientation of Radar Antenna
 
IRJET- Automatic Transmission for the Geared Bikes
IRJET-  	  Automatic Transmission for the Geared BikesIRJET-  	  Automatic Transmission for the Geared Bikes
IRJET- Automatic Transmission for the Geared Bikes
 
Speed control of ward leonard layout system using h infinity optimal control
Speed control of ward leonard layout system using h  infinity optimal controlSpeed control of ward leonard layout system using h  infinity optimal control
Speed control of ward leonard layout system using h infinity optimal control
 

Similar to IRJET- Digital Mileage and Distance Coverage Indicator on Two Wheelers

Design and Development of Treadmill to Generate Electricity by Using Mechanic...
Design and Development of Treadmill to Generate Electricity by Using Mechanic...Design and Development of Treadmill to Generate Electricity by Using Mechanic...
Design and Development of Treadmill to Generate Electricity by Using Mechanic...IRJET Journal
 
Fuel Measurement using Loadcell
Fuel Measurement using LoadcellFuel Measurement using Loadcell
Fuel Measurement using LoadcellIRJET Journal
 
Final Slot Car Report
Final Slot Car ReportFinal Slot Car Report
Final Slot Car ReportKyle Avery
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing RobotIRJET Journal
 
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONEAUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONEIRJET Journal
 
Development of microcontroller based instrument for checking quality of edibl...
Development of microcontroller based instrument for checking quality of edibl...Development of microcontroller based instrument for checking quality of edibl...
Development of microcontroller based instrument for checking quality of edibl...eSAT Journals
 
Development of microcontroller based instrument for checking quality of edibl...
Development of microcontroller based instrument for checking quality of edibl...Development of microcontroller based instrument for checking quality of edibl...
Development of microcontroller based instrument for checking quality of edibl...eSAT Publishing House
 
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the GasIRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the GasIRJET Journal
 
Simulation of electric bike using Scilab Xcos
Simulation of electric bike using Scilab XcosSimulation of electric bike using Scilab Xcos
Simulation of electric bike using Scilab XcosIRJET Journal
 
IRJET- Design and Implementation of High Speed, Low Power Charge Shared R...
IRJET-  	  Design and Implementation of High Speed, Low Power Charge Shared R...IRJET-  	  Design and Implementation of High Speed, Low Power Charge Shared R...
IRJET- Design and Implementation of High Speed, Low Power Charge Shared R...IRJET Journal
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceresearchinventy
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET Journal
 
IRJET- Adaptive Headlights System for Vehicle using Arduino
IRJET- Adaptive Headlights System for Vehicle using ArduinoIRJET- Adaptive Headlights System for Vehicle using Arduino
IRJET- Adaptive Headlights System for Vehicle using ArduinoIRJET Journal
 
Hill Top Braking System in Electronic Bikes
Hill Top Braking System in Electronic BikesHill Top Braking System in Electronic Bikes
Hill Top Braking System in Electronic BikesIRJET Journal
 
IRJET- Design and Fabrication of Digital Fuel Meter with the Help of Ultrason...
IRJET- Design and Fabrication of Digital Fuel Meter with the Help of Ultrason...IRJET- Design and Fabrication of Digital Fuel Meter with the Help of Ultrason...
IRJET- Design and Fabrication of Digital Fuel Meter with the Help of Ultrason...IRJET Journal
 
Microcontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyMicrocontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyeSAT Journals
 
IRJET- Analysis of Emission Data by using Testbed for Euro VI Norms
IRJET- Analysis of Emission Data by using Testbed for Euro VI NormsIRJET- Analysis of Emission Data by using Testbed for Euro VI Norms
IRJET- Analysis of Emission Data by using Testbed for Euro VI NormsIRJET Journal
 
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
 

Similar to IRJET- Digital Mileage and Distance Coverage Indicator on Two Wheelers (20)

Design and Development of Treadmill to Generate Electricity by Using Mechanic...
Design and Development of Treadmill to Generate Electricity by Using Mechanic...Design and Development of Treadmill to Generate Electricity by Using Mechanic...
Design and Development of Treadmill to Generate Electricity by Using Mechanic...
 
Final Slot Car Report
Final Slot Car ReportFinal Slot Car Report
Final Slot Car Report
 
Fuel Measurement using Loadcell
Fuel Measurement using LoadcellFuel Measurement using Loadcell
Fuel Measurement using Loadcell
 
Final Slot Car Report
Final Slot Car ReportFinal Slot Car Report
Final Slot Car Report
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
 
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONEAUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
AUTOMATIC ACCELERATION CONTROL IN TRAFFIC SIGNAL/SCHOOL ZONE
 
Development of microcontroller based instrument for checking quality of edibl...
Development of microcontroller based instrument for checking quality of edibl...Development of microcontroller based instrument for checking quality of edibl...
Development of microcontroller based instrument for checking quality of edibl...
 
Development of microcontroller based instrument for checking quality of edibl...
Development of microcontroller based instrument for checking quality of edibl...Development of microcontroller based instrument for checking quality of edibl...
Development of microcontroller based instrument for checking quality of edibl...
 
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the GasIRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
IRJET - IoT based Gas Level Detection and the Automatic Booking of the Gas
 
Simulation of electric bike using Scilab Xcos
Simulation of electric bike using Scilab XcosSimulation of electric bike using Scilab Xcos
Simulation of electric bike using Scilab Xcos
 
IRJET- Design and Implementation of High Speed, Low Power Charge Shared R...
IRJET-  	  Design and Implementation of High Speed, Low Power Charge Shared R...IRJET-  	  Design and Implementation of High Speed, Low Power Charge Shared R...
IRJET- Design and Implementation of High Speed, Low Power Charge Shared R...
 
final report
final reportfinal report
final report
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
IRJET- To Develop a Distance Algorithm using Sensor Networks for Adaptive Cru...
 
IRJET- Adaptive Headlights System for Vehicle using Arduino
IRJET- Adaptive Headlights System for Vehicle using ArduinoIRJET- Adaptive Headlights System for Vehicle using Arduino
IRJET- Adaptive Headlights System for Vehicle using Arduino
 
Hill Top Braking System in Electronic Bikes
Hill Top Braking System in Electronic BikesHill Top Braking System in Electronic Bikes
Hill Top Braking System in Electronic Bikes
 
IRJET- Design and Fabrication of Digital Fuel Meter with the Help of Ultrason...
IRJET- Design and Fabrication of Digital Fuel Meter with the Help of Ultrason...IRJET- Design and Fabrication of Digital Fuel Meter with the Help of Ultrason...
IRJET- Design and Fabrication of Digital Fuel Meter with the Help of Ultrason...
 
Microcontroller based smart wear for driver safety
Microcontroller based smart wear for driver safetyMicrocontroller based smart wear for driver safety
Microcontroller based smart wear for driver safety
 
IRJET- Analysis of Emission Data by using Testbed for Euro VI Norms
IRJET- Analysis of Emission Data by using Testbed for Euro VI NormsIRJET- Analysis of Emission Data by using Testbed for Euro VI Norms
IRJET- Analysis of Emission Data by using Testbed for Euro VI Norms
 
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
 

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

UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...vershagrag
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptxrouholahahmadi9876
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 

Recently uploaded (20)

UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 

IRJET- Digital Mileage and Distance Coverage Indicator on Two Wheelers

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1684 DIGITAL MILEAGE AND DISTANCE COVERAGE INDICATOR ON TWO WHEELERS Mohammed musthafa. P1, madhu nirmal. D2, mageshwaran. K3,karthic. s4 1,2,3,4, Student, Dept. of mechanical engineering, SKP engineering college, Tamilnadu, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The use of two wheelers is more nowadays and the demand for fuel is high because of rapid growth of vehicle production and sales these turns into basic need in the human life and mileage plays an important role in every vehicle. We can find the average of the vehicle with medium accuracy. The machine was tested and found to Work as expected. In this paper we concentrate on the design, necessaryfabrication and fine assembling of each and every component, analysis of mileage, future scope etc. of complete assembled unit. The whole concept is related with the Mechanical as well as Electronics Engineering, i.e. Mechatronics. The various mechanical and electronic components like load input, ultrasonic sensor, arduino UNO R3, mechanical fixtures, Battery, LCD etc. are used for assembling the complete unit. The unit Design and fabrication of digital mileage indicator based on load for two wheeler vehicles is intended to be employing at two wheeler service stations, as well as manufacturers. Key Words: Arduino uno R3 microcontroller, Ultrasonic sensor HC-SR04, Manual load set 50, 80, 110, 140 kgs, Installed in hero HF dawn (motor cycle), LCD display 16×2 1. INTRODUCTION: This project was done on the hero Honda CD dawn bike. Mileage was tested with the person of weight 50kg at smooth surface road. On experiment it was concluded that vehicle can give 59.85km/l mileage for 1litre of petrol at the weight of 50kg. We are interfacing manual load setting board and ultrasonic sensor to (Arduino uno R3) microcontroller. Where signals are analysed and calculated and displayed in a LCD display.  Ultra sonic sensor is a range finding device used to detect obstacles in its path it emits the 40 KHz sound waves which bounces offa reflectivesurfaceandreturns to sensor. Here it detects the fuel level and gives signal to microcontroller.  Manual load set contains series of buttons. Eachbuttons are programmed to show the manual weight. We are defining five weights such as 60, 80, 100, 120, 140KGs. This has to set by the user every time where he/she start the vehicle. This project was based on the mileage. It is displaying of number of kilometres, fuel level and weight of the user in a LCD display. The calculation of number of kilometres was based on the fuel level and user’s weight. 1.1 REPRESENTATION OF UNIT: Fig -1: representation unit 1.2 METHODOLOGY: 1. Material selection-hero Honda CD dawn 2. Fixing on bike- load setting board 3. Ultrasonic sensor on fuel tank 4. Both are calibrated and connected to the microcontroller 5. Fixing and finalizing 6. Resulting 2. HARDWARE AND SOFTWARE DESCRIPTION:  Arduino uno R3 microcontroller  Ultrasonic sensor  Manual load set  Display unit 2.1 ARDUINO UNO R3 MICROCONTROLLER:  board based on the ATmega328P  14 digital input/output pins  6 analog inputs  a 16 MHz quartz crystal  a USB connection  An ICSP header and a reset button
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1685 Fig -2: microcontroller 2.2 ULTRASONIC SENSOR:  Ultrasonic sensor-HC-SR04  Detect obstacles using high frequency sound waves  The sensor emits a 40KHz sound wave  Measure distances from 1.5in to 115in Fig -3: ultra sonic sensor 2.3 MANUAL LOAD SET:  Due to improper variation of userloadonbike.Load cell can‘t be implemented.  Instead manual loads can be applied. They are 50, 80, 110, 140kgs.  Users can set above load according to his weight. Fig -4: manual load set 2.4 LCD DISPLAY:  Using basic module 16x2 LCD display.  Circuit is to receive input data given by microcontroller and processing it according to coding and displaying required output on LCD. Fig -5: LCD display 2.4 TOTAL SET UP:  Hero Honda CD dawn was used as the project vehicle.  Ultrasonic sensor, manual load set and display are connected to microcontroller in series. Fig -6: total set up 3. WORKING: • On experimenting the motor cycle the mileage for 1lit petrol and 50kg weight will be 59.85 • 0.15km/lit mileage will be reduced for every increasing of add on weight of each 1kg.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1686 Fig -7: mileage table  In order to show kilometres run by the motor cycle. We need a common value to calculate.  Here we named the common value as “SAMPLE”  Inverting the experimental mileage to get the ‘S’ Here it was used to find S value. s1 = 50.11 kg On next 1kg weight (i.e. 51kg) and variation on mileage 59.70 mileage s2 = 51.25 kg By solving (subtract) S1 and S2 1.14=s1-s2 The solution for the weight 50kg and the variation will be sample 50.12 and variation 1.14. By knowing at weight above 50kg was the addition of 1.14 and remaining weight. Where, n= weight – 50 4.0 For example: 1. Travelling in a bike user weight 85kg fuel level 2.5liters (Calculating distance) Sol: n = weight -50 = 85 – 50 n = 35 kg Sample = 50.12 + (1.14 n) =50.12 + (1.14×35) S = 90.02 kg 2. Calculate the mileage for 85kg of user weight travelling in a bike Sol: n = weight -50 = 85 – 50 n = 35 kg Sample = 50.12 + (1.14 n) = 50.12 + (1.14×35) S = 90.02 kg WEIGHT(kg) FUEL(L) ACTUAL MILEAGE(km/l) 50 1 59.85 51 1 59.70 52 1 59.55 53 1 59.40 54 1 59.25 55 1 59.10 56 1 58.95 57 1 58.80 58 1 58.65 59 1 58.50 60 1 58.35
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1687 Mileage = 56.65 km/l 5. Unit calculation for mileage: 5.1 Unit calculation for distance Distance = km 6. Future scope: In future this proposed technique can be improved by adding load cell in different places at two wheelers to measure the additional weight. The accurate mileage will be shown based on load cell. Research is being done to implement this project in a very efficient manner by reducing its size, power consumption and at low price. 7. Conclusion: The conclusion of the overall of the project was somewhat successful. Our aims that were stated in introduction had been met. The measurements are taken so theaccuracylevel is of 95% - 98%.The existing traditional and the microcontroller based float type measurement techniques are far from exact and are on the conservative. A more efficient and reliable sensing technology is the ultrasonic range sensing system with a microcontroller which has corrective action code inbuilt that is applied to the fuel sensor signal based on measurements to provide highly accurate measurement of the level of fuel in the tank. It was possible to install the any kind of two wheeler. REFERENCES: [1] R Aravind, E Arun Kumar, R K Harisudhan, G KaranRaj,G Udhayakumar in their work “Load Cell based Fuel Level Measurement using Arduino Uno Microcontroller” [2]A.Avinashkumar, U.Singaravelan, T.V.Premkumar, K.Gnanaprakash in their work “Digital fuel level indicator in two-wheeler along with distance to zero indicators” [3] S. Pal and R. Barik, “Design, development and testing of a semi cylindrical capacitive sensor for liquid level measurement,” Sensors Trans. J., vol. 116, no. 5, pp. 13–20, 2010. [4]https://datasheet.octopart.com/A000066-Arduino- datasheet-38879526.pdf BIOGRAPHIES Mohammed musthafa.P, student, skp engineering college, tiruvannamalai, tamil nadu. Madhu nirmal.D, student, skp engineering college, tiruvannamalai, tamil nadu. Mageshwaran.K, student, skp engineering college, tiruvannamalai, tamil nadu. Karthic.S, student, skp engineering college, tiruvannamalai, tamil nadu.