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: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 659
Informatics and infotainment system for Smart E-Bike
using Raspberry Pi
Ramesh Babu K1
1Ramesh Babu K, Dept. of Mechanical Engineering, NIT Warangal, Warangal, Telangana, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – With the increase in demand for smart
intelligent devices, integration of smart systems in
automobildes is inevitable and certainly has gained large
attention in recent times. To develop the intelligent smart
systems, installing vehicle sensors and processing data from
them is the key fundamental step. This paper provides
overview of how to capture certain critical vehicle data from
various sensors and process the data which can later be
processed for intelligent systems development and to display
the relevant information for the rider.
Key Words: Informatics, Infotainment, Smart Vehicle, GPS,
Odometer, Speedometer, Data Logging, Dashboard.
1.INTRODUCTION
The current automobile industry is struggling with theissue
of lack of information about the performance of productand
its sub systems during its usage, which can later be used for
future product development or improving the current
product or sub systems. This is mainly due to the fact that
the collection of data from subsystemsofgasolinevehiclesis
hectic and processing such large chunks of data is not
possible[1]. But with the advent of electric vehicles and
owing to its simplistic design and lesser numberofpartsone
can collect large amounts of data from the vehicle and use it
for further research. With cloud connectivity, this data can
be transmitted at real time and this paveswayforanentirely
new era in the transportation sector leading to intelligent
connected transportation systems [2]. Automotive grade
Linux OS platform is an upcoming product whose
development is completely open sourced and many
automobile giants are already adopting this OS whichcanbe
used as base to develop informatics and infotainment
systems and other applicationsbasedonthedata.Thispaper
presents an effort on how we can combine automobile, data
processing and cloud connectivity technologies which are
fundamental in establishing a connected vehicle system.
Fundamental sensors like Speedometer, GPS and
Accelerometer and gyro are used to develop the module
using Raspberry Pi, the data from which is logged onto a
database file and this information is transmitted via Wi-Fi
and further GUI is developed to display ride metrics
information onto a dashboard as shown in Fig-1.
Fig-1: Connected E-Bike system
2. LITERATURE REVIEW
Developing a community of software developersforenabling
Automotive industry to utilize Linux and open source
technologies for product development is the prime focus of
Automotive grade Linux team and the same was
demonstrated by Matt Jones and Magnus Feuer in
Collaboration summit, 2013 at San Francisco, California [3].
The paper on Implementing the connectede-bike:challenges
and requirements of an IoT application for urban
transportation by Kristina Flüchter [4] demonstrates how
connecting physical systems like E-bike to virtual world is
creating interest among users and the challenges and
technological restrictions concerning the completeness of
collected data from vehicle sensors which are to be
addressed.
A blog article by Ather energy, a smart EV startup aimed at
developing a next generation intelligent connected scooter
mentioned it its blog [5] about the how the digital revolution
is transforming various products and how the need to
connect with a machine in its physical environment and
gather data without any help from humans has been the
premise of smarter, connected products.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 660
3. OBJECTIVE
The prime objective of this project is to develop a module
which can collect data from vehicle sensors like speed, GPS
information and motion tracking using accelerometer and
gyro sensor and log the data onto a database file. The
information collected is used to display ride metrics
information onto a display dashboard on the vehicle.
A rider can access the digital dashboard on the vehicle which
will display the current speed, trip distance, travel time, GPS
location status and lean angles of the vehicle. This riding
information is concurrently logged onto a remotewebserver
[6] using Wi-Fi connectivity which will store the information
permanently and can be used to analyze the riding
information forfuturedevelopmentofapplications.Thedash
board UI interface can be changed as per the requirement as
it is developed on HTML5 platform and the can be accessible
remotely by anyone who has the required credentials to the
web server. Once the ride is finished, the rider can visualize
the riding information by gaining access to the web server
which will display variationsof speedvstime,pathstravelled
and can also track his motion.
4. IMPLEMENTATION
This project is designed using a Raspberry PI single board
computer used for embedded application. The Interfacing
components used are Reed switch sensor, GPS Modem,
Accelerometer and gyro sensor, Wi-Fi Dongle[7]asshownin
Fig-2. USB mouse and key board canbeusedforuser-friendly
usage of the Board. The 32-bit ARM controller on the
Raspberry Device supports the FunctionalityastheCPUCore
Fig-2: Block diagram of informatics and infotainment
system for an E-Bike
The Linux OS is used as the Default operating system
responsible for handling the tasks and peripheral on chip
components. Python scripting is used for the programming
the device and functionalities.
Reed switch is connected to raspberry pi GPIO pin, GPS
module Neo 6M is connected via asynchronous UART
communication, MPU 6050 Accelerometerandgyrosensoris
connected via serial I2C interface as shown in Fig-3. Thedata
from the sensors is processed and updated in a sqlite3
database file. The data is concurrently sent via sockets to a
running web server through Wi-Fi module.
Fig-3: Raspberry pi connections with sensors
The module is fixed onto an E-bike. Raspberry pi is powered
using a battery bank. The reed switch is fixed to the front
wheel to measure the wheel rotations to measure speedand
distance travelled. GPS and accelerometer and gyro are
fixed to frame body of the vehicle as shown in Fig-4.
Fig-4: The ride monitoring module mounted to an E-Bike
An HTML web application is developed using HTML, CSS and
JavaScript functionality which will receive data from server
and will render the information in an user friendly format as
shown in Fig-5 on any mobile connected to the web server.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 661
Fig-5: UI interface - Web page application
The web application displays speed, distance rode and time
of travel which will get updated at real time. The script runs
on JavaScript. GPS information is directly fed to a Google
maps API which will locatethe vehicle. The lean angles of the
vehicle rolland pitch can be visualized throughthewebpage.
The G-Forces in three degrees are updated through a Google
charts API on real time basis.
5. RESULT
With the monitoring system in place the vehicle is made to
take somerides while the monitoring module is set to record
and display concurrently the ride metrics information as
shown in Fig-6.
Fig-6: Ride metrics dashboard
The collected data is later analyzed by accessing the data via
webserver. As the data from all sensors are logged
concurrently one can check how fast the vehicle is moving at
what place and what how the vehicle is oriented at that
instant ata place. The collective results of a rideare shownin
Fig – 7.
Fig-7: Collected data from vehicle
6. CONCLUSION & FUTURE SCOPE
In this paper we have proposed an Informaticssystemfor an
E-Bike which logs the riding data onto a web server and
designed an Infotainment system which displays the riding
information onto any device which can run a web page.
Given that the data collection and information display are
independent of each other one has the advantage of
designing the webpage to display ride information in his
own way. In future one connect battery information to the
module to check for battery status and other vital sensors to
the module and can interpret the data remotely. The Wi-Fi
based communication canbe replaced bythemobileinternet
from the service provider to maximize the network range.
ACKNOWLEDGEMENT
I am thankful to my friends Rahul reddy and Aradh who
were involved in the designing and development of E-Bike
upon which the module is developed. I would like to thank
NIT, Warangal Incubation centerforprovidingthenecessary
infrastructure and support.
REFERENCES
[1] von Watzdorf, S., and Michahelles, F. 2010. Accuracy of
positioning data on smartphones. In LocWeb 2010
Proceedings (Tokyo, Japan, November 29, 2010).
[2] Gusikhin, O., Rychtyckyj, N. & Filev, D. Knowl Inf Syst
(2007) 12: 147. doi:10.1007/s10115-006-0063-1.
[3] "The Linux Foundation" YouTube. YouTube, 29 April
2013. Web. 29 January 2017.
[4] Kristina, F., (2014), Implementing the connected e-bike:
challenges and requirements of an IoT application
for urban transportation,doi:10.4108/icst.urb-
iot.2014.257191.
[5] "Why Connectedness Will Go beyond Mobile Devices &
Apps?" Ather Energy. Ed. Tavleen. N.p., 19 May 2016.
Web. 04 Feb. 2017.
[6] Shovic, John C. "Connecting an IOT Device to a Cloud
Server - IOTPulse." Raspberry Pi IoT Projects (2016):
147-86. Web.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 662
[7] Hu, Hui, and Lian Fang. "Design and Implementation of
Vehicle Monitoring System Based on GPS/GSM/GIS."
2009 Third International Symposium on Intelligent
Information Technology Application (2009): n. pag.
Web.

More Related Content

Similar to Informatics and infotainment system for Smart E-Bike using Raspberry Pi

IRJET - IoT based Vehicle Tracking System
IRJET -  	  IoT based Vehicle Tracking SystemIRJET -  	  IoT based Vehicle Tracking System
IRJET - IoT based Vehicle Tracking SystemIRJET Journal
 
IOT Based Smart Parking System
IOT Based Smart Parking SystemIOT Based Smart Parking System
IOT Based Smart Parking SystemIRJET Journal
 
IRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe RequestIRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe RequestIRJET Journal
 
IRJET- Bicycle Sharing System
IRJET- Bicycle Sharing SystemIRJET- Bicycle Sharing System
IRJET- Bicycle Sharing SystemIRJET Journal
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 
GPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerGPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerIRJET Journal
 
IRJET- IoT System for Monitoring and Diagnostics of Engine
IRJET-  	  IoT System for Monitoring and Diagnostics of EngineIRJET-  	  IoT System for Monitoring and Diagnostics of Engine
IRJET- IoT System for Monitoring and Diagnostics of EngineIRJET Journal
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTIRJET Journal
 
IRJET - Centralized Data for Transport Automation System using Android St...
IRJET -  	  Centralized Data for Transport Automation System using Android St...IRJET -  	  Centralized Data for Transport Automation System using Android St...
IRJET - Centralized Data for Transport Automation System using Android St...IRJET Journal
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising SystemIRJET Journal
 
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...IRJET Journal
 
IRJET- Intelligent Autonomous Wheelchair for Indoor Navigation
IRJET- Intelligent Autonomous Wheelchair for Indoor NavigationIRJET- Intelligent Autonomous Wheelchair for Indoor Navigation
IRJET- Intelligent Autonomous Wheelchair for Indoor NavigationIRJET Journal
 
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell ScriptsControlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell ScriptsIRJET Journal
 
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERSMOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERSIRJET Journal
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET Journal
 
IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking SystemIRJET Journal
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationIRJET Journal
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationIRJET Journal
 

Similar to Informatics and infotainment system for Smart E-Bike using Raspberry Pi (20)

IRJET - IoT based Vehicle Tracking System
IRJET -  	  IoT based Vehicle Tracking SystemIRJET -  	  IoT based Vehicle Tracking System
IRJET - IoT based Vehicle Tracking System
 
IOT Based Smart Parking System
IOT Based Smart Parking SystemIOT Based Smart Parking System
IOT Based Smart Parking System
 
IRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe RequestIRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe Request
 
IRJET- Bicycle Sharing System
IRJET- Bicycle Sharing SystemIRJET- Bicycle Sharing System
IRJET- Bicycle Sharing System
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
GPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerGPS Data Logger and Data Visualizer
GPS Data Logger and Data Visualizer
 
IRJET- IoT System for Monitoring and Diagnostics of Engine
IRJET-  	  IoT System for Monitoring and Diagnostics of EngineIRJET-  	  IoT System for Monitoring and Diagnostics of Engine
IRJET- IoT System for Monitoring and Diagnostics of Engine
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
 
IRJET - Centralized Data for Transport Automation System using Android St...
IRJET -  	  Centralized Data for Transport Automation System using Android St...IRJET -  	  Centralized Data for Transport Automation System using Android St...
IRJET - Centralized Data for Transport Automation System using Android St...
 
Irjet v7 i3290
Irjet v7 i3290Irjet v7 i3290
Irjet v7 i3290
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
 
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
 
IRJET- Intelligent Autonomous Wheelchair for Indoor Navigation
IRJET- Intelligent Autonomous Wheelchair for Indoor NavigationIRJET- Intelligent Autonomous Wheelchair for Indoor Navigation
IRJET- Intelligent Autonomous Wheelchair for Indoor Navigation
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell ScriptsControlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
Controlling A Raspberry Pi Robot Over Internet With HTML & Shell Scripts
 
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERSMOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
MOBILE ROBOTIC ARM WITH APP INTERFACE USING MICROCONTROLLERS
 
IRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of ThingsIRJET- Smart Home Application using Internet of Things
IRJET- Smart Home Application using Internet of Things
 
IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking System
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle Communication
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle Communication
 

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

1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsmeharikiros2
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
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
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 

Recently uploaded (20)

1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
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)
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 

Informatics and infotainment system for Smart E-Bike using Raspberry Pi

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 659 Informatics and infotainment system for Smart E-Bike using Raspberry Pi Ramesh Babu K1 1Ramesh Babu K, Dept. of Mechanical Engineering, NIT Warangal, Warangal, Telangana, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – With the increase in demand for smart intelligent devices, integration of smart systems in automobildes is inevitable and certainly has gained large attention in recent times. To develop the intelligent smart systems, installing vehicle sensors and processing data from them is the key fundamental step. This paper provides overview of how to capture certain critical vehicle data from various sensors and process the data which can later be processed for intelligent systems development and to display the relevant information for the rider. Key Words: Informatics, Infotainment, Smart Vehicle, GPS, Odometer, Speedometer, Data Logging, Dashboard. 1.INTRODUCTION The current automobile industry is struggling with theissue of lack of information about the performance of productand its sub systems during its usage, which can later be used for future product development or improving the current product or sub systems. This is mainly due to the fact that the collection of data from subsystemsofgasolinevehiclesis hectic and processing such large chunks of data is not possible[1]. But with the advent of electric vehicles and owing to its simplistic design and lesser numberofpartsone can collect large amounts of data from the vehicle and use it for further research. With cloud connectivity, this data can be transmitted at real time and this paveswayforanentirely new era in the transportation sector leading to intelligent connected transportation systems [2]. Automotive grade Linux OS platform is an upcoming product whose development is completely open sourced and many automobile giants are already adopting this OS whichcanbe used as base to develop informatics and infotainment systems and other applicationsbasedonthedata.Thispaper presents an effort on how we can combine automobile, data processing and cloud connectivity technologies which are fundamental in establishing a connected vehicle system. Fundamental sensors like Speedometer, GPS and Accelerometer and gyro are used to develop the module using Raspberry Pi, the data from which is logged onto a database file and this information is transmitted via Wi-Fi and further GUI is developed to display ride metrics information onto a dashboard as shown in Fig-1. Fig-1: Connected E-Bike system 2. LITERATURE REVIEW Developing a community of software developersforenabling Automotive industry to utilize Linux and open source technologies for product development is the prime focus of Automotive grade Linux team and the same was demonstrated by Matt Jones and Magnus Feuer in Collaboration summit, 2013 at San Francisco, California [3]. The paper on Implementing the connectede-bike:challenges and requirements of an IoT application for urban transportation by Kristina Flüchter [4] demonstrates how connecting physical systems like E-bike to virtual world is creating interest among users and the challenges and technological restrictions concerning the completeness of collected data from vehicle sensors which are to be addressed. A blog article by Ather energy, a smart EV startup aimed at developing a next generation intelligent connected scooter mentioned it its blog [5] about the how the digital revolution is transforming various products and how the need to connect with a machine in its physical environment and gather data without any help from humans has been the premise of smarter, connected products.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 660 3. OBJECTIVE The prime objective of this project is to develop a module which can collect data from vehicle sensors like speed, GPS information and motion tracking using accelerometer and gyro sensor and log the data onto a database file. The information collected is used to display ride metrics information onto a display dashboard on the vehicle. A rider can access the digital dashboard on the vehicle which will display the current speed, trip distance, travel time, GPS location status and lean angles of the vehicle. This riding information is concurrently logged onto a remotewebserver [6] using Wi-Fi connectivity which will store the information permanently and can be used to analyze the riding information forfuturedevelopmentofapplications.Thedash board UI interface can be changed as per the requirement as it is developed on HTML5 platform and the can be accessible remotely by anyone who has the required credentials to the web server. Once the ride is finished, the rider can visualize the riding information by gaining access to the web server which will display variationsof speedvstime,pathstravelled and can also track his motion. 4. IMPLEMENTATION This project is designed using a Raspberry PI single board computer used for embedded application. The Interfacing components used are Reed switch sensor, GPS Modem, Accelerometer and gyro sensor, Wi-Fi Dongle[7]asshownin Fig-2. USB mouse and key board canbeusedforuser-friendly usage of the Board. The 32-bit ARM controller on the Raspberry Device supports the FunctionalityastheCPUCore Fig-2: Block diagram of informatics and infotainment system for an E-Bike The Linux OS is used as the Default operating system responsible for handling the tasks and peripheral on chip components. Python scripting is used for the programming the device and functionalities. Reed switch is connected to raspberry pi GPIO pin, GPS module Neo 6M is connected via asynchronous UART communication, MPU 6050 Accelerometerandgyrosensoris connected via serial I2C interface as shown in Fig-3. Thedata from the sensors is processed and updated in a sqlite3 database file. The data is concurrently sent via sockets to a running web server through Wi-Fi module. Fig-3: Raspberry pi connections with sensors The module is fixed onto an E-bike. Raspberry pi is powered using a battery bank. The reed switch is fixed to the front wheel to measure the wheel rotations to measure speedand distance travelled. GPS and accelerometer and gyro are fixed to frame body of the vehicle as shown in Fig-4. Fig-4: The ride monitoring module mounted to an E-Bike An HTML web application is developed using HTML, CSS and JavaScript functionality which will receive data from server and will render the information in an user friendly format as shown in Fig-5 on any mobile connected to the web server.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 661 Fig-5: UI interface - Web page application The web application displays speed, distance rode and time of travel which will get updated at real time. The script runs on JavaScript. GPS information is directly fed to a Google maps API which will locatethe vehicle. The lean angles of the vehicle rolland pitch can be visualized throughthewebpage. The G-Forces in three degrees are updated through a Google charts API on real time basis. 5. RESULT With the monitoring system in place the vehicle is made to take somerides while the monitoring module is set to record and display concurrently the ride metrics information as shown in Fig-6. Fig-6: Ride metrics dashboard The collected data is later analyzed by accessing the data via webserver. As the data from all sensors are logged concurrently one can check how fast the vehicle is moving at what place and what how the vehicle is oriented at that instant ata place. The collective results of a rideare shownin Fig – 7. Fig-7: Collected data from vehicle 6. CONCLUSION & FUTURE SCOPE In this paper we have proposed an Informaticssystemfor an E-Bike which logs the riding data onto a web server and designed an Infotainment system which displays the riding information onto any device which can run a web page. Given that the data collection and information display are independent of each other one has the advantage of designing the webpage to display ride information in his own way. In future one connect battery information to the module to check for battery status and other vital sensors to the module and can interpret the data remotely. The Wi-Fi based communication canbe replaced bythemobileinternet from the service provider to maximize the network range. ACKNOWLEDGEMENT I am thankful to my friends Rahul reddy and Aradh who were involved in the designing and development of E-Bike upon which the module is developed. I would like to thank NIT, Warangal Incubation centerforprovidingthenecessary infrastructure and support. REFERENCES [1] von Watzdorf, S., and Michahelles, F. 2010. Accuracy of positioning data on smartphones. In LocWeb 2010 Proceedings (Tokyo, Japan, November 29, 2010). [2] Gusikhin, O., Rychtyckyj, N. & Filev, D. Knowl Inf Syst (2007) 12: 147. doi:10.1007/s10115-006-0063-1. [3] "The Linux Foundation" YouTube. YouTube, 29 April 2013. Web. 29 January 2017. [4] Kristina, F., (2014), Implementing the connected e-bike: challenges and requirements of an IoT application for urban transportation,doi:10.4108/icst.urb- iot.2014.257191. [5] "Why Connectedness Will Go beyond Mobile Devices & Apps?" Ather Energy. Ed. Tavleen. N.p., 19 May 2016. Web. 04 Feb. 2017. [6] Shovic, John C. "Connecting an IOT Device to a Cloud Server - IOTPulse." Raspberry Pi IoT Projects (2016): 147-86. Web.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 02 | Feb -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 662 [7] Hu, Hui, and Lian Fang. "Design and Implementation of Vehicle Monitoring System Based on GPS/GSM/GIS." 2009 Third International Symposium on Intelligent Information Technology Application (2009): n. pag. Web.