SlideShare a Scribd company logo
1 of 5
Download to read offline
Journal for Research| Volume 01| Issue 01 | March 2016
ISSN: 2395-7549
All rights reserved by www.journalforresearch.org 88
Smart Monitoring of Automobiles using IoT
Nikhila Thomas Minu Joseph
Student Student
Amal Jyothi College of Engineering, MG University, Amal Jyothi College of Engineering, MG University,
Kottayam Kottayam
Silpa Jayapal Shiju George
Student Assistant Professor
Amal Jyothi College of Engineering, MG University, Amal Jyothi College of Engineering, MG University,
Kottayam Kottayam
Abstract
This paper proposes smart monitoring of automobiles using IoT, which has the same functionality of conventional scanner-
automobile diagnostic device. It consists of a Raspberry pi, Arduino Uno board, Web page for the service centre and also various
sensors. The sensors attached in the car are connected with the Arduino board and the output is given to the raspberry pi and the
Ethernet field uploads these readings to the server. If any variation in the readings, the server will send SMS to the users mobile
to inform about the particular condition. And also it is possible to check the current status of the vehicle and there is special
facility called emergency request that is requested by the user to inform about the accident or sudden breakdown to the service
centre. It also has an obstacle sensor to sense any obstacles within a particular distance. Dust sensor fixed inside the car monitors
the dust content, which can cause health problems to passengers. If there occurs any such scenarios, an SMS will be sent to the
user. The vehicle will not get started if the seat belt is not worn by the driver. Detection of fire or water can result to automatic
unlocking of the seat belts.
Keywords: IoT (Internet of things)
_______________________________________________________________________________________________________
I. INTRODUCTION
There are over 1,300,000 traffic accidents happening in the world every year. Casualties are mainly caused from malfunctioning
of automobile’s components and human negligence. This figure keeps rising and estimated to be increased exponentially in the
future. There is an urgent need from the automotive and logistic industry to have a low-cost but accurate fault diagnostic system
for running automobiles in order to minimize the rate of accident occurring on roads as well as minimizing economic losses.
Conventionally, the inspection of the health status of engines and their internal combustion processes are time consuming and
expensive[1]. It is because such inspection must be carried out by experienced mechanics and expensive equipment. In majority
cases, the mechanics will only recommend the automobile owners to renew the components long before their life time in order to
prevent accidents. However, this approach is definitely not economic. Lots of the components are thrown away even they only
have consumed half of their expected life time. Moreover, improper combustion process leads to waste of expensive fuel and
exhaustion of polluting gas. Hence, a low-cost but more comprehensive real-time engine diagnostic system is needed for
automobiles running on road[3] .And also if any urgent situation is occurred, it is very important to inform the service centre
about this. In this system there is a special feature called emergency request, which will inform the service centre about the
situation and they will detect the current vehicle position using GSM and will be able to provide their service.
Internet tends to be the backbone of all the technologies. The smart monitoring of automobiles using IoT is a progressive step
in the field of service centers. The proposed system can be used by any automobile user.
II. SYSTEM OVERVIEW
In the proposed system we have a Raspberry Pi, Arduino Uno board, Ethernet shield, and a web page. The sensors attached in the
cars connected to the arduino board and take the values from the sensors and the raspberry pi compares the values with the
threshold value and reports the changes to the server and also the user.
The server can view the current status of the car by viewing the webpage and the variation in the values will inform the user
by sending SMS to their mobile phones. The service dates are also sending as SMS to the user's mobile phone. There is a special
feature called emergency request used for inform the service centre about the problem of the car like breakdown or accident, the
Service centre workers can detect the current location of the vehicle and they will be able to provide the required services to the
particular user. The proposed system ensures the safety of the vehicle as well as the people inside the vehicle. Thus an accident
free journey is ensured, if you have the system installed in your vehicle
Smart Monitoring of Automobiles using IoT
(J4R/ Volume 01 / Issue 01 / 016)
All rights reserved by www.journalforresearch.org 89
Fig. 1: Block diagram
III. SYSTEM MODULES
- Raspberry pi model B
- Arduino Uno board
- Website
Fig. 2: Proposed System - Hardware units
The Raspberry Pi 2 Model B is the second generation Raspberry Pi. It replaced the original Raspberry Pi 1 Model B+ in
February 2015. The Raspberry Pi 2 Model B has:
- A 900MHz quad-core ARM Cortex-A7 CPU
- 1GB RAM
- Like the (Pi 1) Model B+, it also has:
- 4 USB ports
- 40 GPIO pins
- Full HDMI port
- Ethernet port
- Combined 3.5mm audio jack and composite video
- Camera interface (CSI)
- Display interface (DSI)
- Micro SD card slot
- Video Core IV 3D graphics core
Fig. 3: Raspberry Pi Model B
Smart Monitoring of Automobiles using IoT
(J4R/ Volume 01 / Issue 01 / 016)
All rights reserved by www.journalforresearch.org 90
Because it has an ARMv7 processor, it can run the full range of ARM GNU/Linux distributions, including Snappy Ubuntu
Core, as well as Microsoft Windows 10 (see the blog for more information).
The Raspberry Pi 2 Model B offers more flexibility for learners than the leaner (Pi 1) Model A+, which is more useful for
embedded projects and projects which require very low power.
Arduino, an open-source computer hardware and software company, project and user community that designs and
manufactures microcontroller-based kits for building digital devices and interactive objects that can sense and control objects in
the physical world. An Arduino's microcontroller is also pre-programmed with a boot loader that simplifies uploading of
programs to the on-chip flash memory, compared with other devices that typically need an external programmer. This makes
using an Arduino more straightforward by allowing the use of an ordinary computer as the programmer.
Fig. 4: Arduino Uno Board
The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet). It has 14 digital input/output pins (of which
6 can be used as PWM outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header,
and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB
cable or power it with a AC-to-DC adapter or battery to get started. Currently, optiboot boot loader is the default boot loader
installed on Arduino UNO. It features the Atmega8U2 programmed as a USB-to-serial converter. The Uno is the latest in a
series of USB Arduino boards, and the reference model for the Arduino platform; for a comparison with previous versions.
Table - 1
Arduino Uno Specifications
SPECIFICATION OF ARDUINO UNO
Microcontroller ATmega328P
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limit) 6-20V
Digital I/O Pins 14 (of which 6 provide PWM output)
PWM Digital I/O Pins 6
Analog Input Pins 6
DC Current per I/O Pin 20 mA
DC Current for 3.3V Pin 50 mA
Flash Memory
32 KB (ATmega328P)
of which 0.5 KB used by bootloader
SRAM 2 KB (ATmega328P)
EEPROM 1 KB (ATmega328P)
Clock Speed 16 MHz
Length 68.6 mm
Width 53.4 mm
Weight 25 g
There are various sensors used such as temperature sensor, pressure sensor, proximity sensor. We also monitor the battery
charge of the vehicle and also the engine. Along with all these, the water content in the radiator is also monitored.
IV. SOFTWARE SYSTEM
Raspbian Operating System:A.
Raspbian, a free operating system was based on Debian optimized for the Raspberry Pi hardware. Raspbian provides more than a
pure OS: it comes with over 35,000 packages, pre-compiled software bundled in a nice format for easy installation on your
Smart Monitoring of Automobiles using IoT
(J4R/ Volume 01 / Issue 01 / 016)
All rights reserved by www.journalforresearch.org 91
Raspberry Pi. Raspbian is still under active development with an emphasis on improving the stability and performance of as
many Debian packages as possible.
Features:B.
One of the main advantages of the proposed system is that there is no need of giving continuous attention to our vehicles. The
system takes care of the vehicle in a more efficient way by continuously monitoring the features of the vehicle like tyre pressure
,temperature, battery level, radiator content etc. Various sensors are used to detect the values and conditions of the vehicle
components. This sensor values are then passed to the arduino board which converts the analogue values into digital values. The
raspberry processor can only receive digital values. The sensors which we use in this system are analogue sensors. Therefore
there is a need to convert the analogue sensor values into digital. So we use the arduino microcontroller to receive the signals
from the sensors. The arduino receives the sensor values and then converts this values into digital.
The digital signals are then fed to the raspberry pi processor. The raspberry pi processor acts as a gateway which receives the
digital values from the arduino microcontroller. The values from the raspberry pi processor are passed to the server using a WiFi
adapter. The values from the sensors get uploaded into the database of the website and the values can be observed by the service
center authorities. If the received sensor values are more than the fixed threshold value, necessary action is performed by sending
an alert SMS to the user. The user will come to know about this and he can take necessary actions regarding this .Also if the
vehicle breaks down during travelling, the user can send emergency request to the service station by pressing a button in the
system which is connected to the vehicle. The GPS module attached to the system locates the position of the vehicle by finding
the latitude and longitude and sending the position to the server. In this system different sensors are used for detecting
temperature, dust, pressure, battery level and obstacle. The service station gets the latitude and longitude of the vehicle and sends
appropriate services to correct the problem. Also the website can view the details of all the registered users and also the sensor
values can be read directly from the web page. By this, the service center manager can keep track of the present condition of the
vehicle and take appropriate actions.
The service center manager keeps a calendar regarding the service dates of the vehicle. If the service date is getting near the
user gets notifications regarding the service date. The vehicle owner gets the service notification two days before the service
date. So in this way the user can service his vehicle at the correct time which avoids most of the problems. The main parameters
observed using the sensors include engine temperature, tyre pressure, battery level, oil content and water content in the radiators.
If any of the sensor values shows a value which is above the threshold value the service center can view this and take appropriate
actions. The proximity sensor senses any obstacles within a given distance. The fire and water detecting sensors detects the
presence of the same and these results in automatic unlocking of the seatbelts.
V. BENEFITS AND DRAWBACKS
Using this proposed system, the vehicles are easily maintained. The timely maintenance of the vehicles avoids the cascading of
vehicle parts. This system can be implemented with low cost. Since the alerts are sent as SMS, there is no requirement of smart
phones. The abnormality in the sensor values can help to detect the root cause of the problem. The service calendar reminds the
user of the service.
If there occurs any defect in the sensor, the it is difficult to locate it. So, in order to overcome the same, we can implement a
number of sensors and considering the average value of the sensors can be taken into account. Since the raspberry pi only takes
the digital values, an Arduino board is used to receive the analogue sensor values.
VI. RESULTS AND DISCUSSION
The service centre employee can view the current status of vehicle through the website in table format and he can do the
servicing in a better way, and he can see if there is any emergency request from his home page itself.
Fig. 5: Website - Vehicle Registration
Smart Monitoring of Automobiles using IoT
(J4R/ Volume 01 / Issue 01 / 016)
All rights reserved by www.journalforresearch.org 92
Through this facility he can provide good service for the required customers.
Fig. 6: SMS received by the user
VII.CONCLUSION
We have a Raspberry Pi, Arduino Uno board , WiFi adapter and a web page. The sensors attached in the cars are connected to
the arduino board and it take the values from the sensors. This sensor values are compared with the threshold values in the
arduino board. These values are then fed to the raspberry pi processor. The changes are uploaded into the server. The user gets
necessary alerts regarding the increase in the values of the sensors. The server can view the current status of the car by viewing
the webpage and the variation in the values will be informed to the user by sending SMS to their mobile phones. There is no
necessity that the user should own a smartphone. As the proposed system uses SMS service for sending alerts to the customers, it
does not matter whether the user owns a smart phone. The service dates are also sent as SMS to the user's mobile phone. The
emergency request is used for informing the service centre about the problem of the car like breakdown or accident, The Service
centre workers can detect the current location of the vehicle and they will be able to provide the required services to the
particular user. The proximity sensor can avoid accidents to some extents. Also, automatic unlocking of seat belts when there
detects fire or water also adds to the safety measure. Dust sensor inside the car monitors the dust content and gives alerts to the
user as SMS. In other words, the vehicles are given the required care and attention which the owner can give. The vehicle gets
continuously monitored so all the problems can be avoided.
REFERENCES
[1] Peter W. Tse, Y. L. Tse The Smart Engineering Asset Management Laboratory (SEAM), City University of Hong Kong, Hong Kong, China “On-road
Mobile Phone Based Automobile Safety System with Emphasis on Engine Health Evaluation and Expert Advice” (2012).
[2] Aburva Poongundran, PG Scholar, Embedded System Technologies, Velammal Institute of Technology, Panchetti, Chennai, India. Jeevabharathi. Asst.
Professor, Department of ECE, Velammal Institute of Technology, Panchetti, Chennai, India. “Vehicular Monitoring and Tracking Using RASPBERRY
PI”.
[3] Doo-Hee Jung, Gu-Min Jeongy, and Hyun-Sik Ahnz, Department of Electrical and Electronics Engineering, Korea Polytechnic University, Korea. “Remote
Vehicle Diagnostic System Using Mobile Handsets”.
[4] Prof. Shilpa Chavan Saket Adhav, Rushikesh Gujar, Mayur Jadhav, Tushar Limbore (Padmabhooshan Vasantdada Patil Institute of Technology, Pune).
“Automobile Service Centre Management System”.
[5] Xia Kun; Xu Xinyue; Wang Nan, "Design of vehicle control system based on bluetooth low energy smartphone platform," in Electrical Machines and
Systems (ICEMS), 2013 International Conference on , vol., no., pp.1498-1501, 26-29 Oct. 2013

More Related Content

What's hot

ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
Jayan Kant Duggal
 
Wireless Bomb Disposal Robot
Wireless Bomb Disposal RobotWireless Bomb Disposal Robot
Wireless Bomb Disposal Robot
Abhishek Gupta
 
Traffic Monitoring and Control System Using IoT
Traffic Monitoring and Control System Using IoTTraffic Monitoring and Control System Using IoT
Traffic Monitoring and Control System Using IoT
ijtsrd
 
An IOT based solution for Road Accidents
An IOT based solution for Road AccidentsAn IOT based solution for Road Accidents
An IOT based solution for Road Accidents
ijtsrd
 
Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMS
Jithin Prasad
 

What's hot (20)

ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
ROBOTIC ARM WITH VOICE CONTROLLED AND IMAGE PROCESSING (1)
 
Autonomous vacuum cleaning robot
Autonomous vacuum cleaning robotAutonomous vacuum cleaning robot
Autonomous vacuum cleaning robot
 
Electronics seminar topics
Electronics seminar topicsElectronics seminar topics
Electronics seminar topics
 
Integrating Wireless Sensor Network into Cloud Services for Real-time Data Co...
Integrating Wireless Sensor Network into Cloud Services for Real-time Data Co...Integrating Wireless Sensor Network into Cloud Services for Real-time Data Co...
Integrating Wireless Sensor Network into Cloud Services for Real-time Data Co...
 
IOT VIRTUAL DOCTOR ROBOT .pptx
IOT VIRTUAL DOCTOR ROBOT .pptxIOT VIRTUAL DOCTOR ROBOT .pptx
IOT VIRTUAL DOCTOR ROBOT .pptx
 
Zenoss seminar
Zenoss seminarZenoss seminar
Zenoss seminar
 
Ppt on six month training on embedded system & IOT
Ppt on six month training on embedded system & IOTPpt on six month training on embedded system & IOT
Ppt on six month training on embedded system & IOT
 
Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)Alcohol detection system with gsm and gps (fiem , ece)
Alcohol detection system with gsm and gps (fiem , ece)
 
Wireless Bomb Disposal Robot
Wireless Bomb Disposal RobotWireless Bomb Disposal Robot
Wireless Bomb Disposal Robot
 
Fire Detector And Extinguisher Robot- Project Report
Fire Detector And Extinguisher Robot- Project ReportFire Detector And Extinguisher Robot- Project Report
Fire Detector And Extinguisher Robot- Project Report
 
Traffic Monitoring and Control System Using IoT
Traffic Monitoring and Control System Using IoTTraffic Monitoring and Control System Using IoT
Traffic Monitoring and Control System Using IoT
 
An IOT based solution for Road Accidents
An IOT based solution for Road AccidentsAn IOT based solution for Road Accidents
An IOT based solution for Road Accidents
 
Fire Fighting Robot by saurabh
Fire Fighting Robot by saurabhFire Fighting Robot by saurabh
Fire Fighting Robot by saurabh
 
Sky x technology
Sky x technologySky x technology
Sky x technology
 
women safety
women safetywomen safety
women safety
 
Automatic solider tracking & health monitoring system
Automatic solider tracking & health monitoring system Automatic solider tracking & health monitoring system
Automatic solider tracking & health monitoring system
 
Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMS
 
Servo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project ReportServo Based 5 Axis Robotic Arm Project Report
Servo Based 5 Axis Robotic Arm Project Report
 
Automatic engine locking system for drunken driver
Automatic engine locking system for drunken driverAutomatic engine locking system for drunken driver
Automatic engine locking system for drunken driver
 
Smart Note Taker
Smart Note TakerSmart Note Taker
Smart Note Taker
 

Viewers also liked

Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...
mahesh_rman
 
Intelligent transportation system its
Intelligent transportation system itsIntelligent transportation system its
Intelligent transportation system its
Harish Naik
 

Viewers also liked (20)

Intelligent transportation system
Intelligent transportation systemIntelligent transportation system
Intelligent transportation system
 
E call ppt
E call pptE call ppt
E call ppt
 
Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...
 
Intelligent Transportation System
Intelligent Transportation SystemIntelligent Transportation System
Intelligent Transportation System
 
Seminar report- Electronic Toll Collection System
Seminar report- Electronic Toll Collection SystemSeminar report- Electronic Toll Collection System
Seminar report- Electronic Toll Collection System
 
SMART Vehicle Secure PPT
SMART Vehicle Secure PPTSMART Vehicle Secure PPT
SMART Vehicle Secure PPT
 
Intelligent transportation system its
Intelligent transportation system itsIntelligent transportation system its
Intelligent transportation system its
 
e-call ppt
e-call ppte-call ppt
e-call ppt
 
Safety check IoT Automobile
Safety check IoT AutomobileSafety check IoT Automobile
Safety check IoT Automobile
 
IoT applications for connected vehicle and ITS
IoT applications for connected vehicle and ITSIoT applications for connected vehicle and ITS
IoT applications for connected vehicle and ITS
 
Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7
 
Smart Traffic Congestion Control System
Smart Traffic Congestion Control SystemSmart Traffic Congestion Control System
Smart Traffic Congestion Control System
 
Ecall :
Ecall : Ecall :
Ecall :
 
Intelligent Transport Systems India
Intelligent Transport Systems IndiaIntelligent Transport Systems India
Intelligent Transport Systems India
 
Introduction smart cars
Introduction smart carsIntroduction smart cars
Introduction smart cars
 
Electronic Toll Collection System
Electronic Toll Collection SystemElectronic Toll Collection System
Electronic Toll Collection System
 
intelligent transport systems
intelligent transport systemsintelligent transport systems
intelligent transport systems
 
Toll plaza ppt
Toll plaza pptToll plaza ppt
Toll plaza ppt
 
Connected Cars
Connected CarsConnected Cars
Connected Cars
 
Smart Cars
Smart Cars Smart Cars
Smart Cars
 

Similar to SMART MONITORING OF AUTOMOBILE USING IOT

Similar to SMART MONITORING OF AUTOMOBILE USING IOT (20)

IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry PiIRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
IRJET - Implementation of SDC: Self-Driving Car based on Raspberry Pi
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
 
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEMVEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
VEHICLE TO VEHICLE COMMUNICATION FOR ACCIDENT-AVOIDANCE SYSTEM
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
 
IRJET- Vehicle Accident Prevention System
IRJET-  	  Vehicle Accident Prevention SystemIRJET-  	  Vehicle Accident Prevention System
IRJET- Vehicle Accident Prevention System
 
Smart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A ReviewSmart anti-theft system for the security of vehicles- A Review
Smart anti-theft system for the security of vehicles- A Review
 
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...IRJET -  	  Intelligent System for Vehicle Controlling with Alcohol Detection...
IRJET - Intelligent System for Vehicle Controlling with Alcohol Detection...
 
IRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoTIRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoT
 
IRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX SystemIRJET- IoT based Smart BLACK BOX System
IRJET- IoT based Smart BLACK BOX System
 
IRJET- IoT Based E-Challan Automation for RTO using RFID
IRJET-  	  IoT Based E-Challan Automation for RTO using RFIDIRJET-  	  IoT Based E-Challan Automation for RTO using RFID
IRJET- IoT Based E-Challan Automation for RTO using RFID
 
IRJET-V8I686.pdf
IRJET-V8I686.pdfIRJET-V8I686.pdf
IRJET-V8I686.pdf
 
IRJET- Smart Trolley for Billing System
IRJET-   	  Smart Trolley for Billing SystemIRJET-   	  Smart Trolley for Billing System
IRJET- Smart Trolley for Billing System
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
Embedded system-based intelligent wheelchairs for disabled people
Embedded system-based intelligent wheelchairs for disabled peopleEmbedded system-based intelligent wheelchairs for disabled people
Embedded system-based intelligent wheelchairs for disabled people
 
IRJET- Do not Park
IRJET- Do not ParkIRJET- Do not Park
IRJET- Do not Park
 
IRJET - Ultra Modern Car Used For Human Life Protection
IRJET - Ultra Modern Car Used For Human Life ProtectionIRJET - Ultra Modern Car Used For Human Life Protection
IRJET - Ultra Modern Car Used For Human Life Protection
 
IRJET- Intelligent Car Parking System
IRJET-  	  Intelligent Car Parking SystemIRJET-  	  Intelligent Car Parking System
IRJET- Intelligent Car Parking System
 
Bluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot ArmBluetooth Controlled Garbage Collection Robot Arm
Bluetooth Controlled Garbage Collection Robot Arm
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 

More from Journal For Research

A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
Journal For Research
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
Journal For Research
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
Journal For Research
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
Journal For Research
 

More from Journal For Research (20)

Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
Design and Analysis of Hydraulic Actuator in a Typical Aerospace vehicle | J4...
 
Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...Experimental Verification and Validation of Stress Distribution of Composite ...
Experimental Verification and Validation of Stress Distribution of Composite ...
 
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
Image Binarization for the uses of Preprocessing to Detect Brain Abnormality ...
 
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
A Research Paper on BFO and PSO Based Movie Recommendation System | J4RV4I1016
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
 
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
A REVIEW PAPER ON BFO AND PSO BASED MOVIE RECOMMENDATION SYSTEM | J4RV4I1015
 
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
HCI BASED APPLICATION FOR PLAYING COMPUTER GAMES | J4RV4I1014
 
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
A REVIEW ON DESIGN OF PUBLIC TRANSPORTATION SYSTEM IN CHANDRAPUR CITY | J4RV4...
 
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
A REVIEW ON LIFTING AND ASSEMBLY OF ROTARY KILN TYRE WITH SHELL BY FLEXIBLE G...
 
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
LABORATORY STUDY OF STRONG, MODERATE AND WEAK SANDSTONES | J4RV4I1012
 
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
DESIGN ANALYSIS AND FABRICATION OF MANUAL RICE TRANSPLANTING MACHINE | J4RV4I...
 
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
AN OVERVIEW: DAKNET TECHNOLOGY - BROADBAND AD-HOC CONNECTIVITY | J4RV4I1009
 
LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010LINE FOLLOWER ROBOT | J4RV4I1010
LINE FOLLOWER ROBOT | J4RV4I1010
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
 
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
AN INTEGRATED APPROACH TO REDUCE INTRA CITY TRAFFIC AT COIMBATORE | J4RV4I1002
 
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
A REVIEW STUDY ON GAS-SOLID CYCLONE SEPARATOR USING LAPPLE MODEL | J4RV4I1001
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
 
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
USE OF GALVANIZED STEELS FOR AUTOMOTIVE BODY- CAR SURVEY RESULTS AT COASTAL A...
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
 
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
SURVEY ON A MODERN MEDICARE SYSTEM USING INTERNET OF THINGS | J4RV3I12024
 

Recently uploaded

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Recently uploaded (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

SMART MONITORING OF AUTOMOBILE USING IOT

  • 1. Journal for Research| Volume 01| Issue 01 | March 2016 ISSN: 2395-7549 All rights reserved by www.journalforresearch.org 88 Smart Monitoring of Automobiles using IoT Nikhila Thomas Minu Joseph Student Student Amal Jyothi College of Engineering, MG University, Amal Jyothi College of Engineering, MG University, Kottayam Kottayam Silpa Jayapal Shiju George Student Assistant Professor Amal Jyothi College of Engineering, MG University, Amal Jyothi College of Engineering, MG University, Kottayam Kottayam Abstract This paper proposes smart monitoring of automobiles using IoT, which has the same functionality of conventional scanner- automobile diagnostic device. It consists of a Raspberry pi, Arduino Uno board, Web page for the service centre and also various sensors. The sensors attached in the car are connected with the Arduino board and the output is given to the raspberry pi and the Ethernet field uploads these readings to the server. If any variation in the readings, the server will send SMS to the users mobile to inform about the particular condition. And also it is possible to check the current status of the vehicle and there is special facility called emergency request that is requested by the user to inform about the accident or sudden breakdown to the service centre. It also has an obstacle sensor to sense any obstacles within a particular distance. Dust sensor fixed inside the car monitors the dust content, which can cause health problems to passengers. If there occurs any such scenarios, an SMS will be sent to the user. The vehicle will not get started if the seat belt is not worn by the driver. Detection of fire or water can result to automatic unlocking of the seat belts. Keywords: IoT (Internet of things) _______________________________________________________________________________________________________ I. INTRODUCTION There are over 1,300,000 traffic accidents happening in the world every year. Casualties are mainly caused from malfunctioning of automobile’s components and human negligence. This figure keeps rising and estimated to be increased exponentially in the future. There is an urgent need from the automotive and logistic industry to have a low-cost but accurate fault diagnostic system for running automobiles in order to minimize the rate of accident occurring on roads as well as minimizing economic losses. Conventionally, the inspection of the health status of engines and their internal combustion processes are time consuming and expensive[1]. It is because such inspection must be carried out by experienced mechanics and expensive equipment. In majority cases, the mechanics will only recommend the automobile owners to renew the components long before their life time in order to prevent accidents. However, this approach is definitely not economic. Lots of the components are thrown away even they only have consumed half of their expected life time. Moreover, improper combustion process leads to waste of expensive fuel and exhaustion of polluting gas. Hence, a low-cost but more comprehensive real-time engine diagnostic system is needed for automobiles running on road[3] .And also if any urgent situation is occurred, it is very important to inform the service centre about this. In this system there is a special feature called emergency request, which will inform the service centre about the situation and they will detect the current vehicle position using GSM and will be able to provide their service. Internet tends to be the backbone of all the technologies. The smart monitoring of automobiles using IoT is a progressive step in the field of service centers. The proposed system can be used by any automobile user. II. SYSTEM OVERVIEW In the proposed system we have a Raspberry Pi, Arduino Uno board, Ethernet shield, and a web page. The sensors attached in the cars connected to the arduino board and take the values from the sensors and the raspberry pi compares the values with the threshold value and reports the changes to the server and also the user. The server can view the current status of the car by viewing the webpage and the variation in the values will inform the user by sending SMS to their mobile phones. The service dates are also sending as SMS to the user's mobile phone. There is a special feature called emergency request used for inform the service centre about the problem of the car like breakdown or accident, the Service centre workers can detect the current location of the vehicle and they will be able to provide the required services to the particular user. The proposed system ensures the safety of the vehicle as well as the people inside the vehicle. Thus an accident free journey is ensured, if you have the system installed in your vehicle
  • 2. Smart Monitoring of Automobiles using IoT (J4R/ Volume 01 / Issue 01 / 016) All rights reserved by www.journalforresearch.org 89 Fig. 1: Block diagram III. SYSTEM MODULES - Raspberry pi model B - Arduino Uno board - Website Fig. 2: Proposed System - Hardware units The Raspberry Pi 2 Model B is the second generation Raspberry Pi. It replaced the original Raspberry Pi 1 Model B+ in February 2015. The Raspberry Pi 2 Model B has: - A 900MHz quad-core ARM Cortex-A7 CPU - 1GB RAM - Like the (Pi 1) Model B+, it also has: - 4 USB ports - 40 GPIO pins - Full HDMI port - Ethernet port - Combined 3.5mm audio jack and composite video - Camera interface (CSI) - Display interface (DSI) - Micro SD card slot - Video Core IV 3D graphics core Fig. 3: Raspberry Pi Model B
  • 3. Smart Monitoring of Automobiles using IoT (J4R/ Volume 01 / Issue 01 / 016) All rights reserved by www.journalforresearch.org 90 Because it has an ARMv7 processor, it can run the full range of ARM GNU/Linux distributions, including Snappy Ubuntu Core, as well as Microsoft Windows 10 (see the blog for more information). The Raspberry Pi 2 Model B offers more flexibility for learners than the leaner (Pi 1) Model A+, which is more useful for embedded projects and projects which require very low power. Arduino, an open-source computer hardware and software company, project and user community that designs and manufactures microcontroller-based kits for building digital devices and interactive objects that can sense and control objects in the physical world. An Arduino's microcontroller is also pre-programmed with a boot loader that simplifies uploading of programs to the on-chip flash memory, compared with other devices that typically need an external programmer. This makes using an Arduino more straightforward by allowing the use of an ordinary computer as the programmer. Fig. 4: Arduino Uno Board The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. Currently, optiboot boot loader is the default boot loader installed on Arduino UNO. It features the Atmega8U2 programmed as a USB-to-serial converter. The Uno is the latest in a series of USB Arduino boards, and the reference model for the Arduino platform; for a comparison with previous versions. Table - 1 Arduino Uno Specifications SPECIFICATION OF ARDUINO UNO Microcontroller ATmega328P Operating Voltage 5V Input Voltage (recommended) 7-12V Input Voltage (limit) 6-20V Digital I/O Pins 14 (of which 6 provide PWM output) PWM Digital I/O Pins 6 Analog Input Pins 6 DC Current per I/O Pin 20 mA DC Current for 3.3V Pin 50 mA Flash Memory 32 KB (ATmega328P) of which 0.5 KB used by bootloader SRAM 2 KB (ATmega328P) EEPROM 1 KB (ATmega328P) Clock Speed 16 MHz Length 68.6 mm Width 53.4 mm Weight 25 g There are various sensors used such as temperature sensor, pressure sensor, proximity sensor. We also monitor the battery charge of the vehicle and also the engine. Along with all these, the water content in the radiator is also monitored. IV. SOFTWARE SYSTEM Raspbian Operating System:A. Raspbian, a free operating system was based on Debian optimized for the Raspberry Pi hardware. Raspbian provides more than a pure OS: it comes with over 35,000 packages, pre-compiled software bundled in a nice format for easy installation on your
  • 4. Smart Monitoring of Automobiles using IoT (J4R/ Volume 01 / Issue 01 / 016) All rights reserved by www.journalforresearch.org 91 Raspberry Pi. Raspbian is still under active development with an emphasis on improving the stability and performance of as many Debian packages as possible. Features:B. One of the main advantages of the proposed system is that there is no need of giving continuous attention to our vehicles. The system takes care of the vehicle in a more efficient way by continuously monitoring the features of the vehicle like tyre pressure ,temperature, battery level, radiator content etc. Various sensors are used to detect the values and conditions of the vehicle components. This sensor values are then passed to the arduino board which converts the analogue values into digital values. The raspberry processor can only receive digital values. The sensors which we use in this system are analogue sensors. Therefore there is a need to convert the analogue sensor values into digital. So we use the arduino microcontroller to receive the signals from the sensors. The arduino receives the sensor values and then converts this values into digital. The digital signals are then fed to the raspberry pi processor. The raspberry pi processor acts as a gateway which receives the digital values from the arduino microcontroller. The values from the raspberry pi processor are passed to the server using a WiFi adapter. The values from the sensors get uploaded into the database of the website and the values can be observed by the service center authorities. If the received sensor values are more than the fixed threshold value, necessary action is performed by sending an alert SMS to the user. The user will come to know about this and he can take necessary actions regarding this .Also if the vehicle breaks down during travelling, the user can send emergency request to the service station by pressing a button in the system which is connected to the vehicle. The GPS module attached to the system locates the position of the vehicle by finding the latitude and longitude and sending the position to the server. In this system different sensors are used for detecting temperature, dust, pressure, battery level and obstacle. The service station gets the latitude and longitude of the vehicle and sends appropriate services to correct the problem. Also the website can view the details of all the registered users and also the sensor values can be read directly from the web page. By this, the service center manager can keep track of the present condition of the vehicle and take appropriate actions. The service center manager keeps a calendar regarding the service dates of the vehicle. If the service date is getting near the user gets notifications regarding the service date. The vehicle owner gets the service notification two days before the service date. So in this way the user can service his vehicle at the correct time which avoids most of the problems. The main parameters observed using the sensors include engine temperature, tyre pressure, battery level, oil content and water content in the radiators. If any of the sensor values shows a value which is above the threshold value the service center can view this and take appropriate actions. The proximity sensor senses any obstacles within a given distance. The fire and water detecting sensors detects the presence of the same and these results in automatic unlocking of the seatbelts. V. BENEFITS AND DRAWBACKS Using this proposed system, the vehicles are easily maintained. The timely maintenance of the vehicles avoids the cascading of vehicle parts. This system can be implemented with low cost. Since the alerts are sent as SMS, there is no requirement of smart phones. The abnormality in the sensor values can help to detect the root cause of the problem. The service calendar reminds the user of the service. If there occurs any defect in the sensor, the it is difficult to locate it. So, in order to overcome the same, we can implement a number of sensors and considering the average value of the sensors can be taken into account. Since the raspberry pi only takes the digital values, an Arduino board is used to receive the analogue sensor values. VI. RESULTS AND DISCUSSION The service centre employee can view the current status of vehicle through the website in table format and he can do the servicing in a better way, and he can see if there is any emergency request from his home page itself. Fig. 5: Website - Vehicle Registration
  • 5. Smart Monitoring of Automobiles using IoT (J4R/ Volume 01 / Issue 01 / 016) All rights reserved by www.journalforresearch.org 92 Through this facility he can provide good service for the required customers. Fig. 6: SMS received by the user VII.CONCLUSION We have a Raspberry Pi, Arduino Uno board , WiFi adapter and a web page. The sensors attached in the cars are connected to the arduino board and it take the values from the sensors. This sensor values are compared with the threshold values in the arduino board. These values are then fed to the raspberry pi processor. The changes are uploaded into the server. The user gets necessary alerts regarding the increase in the values of the sensors. The server can view the current status of the car by viewing the webpage and the variation in the values will be informed to the user by sending SMS to their mobile phones. There is no necessity that the user should own a smartphone. As the proposed system uses SMS service for sending alerts to the customers, it does not matter whether the user owns a smart phone. The service dates are also sent as SMS to the user's mobile phone. The emergency request is used for informing the service centre about the problem of the car like breakdown or accident, The Service centre workers can detect the current location of the vehicle and they will be able to provide the required services to the particular user. The proximity sensor can avoid accidents to some extents. Also, automatic unlocking of seat belts when there detects fire or water also adds to the safety measure. Dust sensor inside the car monitors the dust content and gives alerts to the user as SMS. In other words, the vehicles are given the required care and attention which the owner can give. The vehicle gets continuously monitored so all the problems can be avoided. REFERENCES [1] Peter W. Tse, Y. L. Tse The Smart Engineering Asset Management Laboratory (SEAM), City University of Hong Kong, Hong Kong, China “On-road Mobile Phone Based Automobile Safety System with Emphasis on Engine Health Evaluation and Expert Advice” (2012). [2] Aburva Poongundran, PG Scholar, Embedded System Technologies, Velammal Institute of Technology, Panchetti, Chennai, India. Jeevabharathi. Asst. Professor, Department of ECE, Velammal Institute of Technology, Panchetti, Chennai, India. “Vehicular Monitoring and Tracking Using RASPBERRY PI”. [3] Doo-Hee Jung, Gu-Min Jeongy, and Hyun-Sik Ahnz, Department of Electrical and Electronics Engineering, Korea Polytechnic University, Korea. “Remote Vehicle Diagnostic System Using Mobile Handsets”. [4] Prof. Shilpa Chavan Saket Adhav, Rushikesh Gujar, Mayur Jadhav, Tushar Limbore (Padmabhooshan Vasantdada Patil Institute of Technology, Pune). “Automobile Service Centre Management System”. [5] Xia Kun; Xu Xinyue; Wang Nan, "Design of vehicle control system based on bluetooth low energy smartphone platform," in Electrical Machines and Systems (ICEMS), 2013 International Conference on , vol., no., pp.1498-1501, 26-29 Oct. 2013