SlideShare a Scribd company logo
1 of 10
Download to read offline
Journal for Research | Volume 03| Issue 02 | April 2017
ISSN: 2395-7549
All rights reserved by www.journal4research.org 33
Automating Vehicle Fine Collection System using
NFC and GPS
Kunal C Naik Rahul B Patel
UG Student UG Student
Department of Information Technology Department of Information Technology
K.J Somaiya Institute of Engineering & Information
Technology, Sion (East), Mumbai:-400022
K.J Somaiya Institute of Engineering & Information
Technology, Sion (East), Mumbai:-400022
Vatsal N Patel Prof. Uday U Rote
UG Student Assistant Professor
Department of Information Technology Department of Information Technology
K.J Somaiya Institute of Engineering & Information
Technology, Sion (East), Mumbai:-400022
K.J Somaiya Institute of Engineering & Information
Technology, Sion (East), Mumbai:-400022
Abstract
RTO Automation System is basically a digital system to overcome the manual task. It is the system which handles the work
based on NFC (Near Field Communication). Many modern smart phones and tablets have an integrated scanner that can read
NFC chips. All one needs to do for driver's licence checks is attach a single low-cost NFC chip to the driver's license. The NFC
chip stores a unique combination of numbers. This ID will be read by the smartphone and the NFC to web application with the
underlying NFC technology and uniquely associated with the driver's master data in the web application. We are going to
develop a mobile application, database and NFC technology that enables the exchange of data between different devices over
distances. . The proposed system will also consist of a GPS tracking system in which the traffic police can enter the number
place and track town a criminal. The GPS chip will be installed in the cars which will be sending data to the server and this data
will be sent to the police tracking him. This system will be accurate and keep the records of all the criminal activity of and
individual. In our project, we used the smartphones equipped with NFC can be paired with NFC Tags or stickers which can be
programmed by NFC apps to automate this task. Communication of NFC, could replace the use of payment or service specific
smart cards.
Keywords: Android, Electronic Mail, Global Positioning System, Location Tracking, Near Field Communication
_______________________________________________________________________________________________________
I. INTRODUCTION
The need for manual fine collection system is completely cut down in this method and this system works with the help of NFC.
A complete NFC system consists of a transponder (tag), reader/writer and computer host[1]. The transponder, better known as
the tag. The microchip(tag) contains memory to store a unique data and to receive and send data back to the reader. These tags
are powered by the electromagnetic signal received from a reader. Development in technology bring digital world to be border-
less. It's proven through a developed technology, when trade and transaction can be done not only using real money but also
virtual one.[4]NFC(Near Field Communication) technology provides both way interaction between two electronic devices and
make it secure and digital. Tapping two device against each other. The e-mail service will be used which is helpful to send e-mail
to a targeted user. We will be using this service in order to send a message to the user who has committed any crime to address
him about the amount and the place where he needs to make the payment. This particular device works using radio frequency. It
communicate at speed of 106kbit/s.
The NFC tag is used as a unique identity for account of a particular user. When a vehicle driver caught by a traffic police, its
driver is demanded to scan his NFC tag (license). If the identity (serial number of the tag) is matched with the one already stored
in the system, the historical records of that driver get fetched on a mobile phone. If the ID is matched by the microcontroller, the
user is sent a mail to his e-mail id about the amount of fine to be paid and user gets to drive through the area. Traffic police can
also place a new complaint about that driver. After this, the vehicle gets immediate access to drive through. This NFC based
system also have an additional feature. There can be incidents when a user tries to run away and avoid the fine so to overcome
this problem we have used GPS technology. In this system whenever a user tries to run away the police needs to note down the
number of number plate and select an option of GPS tracking and enter the number. Then the GPS tracks down the user and
helps police reach the place where he currently is traveling to and catch the offender and take appropriate actions. With the help
of this system the chances of an user breaking the rule and being not punished is curtailed
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 34
II. PROPOSED SYSTEM
Proposed system is divided into three main modules. The first module is admin and second one is user and third one is traffic
police. The sequence flow of proposed system is shown in following Fig 1.1
Database:
Database use for storing driving license details, complaint register against the driver if any, police officer details.
Police Android App (Traffic Official’s):
It is app used for registering the complaint against the driver or for viewing the details of driver in case of problem or violence of
the rules. With the help of this app traffic police can also track the violators. The police can also lodge a complaint using the app.
Driver NFC License (Card Holder’s):
It is driving License issued by RTO officials to driver or person who wants the License. License will be NFC embedded.
RTO (WEB APPLICATION) (ADMIN):
RTO (Admin) is the authorized person which gives the license to other person. Admin is an important person which do’s the
validation of document. The admin can add new users and new traffic police and can also manage the users and traffic police
data.
GPS:
The Global Positioning System (GPS) is the latest advanced technology used to track the current information regarding location
of any system[2].
GPS satellites transmit at least 2 low-power radio signals. The signals travel by line of sight, meaning they will pass through
clouds, glass and plastic but will not go through most solid objects, such as buildings and mountains. However, modern receivers
are more sensitive and can usually track through houses.
A GPS signal contains 3 different types of information:
Pseudorandom code
is an I.D. code that identifies which satellite is transmitting information. You can see which satellites you are getting signals
from on your device's satellite page.
Ephemeris data
is needed to determine a satellite's position and gives important information about the health of a satellite, current date and
time.
Almanac data
tells the GPS receiver where each GPS satellite should be at any time throughout the day and shows the orbital information for
that satellite and every other satellite in the system.[9] Technological development in an exponential manner have paved a way to
access hardware directly by customized application interface such as GPS, web service, programming cameras were
elucidated[4]
The GPS system will be installed in the car of the drivers and will send the position of car to the server at regular interval.
When a person breaks rule and tries to run away the police can track it using GPS.
NFC:
Near Field Communication is a short distance wireless technology, which comes embedded in some smartphones that allows the
user to exchange information with a smart card or other NFC device at 13.56 MHz[3][8]. The usage of NFC can be done through
3 major ways: card emulation, reader mode, peer to peer (P2P) mode. The function of NFC introduced by Google into Android
2.3 (API level 9) device. In Android 2.3, the ability of device is limited in only reading the tag. In Android 2.3 data writing and
trading ability through mode Peer to Peer (P2P) began to be implemented within android devices. The nfc android package
provides access to NFC function, allows application to read NDEF message (NFC Data Exchange Format) which located at NFC
tag[8][10]. A smart card is a card that contains a passive NFC chip that can be read by an active NFC device which is called the
reader[1][7]. The communication range of NFC is typically less than 10 cm. The NFC has three operating modes: peer-to-peer
(P2P), card emulation mode and reader writer mode[3].
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 35
Fig. 1.1: Sequence diagram of the proposed system
Automated Fine Collection System is basically a digital system to overcome the manual task. This kind of system has been
existed in Countries like France, Norway and Spain to reduce the manual work and process the Fine Collection system with ease.
Many modern smart phones and tablets have an integrated scanner that can read NFC chips [1][8]. All one needs to do for
driver's license is, attaching a single low-cost NFC chip to the license. The NFC chip stores a unique combination of numbers.
This ID is read by the smartphone with the underlying NFC technology that uniquely associates with the driver's master data in
the web database. They just need to hold their driver's license up to their smartphones. The phone scans the chip and reads the
unique id from the chip that fetches driver's data [6]. The GPS is a small device that can be easily fitted in a car[2]. GPS device is
designed to send and receive the information about the current position of any object. The GPS sends the data to the servers
about the information of its location this data can be read and stored and the object can be traced[4][9]. With the help of this
technology we can even track down users who are trying to run away. The data connection can be either through a mobile data
connection or via a local wireless network. We have made use of GPS application which the user needs to turn on while he starts
drinving. Which enables us to track down the user when he/she violates the rule n tries to run away We are basically introduced a
new system for RTO using Android app which includes Near Field Communication and global positioning system. The global
positioning system which will be used to track drivers.
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 36
Figure 1.2: Proposed system work flow
III. IMPLEMENTATION
Admin Module:
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 37
Manage Traffic Police :
MANAGE COMPLAINTS:
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 38
MANGE USERS :
USER MODULE:
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 39
USER INTERFACE :
TRAFFIC POLICE MODULE:
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 40
Characteristics of each module:
Module 1: Admin Module
 The admin module is a web form that consists of various functionalities that the admin can perform to manage the traffic
police and the users.
 The admin first needs to login into the website with a valid Id and Password.
 After the access is granted the admin can perform the task of managing the user’s i.e. to add new user details or to edit the
details of already existing users.
 When a new user is added he/she gets the id and randomly generated password by the SMS system.
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 41
 The second functionality is to manage the traffic police i.e. to edit the details of the traffic police or to add new police
officer’s
 The admin can also add new penalties according to the changes in rule or can also edit the current fine if any changes in
amount.
 Admin can also see the feedback given by various users.
Module 2: User Module
 The user module is a web form that consists of various options that is available to user for information retrieval.
 The user can retrieve:-
1) Current rules and regulations
2) Current fine
3) Traffic symbols and sign
4) FAQ
5) Offences made by user.
 The user can provide feedback about the issues he has faced during his trip
Module 3: Traffic police Module
 The traffic police module is an android application where traffic police performs his duty about maintaining the traffic
control and catching the user who violates traffic rules and taking necessary action.
 The police officer first needs to login with the valid id and password.
 After login the traffic police can either swipe the license (NFC card) or click on get car location to track the offender who
runs away.
 If the traffic police swipes the license he gets the details about the user and options to view his/her previous details and
register new penalties against user.
 While adding a new penalty the traffic police select the offence made by user and the location at which it was committed.
 When the traffic police click on get location option the screen appears where he needs to enter the number plate and he gets
the location of the person after which he can catch him.
IV. FUTURE SCOPE
1) With the use of GPS hardware there can be better tracking of users possible as it will be fitted in the car and power will be
supplied by car battery.
2) Car tracking can be further enhanced by the use of camera.
V. CONCLUSION
In this we are using NFC technology which is the new growing technology. The smart phones are now enable with NFC using
this we are develop the system for the RTO officers making the work of RTO digital and automatic .It will reduce the manuals
work and make the easy and fast implementation of the process. In this paper we have put the idea of automating the current
scenario in Fine Collection system which will help us in billing and lodging complaints and bring more transparency and make
work easier. This is an effort to automate the current system in Fine Collection System and hoping for future developments in the
Fine Collection system.
ACKNOWLEDGMENT
Before presenting out our project work entitled “Smart Fine Collection System by Introducing Enhanced Driving License Using
NFC and GPS”, the project team would like to convey our sincere thanks to many people who guided us throughout the course
for this seminar work.
First, team would like to express our sincere thanks to our beloved Principal Dr. Suresh Ukarande for providing various
facilities to carry out this report.
The team would like to express our sincere thanks to Prof. Uday Rote for his guidance, encouragement, cooperation and
suggestions given to us at progressing stages of report.
Finally, team would like to thank our H.O.D. Prof. Uday Rote and all teaching, non-teaching staff of the college and friends
for their moral support rendered during the course of the report work and for their direct and indirect involvement in the
completion of our report work, which made our endeavor fruitful.
REFERENCES
[1] Ashok.V,Priyadarshini.T,Raghavi.N,Rajashree.B and Sanjana.S .A Secure Freight Tracking System in Rails Using GPS Technology in ICONSTEM,2016.
[2] Joao Leal, Rui Couto, Pedro Mauricio Costa, Teresa Galvao. Exploring ticketing approaches using mobile technologies: QR Codes, NFC and BLE in IEEE
18th ICITS, 2015.
[3] Rasool.R, Sabarinathan.K, Suresh.M, Syed Salmon.H. 24 hours GPS Tracking in Android Operating System in IJSRP .vol.4, no.3, march 2014.
Automating Vehicle Fine Collection System using NFC and GPS
(J4R/ Volume 03 / Issue 02 / 007)
All rights reserved by www.journal4research.org 42
[4] Ji Hyoung Ahn, Se Houn Lee and Taw-Jin Lee. Anti-Collision Protocol for Coexistence of RFID and NFC P2P Communications in IEEE Comm. Leter,
vol.20,no.11, Nov 2016.
[5] Yu Lie, Tao Wang, Jian Wu. Vehicles Relative Positioning Based on Zigbee and GPS Technology in ICEIEC, Oct 2016.
[6] Javed Nabi, Abhijit R D, Raghav Lakhoia, Prototyping an NFC Based Personal Health Device in ICACCI, Aug 2015
[7] Finzgar.L, M.Treba. Use of NFC and QR code identification in an electronic tivket system for public transport in 19th Int ConfTCN,2011.
[8] R.Want. Near field communication in IEEE Pervasive Comput.,vol.10,no.3,jul 2011.
[9] Asaad M. J. Al-Hindawi, Ibraheem Talib. Experimentally Evalution of GPS/GSM Based System Design in Journal of Electronic System, vol.2, no.2, June
2012.
[10] D. Sethia, D. Gupta, T. Mittal, U. Arora and H. Saran, NFC based secure mobile healthcare system in COMSNETS, Jan 2014, pp. 1-6.

More Related Content

What's hot

Near field communication
Near field communicationNear field communication
Near field communicationVaibhav Chandak
 
Near FIeld Communication
Near FIeld Communication Near FIeld Communication
Near FIeld Communication Maajidleo
 
Seminar Report on NFC
Seminar Report on NFCSeminar Report on NFC
Seminar Report on NFCTouroxy
 
Transforming the NFC Public Transport Experience from Vision to Reality -- Th...
Transforming the NFC Public Transport Experience from Vision to Reality -- Th...Transforming the NFC Public Transport Experience from Vision to Reality -- Th...
Transforming the NFC Public Transport Experience from Vision to Reality -- Th...NFC Forum
 
NEAR FIELD COMMUNICATION (NFC)
NEAR FIELD COMMUNICATION (NFC) NEAR FIELD COMMUNICATION (NFC)
NEAR FIELD COMMUNICATION (NFC) ADITYA GUPTA
 
Report on NEAR FIELD COMMUNICATION
Report on NEAR FIELD COMMUNICATIONReport on NEAR FIELD COMMUNICATION
Report on NEAR FIELD COMMUNICATIONPrandeep Shekhawat
 
Near field commmunication
Near field commmunicationNear field commmunication
Near field commmunicationashwani27sep
 
Near field communication(NFC)
Near field communication(NFC)Near field communication(NFC)
Near field communication(NFC)divyakalra200
 
Near field communication (nfc) technology
Near field communication (nfc) technologyNear field communication (nfc) technology
Near field communication (nfc) technologyAnkur Sharma
 
Near Field Communication (NFC)
Near Field Communication (NFC)Near Field Communication (NFC)
Near Field Communication (NFC)Seminar Links
 
Ultrabook Development Using Sensors - Intel AppLab Berlin
Ultrabook Development Using Sensors - Intel AppLab BerlinUltrabook Development Using Sensors - Intel AppLab Berlin
Ultrabook Development Using Sensors - Intel AppLab BerlinIntel Developer Zone Community
 
Near field communication
Near field communicationNear field communication
Near field communicationDipen Jain
 
NEAR FIELD COMMUNICATION
NEAR FIELD COMMUNICATIONNEAR FIELD COMMUNICATION
NEAR FIELD COMMUNICATIONHarisankar U K
 

What's hot (20)

Near field communication
Near field communicationNear field communication
Near field communication
 
Near FIeld Communication
Near FIeld Communication Near FIeld Communication
Near FIeld Communication
 
Nfc
NfcNfc
Nfc
 
Project
ProjectProject
Project
 
NFC TECHNOLOGY
NFC TECHNOLOGYNFC TECHNOLOGY
NFC TECHNOLOGY
 
Iot
IotIot
Iot
 
Seminar Report on NFC
Seminar Report on NFCSeminar Report on NFC
Seminar Report on NFC
 
NFC Security Guard Systems
NFC Security Guard SystemsNFC Security Guard Systems
NFC Security Guard Systems
 
Transforming the NFC Public Transport Experience from Vision to Reality -- Th...
Transforming the NFC Public Transport Experience from Vision to Reality -- Th...Transforming the NFC Public Transport Experience from Vision to Reality -- Th...
Transforming the NFC Public Transport Experience from Vision to Reality -- Th...
 
NEAR FIELD COMMUNICATION (NFC)
NEAR FIELD COMMUNICATION (NFC) NEAR FIELD COMMUNICATION (NFC)
NEAR FIELD COMMUNICATION (NFC)
 
Report on NEAR FIELD COMMUNICATION
Report on NEAR FIELD COMMUNICATIONReport on NEAR FIELD COMMUNICATION
Report on NEAR FIELD COMMUNICATION
 
Near field commmunication
Near field commmunicationNear field commmunication
Near field commmunication
 
Near field communication(NFC)
Near field communication(NFC)Near field communication(NFC)
Near field communication(NFC)
 
Near field communication (nfc) technology
Near field communication (nfc) technologyNear field communication (nfc) technology
Near field communication (nfc) technology
 
NFC tech
NFC techNFC tech
NFC tech
 
Nfc
NfcNfc
Nfc
 
Near Field Communication (NFC)
Near Field Communication (NFC)Near Field Communication (NFC)
Near Field Communication (NFC)
 
Ultrabook Development Using Sensors - Intel AppLab Berlin
Ultrabook Development Using Sensors - Intel AppLab BerlinUltrabook Development Using Sensors - Intel AppLab Berlin
Ultrabook Development Using Sensors - Intel AppLab Berlin
 
Near field communication
Near field communicationNear field communication
Near field communication
 
NEAR FIELD COMMUNICATION
NEAR FIELD COMMUNICATIONNEAR FIELD COMMUNICATION
NEAR FIELD COMMUNICATION
 

Similar to AUTOMATING VEHICLE FINE COLLECTION SYSTEM USING NFC AND GPS

IRJET - Enhanced Driving License using NFC
IRJET - Enhanced Driving License using NFCIRJET - Enhanced Driving License using NFC
IRJET - Enhanced Driving License using NFCIRJET Journal
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
IoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficIoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficMphasis
 
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...IRJET Journal
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSrahulmonikasharma
 
THE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMTHE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMijcsit
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking SystemIRJET Journal
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET Journal
 
RTO-VA System: Microcontroller Based Vehicle Alert System Using RFID and GSM ...
RTO-VA System: Microcontroller Based Vehicle Alert System Using RFID and GSM ...RTO-VA System: Microcontroller Based Vehicle Alert System Using RFID and GSM ...
RTO-VA System: Microcontroller Based Vehicle Alert System Using RFID and GSM ...paperpublications3
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET Journal
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using androidEditor Jacotech
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using androidEditor Jacotech
 
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodIJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodISAR Publications
 
IRJET- Traffic Rules Violation System using NFC Card
IRJET-  	  Traffic Rules Violation System using NFC CardIRJET-  	  Traffic Rules Violation System using NFC Card
IRJET- Traffic Rules Violation System using NFC CardIRJET Journal
 

Similar to AUTOMATING VEHICLE FINE COLLECTION SYSTEM USING NFC AND GPS (20)

IRJET - Enhanced Driving License using NFC
IRJET - Enhanced Driving License using NFCIRJET - Enhanced Driving License using NFC
IRJET - Enhanced Driving License using NFC
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
Final report
Final reportFinal report
Final report
 
IoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular TrafficIoT Solution To Regulate Vehicular Traffic
IoT Solution To Regulate Vehicular Traffic
 
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
IRJET- High Security in Automated Fare Collection for TollSystem with NFC usi...
 
Advanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPSAdvanced Vehicle Tracking system using GSM/GPRS and GPS
Advanced Vehicle Tracking system using GSM/GPRS and GPS
 
The Smart Parking Management System
The Smart Parking Management SystemThe Smart Parking Management System
The Smart Parking Management System
 
The Smart Parking Management System - IJCSIT
The Smart Parking Management System  - IJCSITThe Smart Parking Management System  - IJCSIT
The Smart Parking Management System - IJCSIT
 
THE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEMTHE SMART PARKING MANAGEMENT SYSTEM
THE SMART PARKING MANAGEMENT SYSTEM
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking Systems
 
RTO-VA System: Microcontroller Based Vehicle Alert System Using RFID and GSM ...
RTO-VA System: Microcontroller Based Vehicle Alert System Using RFID and GSM ...RTO-VA System: Microcontroller Based Vehicle Alert System Using RFID and GSM ...
RTO-VA System: Microcontroller Based Vehicle Alert System Using RFID and GSM ...
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using android
 
Traffic detection system using android
Traffic detection system using androidTraffic detection system using android
Traffic detection system using android
 
Vehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial VehiclesVehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial Vehicles
 
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodIJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
 
IRJET- Traffic Rules Violation System using NFC Card
IRJET-  	  Traffic Rules Violation System using NFC CardIRJET-  	  Traffic Rules Violation System using NFC Card
IRJET- Traffic Rules Violation System using NFC Card
 
Smart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle TheftSmart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle Theft
 
40120130405022
4012013040502240120130405022
40120130405022
 

More from Journal For Research

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...Journal For Research
 
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 ...Journal For Research
 
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 ...Journal For Research
 
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 | J4RV4I1016Journal For Research
 
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...Journal For Research
 
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 | J4RV4I1015Journal For Research
 
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 | J4RV4I1014Journal 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
 
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...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 | J4RV4I1012Journal 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
 
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 | J4RV4I1009Journal For Research
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008Journal For Research
 
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 | J4RV4I1002Journal For Research
 
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 | J4RV4I1001Journal For Research
 
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021
IMAGE SEGMENTATION USING FCM ALGORITM | J4RV3I12021Journal For Research
 
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...Journal For Research
 
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023
UNMANNED AERIAL VEHICLE FOR REMITTANCE | J4RV3I12023Journal 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 | J4RV3I12024Journal 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

Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Celine George
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningMarc Dusseiller Dusjagr
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of PlayPooky Knightsmith
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesSHIVANANDaRV
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17Celine George
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxCeline George
 
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfNirmal Dwivedi
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 

Recently uploaded (20)

Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
dusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learningdusjagr & nano talk on open tools for agriculture research and learning
dusjagr & nano talk on open tools for agriculture research and learning
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Play hard learn harder: The Serious Business of Play
Play hard learn harder:  The Serious Business of PlayPlay hard learn harder:  The Serious Business of Play
Play hard learn harder: The Serious Business of Play
 
Economic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food AdditivesEconomic Importance Of Fungi In Food Additives
Economic Importance Of Fungi In Food Additives
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Our Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdfOur Environment Class 10 Science Notes pdf
Our Environment Class 10 Science Notes pdf
 
What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdfUGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
UGC NET Paper 1 Unit 7 DATA INTERPRETATION.pdf
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 

AUTOMATING VEHICLE FINE COLLECTION SYSTEM USING NFC AND GPS

  • 1. Journal for Research | Volume 03| Issue 02 | April 2017 ISSN: 2395-7549 All rights reserved by www.journal4research.org 33 Automating Vehicle Fine Collection System using NFC and GPS Kunal C Naik Rahul B Patel UG Student UG Student Department of Information Technology Department of Information Technology K.J Somaiya Institute of Engineering & Information Technology, Sion (East), Mumbai:-400022 K.J Somaiya Institute of Engineering & Information Technology, Sion (East), Mumbai:-400022 Vatsal N Patel Prof. Uday U Rote UG Student Assistant Professor Department of Information Technology Department of Information Technology K.J Somaiya Institute of Engineering & Information Technology, Sion (East), Mumbai:-400022 K.J Somaiya Institute of Engineering & Information Technology, Sion (East), Mumbai:-400022 Abstract RTO Automation System is basically a digital system to overcome the manual task. It is the system which handles the work based on NFC (Near Field Communication). Many modern smart phones and tablets have an integrated scanner that can read NFC chips. All one needs to do for driver's licence checks is attach a single low-cost NFC chip to the driver's license. The NFC chip stores a unique combination of numbers. This ID will be read by the smartphone and the NFC to web application with the underlying NFC technology and uniquely associated with the driver's master data in the web application. We are going to develop a mobile application, database and NFC technology that enables the exchange of data between different devices over distances. . The proposed system will also consist of a GPS tracking system in which the traffic police can enter the number place and track town a criminal. The GPS chip will be installed in the cars which will be sending data to the server and this data will be sent to the police tracking him. This system will be accurate and keep the records of all the criminal activity of and individual. In our project, we used the smartphones equipped with NFC can be paired with NFC Tags or stickers which can be programmed by NFC apps to automate this task. Communication of NFC, could replace the use of payment or service specific smart cards. Keywords: Android, Electronic Mail, Global Positioning System, Location Tracking, Near Field Communication _______________________________________________________________________________________________________ I. INTRODUCTION The need for manual fine collection system is completely cut down in this method and this system works with the help of NFC. A complete NFC system consists of a transponder (tag), reader/writer and computer host[1]. The transponder, better known as the tag. The microchip(tag) contains memory to store a unique data and to receive and send data back to the reader. These tags are powered by the electromagnetic signal received from a reader. Development in technology bring digital world to be border- less. It's proven through a developed technology, when trade and transaction can be done not only using real money but also virtual one.[4]NFC(Near Field Communication) technology provides both way interaction between two electronic devices and make it secure and digital. Tapping two device against each other. The e-mail service will be used which is helpful to send e-mail to a targeted user. We will be using this service in order to send a message to the user who has committed any crime to address him about the amount and the place where he needs to make the payment. This particular device works using radio frequency. It communicate at speed of 106kbit/s. The NFC tag is used as a unique identity for account of a particular user. When a vehicle driver caught by a traffic police, its driver is demanded to scan his NFC tag (license). If the identity (serial number of the tag) is matched with the one already stored in the system, the historical records of that driver get fetched on a mobile phone. If the ID is matched by the microcontroller, the user is sent a mail to his e-mail id about the amount of fine to be paid and user gets to drive through the area. Traffic police can also place a new complaint about that driver. After this, the vehicle gets immediate access to drive through. This NFC based system also have an additional feature. There can be incidents when a user tries to run away and avoid the fine so to overcome this problem we have used GPS technology. In this system whenever a user tries to run away the police needs to note down the number of number plate and select an option of GPS tracking and enter the number. Then the GPS tracks down the user and helps police reach the place where he currently is traveling to and catch the offender and take appropriate actions. With the help of this system the chances of an user breaking the rule and being not punished is curtailed
  • 2. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 34 II. PROPOSED SYSTEM Proposed system is divided into three main modules. The first module is admin and second one is user and third one is traffic police. The sequence flow of proposed system is shown in following Fig 1.1 Database: Database use for storing driving license details, complaint register against the driver if any, police officer details. Police Android App (Traffic Official’s): It is app used for registering the complaint against the driver or for viewing the details of driver in case of problem or violence of the rules. With the help of this app traffic police can also track the violators. The police can also lodge a complaint using the app. Driver NFC License (Card Holder’s): It is driving License issued by RTO officials to driver or person who wants the License. License will be NFC embedded. RTO (WEB APPLICATION) (ADMIN): RTO (Admin) is the authorized person which gives the license to other person. Admin is an important person which do’s the validation of document. The admin can add new users and new traffic police and can also manage the users and traffic police data. GPS: The Global Positioning System (GPS) is the latest advanced technology used to track the current information regarding location of any system[2]. GPS satellites transmit at least 2 low-power radio signals. The signals travel by line of sight, meaning they will pass through clouds, glass and plastic but will not go through most solid objects, such as buildings and mountains. However, modern receivers are more sensitive and can usually track through houses. A GPS signal contains 3 different types of information: Pseudorandom code is an I.D. code that identifies which satellite is transmitting information. You can see which satellites you are getting signals from on your device's satellite page. Ephemeris data is needed to determine a satellite's position and gives important information about the health of a satellite, current date and time. Almanac data tells the GPS receiver where each GPS satellite should be at any time throughout the day and shows the orbital information for that satellite and every other satellite in the system.[9] Technological development in an exponential manner have paved a way to access hardware directly by customized application interface such as GPS, web service, programming cameras were elucidated[4] The GPS system will be installed in the car of the drivers and will send the position of car to the server at regular interval. When a person breaks rule and tries to run away the police can track it using GPS. NFC: Near Field Communication is a short distance wireless technology, which comes embedded in some smartphones that allows the user to exchange information with a smart card or other NFC device at 13.56 MHz[3][8]. The usage of NFC can be done through 3 major ways: card emulation, reader mode, peer to peer (P2P) mode. The function of NFC introduced by Google into Android 2.3 (API level 9) device. In Android 2.3, the ability of device is limited in only reading the tag. In Android 2.3 data writing and trading ability through mode Peer to Peer (P2P) began to be implemented within android devices. The nfc android package provides access to NFC function, allows application to read NDEF message (NFC Data Exchange Format) which located at NFC tag[8][10]. A smart card is a card that contains a passive NFC chip that can be read by an active NFC device which is called the reader[1][7]. The communication range of NFC is typically less than 10 cm. The NFC has three operating modes: peer-to-peer (P2P), card emulation mode and reader writer mode[3].
  • 3. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 35 Fig. 1.1: Sequence diagram of the proposed system Automated Fine Collection System is basically a digital system to overcome the manual task. This kind of system has been existed in Countries like France, Norway and Spain to reduce the manual work and process the Fine Collection system with ease. Many modern smart phones and tablets have an integrated scanner that can read NFC chips [1][8]. All one needs to do for driver's license is, attaching a single low-cost NFC chip to the license. The NFC chip stores a unique combination of numbers. This ID is read by the smartphone with the underlying NFC technology that uniquely associates with the driver's master data in the web database. They just need to hold their driver's license up to their smartphones. The phone scans the chip and reads the unique id from the chip that fetches driver's data [6]. The GPS is a small device that can be easily fitted in a car[2]. GPS device is designed to send and receive the information about the current position of any object. The GPS sends the data to the servers about the information of its location this data can be read and stored and the object can be traced[4][9]. With the help of this technology we can even track down users who are trying to run away. The data connection can be either through a mobile data connection or via a local wireless network. We have made use of GPS application which the user needs to turn on while he starts drinving. Which enables us to track down the user when he/she violates the rule n tries to run away We are basically introduced a new system for RTO using Android app which includes Near Field Communication and global positioning system. The global positioning system which will be used to track drivers.
  • 4. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 36 Figure 1.2: Proposed system work flow III. IMPLEMENTATION Admin Module:
  • 5. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 37 Manage Traffic Police : MANAGE COMPLAINTS:
  • 6. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 38 MANGE USERS : USER MODULE:
  • 7. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 39 USER INTERFACE : TRAFFIC POLICE MODULE:
  • 8. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 40 Characteristics of each module: Module 1: Admin Module  The admin module is a web form that consists of various functionalities that the admin can perform to manage the traffic police and the users.  The admin first needs to login into the website with a valid Id and Password.  After the access is granted the admin can perform the task of managing the user’s i.e. to add new user details or to edit the details of already existing users.  When a new user is added he/she gets the id and randomly generated password by the SMS system.
  • 9. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 41  The second functionality is to manage the traffic police i.e. to edit the details of the traffic police or to add new police officer’s  The admin can also add new penalties according to the changes in rule or can also edit the current fine if any changes in amount.  Admin can also see the feedback given by various users. Module 2: User Module  The user module is a web form that consists of various options that is available to user for information retrieval.  The user can retrieve:- 1) Current rules and regulations 2) Current fine 3) Traffic symbols and sign 4) FAQ 5) Offences made by user.  The user can provide feedback about the issues he has faced during his trip Module 3: Traffic police Module  The traffic police module is an android application where traffic police performs his duty about maintaining the traffic control and catching the user who violates traffic rules and taking necessary action.  The police officer first needs to login with the valid id and password.  After login the traffic police can either swipe the license (NFC card) or click on get car location to track the offender who runs away.  If the traffic police swipes the license he gets the details about the user and options to view his/her previous details and register new penalties against user.  While adding a new penalty the traffic police select the offence made by user and the location at which it was committed.  When the traffic police click on get location option the screen appears where he needs to enter the number plate and he gets the location of the person after which he can catch him. IV. FUTURE SCOPE 1) With the use of GPS hardware there can be better tracking of users possible as it will be fitted in the car and power will be supplied by car battery. 2) Car tracking can be further enhanced by the use of camera. V. CONCLUSION In this we are using NFC technology which is the new growing technology. The smart phones are now enable with NFC using this we are develop the system for the RTO officers making the work of RTO digital and automatic .It will reduce the manuals work and make the easy and fast implementation of the process. In this paper we have put the idea of automating the current scenario in Fine Collection system which will help us in billing and lodging complaints and bring more transparency and make work easier. This is an effort to automate the current system in Fine Collection System and hoping for future developments in the Fine Collection system. ACKNOWLEDGMENT Before presenting out our project work entitled “Smart Fine Collection System by Introducing Enhanced Driving License Using NFC and GPS”, the project team would like to convey our sincere thanks to many people who guided us throughout the course for this seminar work. First, team would like to express our sincere thanks to our beloved Principal Dr. Suresh Ukarande for providing various facilities to carry out this report. The team would like to express our sincere thanks to Prof. Uday Rote for his guidance, encouragement, cooperation and suggestions given to us at progressing stages of report. Finally, team would like to thank our H.O.D. Prof. Uday Rote and all teaching, non-teaching staff of the college and friends for their moral support rendered during the course of the report work and for their direct and indirect involvement in the completion of our report work, which made our endeavor fruitful. REFERENCES [1] Ashok.V,Priyadarshini.T,Raghavi.N,Rajashree.B and Sanjana.S .A Secure Freight Tracking System in Rails Using GPS Technology in ICONSTEM,2016. [2] Joao Leal, Rui Couto, Pedro Mauricio Costa, Teresa Galvao. Exploring ticketing approaches using mobile technologies: QR Codes, NFC and BLE in IEEE 18th ICITS, 2015. [3] Rasool.R, Sabarinathan.K, Suresh.M, Syed Salmon.H. 24 hours GPS Tracking in Android Operating System in IJSRP .vol.4, no.3, march 2014.
  • 10. Automating Vehicle Fine Collection System using NFC and GPS (J4R/ Volume 03 / Issue 02 / 007) All rights reserved by www.journal4research.org 42 [4] Ji Hyoung Ahn, Se Houn Lee and Taw-Jin Lee. Anti-Collision Protocol for Coexistence of RFID and NFC P2P Communications in IEEE Comm. Leter, vol.20,no.11, Nov 2016. [5] Yu Lie, Tao Wang, Jian Wu. Vehicles Relative Positioning Based on Zigbee and GPS Technology in ICEIEC, Oct 2016. [6] Javed Nabi, Abhijit R D, Raghav Lakhoia, Prototyping an NFC Based Personal Health Device in ICACCI, Aug 2015 [7] Finzgar.L, M.Treba. Use of NFC and QR code identification in an electronic tivket system for public transport in 19th Int ConfTCN,2011. [8] R.Want. Near field communication in IEEE Pervasive Comput.,vol.10,no.3,jul 2011. [9] Asaad M. J. Al-Hindawi, Ibraheem Talib. Experimentally Evalution of GPS/GSM Based System Design in Journal of Electronic System, vol.2, no.2, June 2012. [10] D. Sethia, D. Gupta, T. Mittal, U. Arora and H. Saran, NFC based secure mobile healthcare system in COMSNETS, Jan 2014, pp. 1-6.