AUTOMATED TOLL BOOTH SYSTEM USING RFID Mrs.A.Bhagyalakshmi 1 and Mrs.S.Deepa 2 1,2 Asst.Prof,CSE Department Velammal Engineering College

Size: px
Start display at page:

Download "AUTOMATED TOLL BOOTH SYSTEM USING RFID Mrs.A.Bhagyalakshmi 1 and Mrs.S.Deepa 2 1,2 Asst.Prof,CSE Department Velammal Engineering College"

Transcription

1 AUTOMATED TOLL BOOTH SYSTEM USING RFID Mrs.A.Bhagyalakshmi 1 and Mrs.S.Deepa 2 1,2 Asst.Prof,CSE Department Velammal Engineering College Abstract- Now a days there is a huge rush in the toll plazas in order to pay the toll tax. Therefore in order to reduce the traffic jam and to save time, & also to reduce the money loss we have designed project for the automation in toll tax payment using RFID. We have made the automation of toll plaza using combination of arduino and, RFID.In this project the vehicles are given a unique RFID tag/card which contains an unique id for the vehicle owner,so whenever they passes through the toll booth it can be readed automatically by a RFID reader which is interfaced with an arduino-uno which is programmed in order to deduct the money automatically from their account and also to send an sms alert for the user to indicate that money has been deducted from their account while crossing the toll booth and balance is updated.this method thus reduces traffic congestion as well as minimizing the fuel consumption and makes user comfortable. Keywords- Arduino-uno,RFID tag,rfid reader,gsm. I. INTRODUCTION This system attempts to avoid the manual operation in toll plazas and to automate the toll payments quickly using RFID technique.rfid tags are classified as active and passive tags. Active RFID tags have internal batteries that facilitate long reading range, while the passive RFID tags uses external power source to operate. The RFID tag is used as a unique identity for account of a particular user. When a vehicle drives through the toll plaza, its driver is prompted to scan his RFID tag. If we use RFID tags which are stickled onto the vehicle there is no need for scanning manually as it automatically receives the electromagnetic waves generated by the tags using RFID reader module. We always prefer low frequency tags as it is beneficial for scanning vehicles without any collision. If the identity (serial number of the tag) is fetched then the toll tax is automatically deducted from the consumers account. After this, the vehicle gets immediate access to drive through. This RFID based toll system also has some additional features. A new user can register with the system. Also an old user can recharge his account balance. The amount for recharge can be entered in the system. In beginning, the user is prompted to scan his tag or ID. The serial code of the tag is identified by the reader module and is sent for comparison with stored data. If the ID is matched by the arduino, the toll amount is deducted from user s balance and user gets to drive through the plaza. On the contrary, if the tag is not identified then image of car is captured by camera. A new user needs to register himself after which his identity is verified with RFID tag. II. DRAWBACKS OF EXISTING SYSTEM The existing system consists of manual operation in the toll plaza.i.e.whenever a vehicle arrives at the toll booth the user has to collect the bill manually for the vehicle and pay the cash and sometimes there are some money conversions involved which consumes more time.if we are in emergency situation like when we are going to an exam or when to reach destination at a particular time this manual intervention consumes much more time.there may be some fuel consumption problem also when the vehicle s engine is kept in running condition.there may also wastage of paper to generate bills DOI: /IJMTER FWVXB 61

2 ,maintenance of booths and salary payments to the individual who is employed to take care of the booth.so ultimately we need an automated toll booth system to overcome the above circumstances. III. PROPOSED SYSTEM USING RFID The proposed system uses an RFID tag either stickled on the vehicle or uses an RFID card which will contain an unique identitfication number for the user s RFID account which will be issued by an authorized agency or by the road transport corporation officially inorder to avoid duplicate tags.in this system, if a vehicle crosses the toll booth there should be no manual payment instead the RFID reader module captures the low frequency waves generated by the RFID tag which will be then sent to the arduino-uno which is a microcontroller unit. The RFID data given by the RFID reader will then be sent to the Aurdino-UNO and compared with the existing id of the user.if they matches then the money will be automatically deducted from their corresponding account and then an SMS acknowledgement has been sent to the respective mobile number given by the user during registration using a GSM SIM900 module.an alert will also be sent to the user if there is a minimum account balance or incase of any problem. Then the user needs to recharge their respective RFID account immediately. Thus this system prompts the user just to display their RFID tag/cards to the reader module then all the subsequent toll processing will be carried out automatically.fig4.1 shows the architecture of the automated toll booth. IV. ARCHITECTURE Fig. 4.1 Automated Tool Booth system using RFID V. MODULE DESCRIPTION This system is comprised of three modules:the RFID reader,aurdino-uno,gsm All rights Reserved 62

3 RFID READER Fig. 5.1 RFID reader RFID Reader module is also known as interrogators.the reader shown in fig.5.1 reads the emitted radio frequency waves from the RFID tag.they convert radio waves emitted from the RFID tag into a form that can be passed on to the aurdino-uno.rfid tags and reader have to be tuned to the same frequency in order to communicate each other. The RFID tag consists of a powered or non powered microchip.it can be either stickled on the windshield of the vehicle or either can be shown to the reader.the RFID tags can be active or passive with an antenna and memory. AURDINO-UNO Fig. 5.2 Arduino-Uno Aurdino-uno is used to process the received information from the RFID reader module.as shown in fig.5.2 arduino has a micrcontroller chip which has memory. A program to deduce the tax amount from the user s account is already written and loaded on to the aurdino.as soon as the RFID reader reads the tag the tax amount for that particular user owning that tag is deduced from their account. GSM SIM 900 Fig:5.3 GSM All rights Reserved 63

4 After deducing the tax amount from the user s account,an acknowledgement message is sent to the user s mobile number by means of GSM SIM-900 module shown in fig.5.3.in case of any situation like user having no balance or minimal balance in their account then an alert kind of message is sent to their mobile number.this message contains the tax amount deduced and the remaining balance in their account. It can communicate with controllers via AT commands (GSM 07.07,07.05 and SIMCOM enhanced AT Commands). This module supports software power on and reset. VI.IMPLEMENTATION Fig.6.1 Overall module of ATB system The Automated toll booth system shown in fig.6.1works by the following principle in which when the consumers use an electronic tag which can be fixed to the vehicle s windshield. As when the RFID tag enabled vehicle passes through the toll booth, an RFID reader at the booth reads the information provided by that particular RFID tag of the consumer. The information may be the account information of the consumer, vehicle details of the consumer etc., these details are acquired since it is embedded in the RFID tag itself. The RFID reader is interfaced to the Aurdino-UNO where the information of each and every vehicle is processed to collect the toll tax. A program for deducting the amount from the consumers account is programmed in the Aurdino-UNO.As soon as the RFID reader reads the consumer information it automatically deducts the amount from the consumers account and acknowledges with a Short Message Service(SMS) to the consumers mobile number with the specifications of the amount deducted for the toll tax and the remaining balance in their account. Whereas in the above process the acknowledgement to the consumer is carried out by the GSM SIM900 module. In some of the circumstances in which there can be a minimal balance or no balance in the consumers account. To tackle this situation an alert message is sent to the consumer and the vehicle is captured by the camera. VII. CONCLUSION In order to implement the Automated toll booth system using RFID the embedded system platform is used. For this purpose a new RFID technology based on Aurdino was implemented and tested in this experiment. By the implementation of automated toll plaza we derived the best All rights Reserved 64

5 over money loss and by reducing the man power required for collecting the toll tax. This system also deducts the time consumption of each and every consumer in the toll booth. To achieve the automated technique of processing we have implemented Radio Frequency tags and reader, an Aurdino which is a microcontroller unit and a GSM module for acknowledgement. By effective usage of these techniques in various stages we thus overcome the drawbacks in the existing system. VIII. FUTURE WORK In our present concept we are only using the RFID system for vehicle detection.so we can extend the scope of this concept in other way for centralize data recording.for that purpose we can use the IR courten at the entry gate which is followed by the Camera which will be continousely capturing the images of the vehicles entering into the toll plaza.and the third step the RFID is collecting the vehicle number. Now when the vehicle passes through the IR courten it tresses the outline of the vehicle,in the next step the camera will take the image of the vehicle & followed by the RFID to record the data related to the vehicle.the load cell weighs the vehicle & classifies it into two categories as light & heavy vehicle respectively.the whole data collected together & sent to the centralize server which will store it for stippulated time.this application will help in detecting the vehicles in the crime cases like terrorism & smuglling of goods & it will also reduce the load on check posts. REFERENCES [1] AungMyint Win, Chaw MyatNwe, KyawZinLatt(June 2014) RFID Based Automated Toll Plaza System, International Journal of Scientific and Research Publications, Volume 4, Issue 6. [2] S.Nandhini,P.Premkumar(NOV 2014), Automated Toll Booth System using advanced RFID and GSM technology,international Journal of AdvancedResearch in Electrical and Electronics and Istrumentation Engineering,vol-3,issue4. [3] T.Arun Prasath,M.S.Dhanabal(2013), Automated toll gate system using RFID and GSM,International Journal of Science and Research, ISSN (Online): [4] KHADIJAH KAMARULAZIZI, DR.WIDADISMAIL(2005), Electronic Toll Collection System using RFID technology,journal of Theoretical and applied Information Technology, JATIT & LLS. [5] Sanchit Agarwal,Shachi Gupta,Nidheesh Sharma(2014), Electronic toll collection system using barcode and laser technology, International Journal of Emerging Trends & Technology in Computer Science (IJETTCS), International Journal of Emerging Trends & Technology in Computer Science (IJETTCS) [6] Aniruddha Kumawat, Kshitija Chandramore(april 2014), Automatic Toll collection using RFID,International journal of Electrical and Electronics Research,vol 2,issue 2. [7] Kruti Sanghvi, Prof.Amol Joglekar (2015), Automating the payment of toll taxes at toll plazas, ) International Journal of Computer Science and Information Technologies, Vol. 6 (3). [8] Pranoti Salunke,Poonam Malle,Kirti Datir, Jayshree Dukale(2013), Automated Toll collection System using RFID,IOSR-Journal of Computer Engineering,vol9-issue2. [9] Sachin Bhosale(2013), Automated Toll Plaza System using RFID,International Jounal of Science Research and Engineering Research,volume All rights Reserved 65

AUTOMATIC TOLL TAX COLLECTION SYSTEM BY USING RFID

AUTOMATIC TOLL TAX COLLECTION SYSTEM BY USING RFID Volume 118 No. 20 2018, 473-477 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATIC TOLL TAX COLLECTION SYSTEM BY USING RFID 1 Manikandan.S,

More information

ISSN: [ICEMESM-18] Impact Factor: 5.164

ISSN: [ICEMESM-18] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY ACTIVE RFID BASED SYSTEM OF ELECTRONIC TOLL COLLECTION (ETC) FOR TRANSPORTATIONS Ms. Vaishali Pande 1, Ms. Nivedita Hasti 2, Ms.

More information

Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID

Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID Akshay Bhavke Dept. of Electronics & Telecommunication Fr. C. Rodrigues Institute of Technology Vashi, Navi Mumbai, Maharashtra-400703,

More information

RFid based Toll Collection System

RFid based Toll Collection System For more Project details visit: http://www.projectsof8051.com/rfid-based-highway-toll-tax-collection-system/ Code Project Title 1515 RFid Based Highway Toll Tax Collection System Synopsis for RFid based

More information

SMART TOLL COLLECTION USING QR CODE Digital Toll Payment

SMART TOLL COLLECTION USING QR CODE Digital Toll Payment SMART TOLL COLLECTION USING QR CODE Digital Toll Payment Utkarsh Joshi 1, Ankit Kachhadiya 2, Jinesh Kakadiya 3, Snehal Sherkhane 4 1,2,3,4 Computer Engineering, U.C.O.E Abstract The Smart Toll System

More information

RESEARCH PAPER ON E-TOLL SYSTEM WITH USER AND VEHICLE IDENTIFICATION

RESEARCH PAPER ON E-TOLL SYSTEM WITH USER AND VEHICLE IDENTIFICATION RESEARCH PAPER ON E-TOLL SYSTEM WITH USER AND VEHICLE IDENTIFICATION Yash Soni 1, Akash Bangar 2, Pranali Ghugal 3, Kunal Wandhre 4, Nimish Munishwar 5, Dr N.V. Chaudhari 6 1 Student, Department of CSE,

More information

Automatic Vehicle Identification at Tollgates and Theft Detection of Vehicles

Automatic Vehicle Identification at Tollgates and Theft Detection of Vehicles Automatic Vehicle Identification at Tollgates and Theft Detection of Vehicles A. Jeyashree Kothai M. Swathi Priya V. Subhashree Abstract - we live in a world where technology is omnipresent. Yet, there

More information

IoT Based Unmanned Toll Booth Monitoring System

IoT Based Unmanned Toll Booth Monitoring System IoT Based Unmanned Toll Booth Monitoring System Sridevi 1, Vasantha Pai 2, Rakesh Y 3, Sunil Mendan 4, Raghavendra Rao P 5 Student, ECE, SMVITM, Udupi, India 1,2,3,4 Asst. Prof., ECE, SMVITM, Udupi, India

More information

5 Kondaka Jyothirmayi. Department of Information Technology, Gitam University, Vishakapatnam, India

5 Kondaka Jyothirmayi. Department of Information Technology, Gitam University, Vishakapatnam, India Automated Toll Collection System Using RFID 1 Kamichetty Pramodh Kumar, 2 Kasturi Sai Ratna Gayatri, 3 Reddy Akshay, 4 Vaduru Tayjo Padmini, 5 Kondaka Jyothirmayi Department of Information Technology,

More information

AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM

AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM AN AUTOMATED TOLL GATE VEHICLE PASSING SYSTEM 1 Logaprakash M, 2 Arunkumar R, 3 Swathy K 1 Assistant Professor, Department of Computer science and Engineering, SVS College of Engineering, Coimbatore. 2

More information

IOT based Toll Collection System

IOT based Toll Collection System IOT based Toll Collection System Pramod Kumar P.M 1 Assistant Professor, Department of Computer Science and Engineering, VCET Puttur Abstract: PayToll system is a project which aims how to make effective

More information

AUTOMATED TOLL TAX COLLECTION SYSTEM USING NFC (ATTCS)

AUTOMATED TOLL TAX COLLECTION SYSTEM USING NFC (ATTCS) AUTOMATED TOLL TAX COLLECTION SYSTEM USING NFC (ATTCS) PROJECT REFERENCE NO.: 39S_BE_0378 COLLEGE : MANGALORE INSTITUTE OF TECHNOLOGY AND ENGINEERING BRANCH : DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

More information

RFID BASED TOLL PLAZA SYSTEM

RFID BASED TOLL PLAZA SYSTEM International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM 2016, pp. 490-494 e-issn:2278-621x RFID BASED TOLL PLAZA SYSTEM Sweekritha S Shetty 1, Mamatha 2 and Mrs.AnnapoornaShetty

More information

RFID BASED PERSONAL MEDICAL DATA CARD FOR TOLL AUTOMATION

RFID BASED PERSONAL MEDICAL DATA CARD FOR TOLL AUTOMATION RFID BASED PERSONAL MEDICAL DATA CARD FOR TOLL AUTOMATION Ramalatha M 1, Ramkumar.A K 2, Selvaraj.S 3, Suriyakanth.S 4 Kumaraguru College of Technology, Coimbatore, India. 1 ramalatha_marimuthu@ieee.org

More information

Electronic Toll Collection System using RFID

Electronic Toll Collection System using RFID Electronic Toll Collection System using RFID Ajit S. Mali 1,Komal Barge 2, Sneha Kulkarni 2, Vrushali Mandhare 2, Akshaya Patil 2 Assistant Professor, Department of Computer Science and Engineering, Rajarambapu

More information

An Internet of Things Approach for RFID Smart Tollgate Automation

An Internet of Things Approach for RFID Smart Tollgate Automation International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 Issue: 2 Jan-Feb 2019 Available Online: www.ijtsrd.com e-issn: 2456-6470 An Internet of Things Approach for RFID

More information

Wireless Sensor Network based Automatic Fare Collection for Public Transport System

Wireless Sensor Network based Automatic Fare Collection for Public Transport System Wireless Sensor Network based Automatic Fare Collection for Public Transport System Anne Frank Joe.A 1, Celin. S 2, G. Rajalakshmi 3, Ajay kumar 4, Gaurav sharma 5 Assistant Professor, Dept. of EIE, Sathyabama

More information

Smart Toll Collection System based on IoT

Smart Toll Collection System based on IoT IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 12 June 2017 ISSN (online): 2349-784X Smart Toll Collection System based on IoT P. S. Hanwate Narin Meher Assistant Professor

More information

A Comparative Study of Different Technologies for Electronic Toll Collection System

A Comparative Study of Different Technologies for Electronic Toll Collection System A Comparative Study of Different Technologies for Electronic Toll Collection System Deepashree Mehendale, Reshma Masurekar Assistant Professor, Dept. of Computer Science, Dr. D. Y. Patil ACS College, Pimpri,

More information

AUTOMATIC TOLL COLLECTION SYSTEM USING RFID

AUTOMATIC TOLL COLLECTION SYSTEM USING RFID Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

International Journal of Advance Engineering and Research Development. School Bus Attendance And Monitoring System Using RFID

International Journal of Advance Engineering and Research Development. School Bus Attendance And Monitoring System Using RFID Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 6, June -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 School Bus

More information

SMART TROLLEY FOR GUIDING CUSTOMERS IN SUPER MARKETS USING AOT

SMART TROLLEY FOR GUIDING CUSTOMERS IN SUPER MARKETS USING AOT SMART TROLLEY FOR GUIDING CUSTOMERS IN SUPER MARKETS USING AOT ELAMATHI K 1, SOWMIYA S 2, SREEMATHY R 3, VICHITRA V 4, KEERTHANA P 5 1Assistant Professor, Department of Electronics and 2, 3,4,5 BE, Final

More information

PERFORMANCE IMPROVEMENT OF TRAFFIC AT TOLL PLAZA

PERFORMANCE IMPROVEMENT OF TRAFFIC AT TOLL PLAZA PERFORMANCE IMPROVEMENT OF TRAFFIC AT TOLL PLAZA 1 Tejas S. Kukadiya, 2 Viraj C. Bhatt, 3 Nikunj D. Sidapara, 4 Shyam H. Vaishnav, 5 Umang Koyani 1 Student, Civil Engineering (B.E. Civil), Atmiya Institute

More information

Automatic Toll Plaza using RFID Purvika Bhisikar 1, Alpita Umredkar 2, Ankita Vaidya 3, Sneha Samrit 4, Prof.N.K.Warambhe 5

Automatic Toll Plaza using RFID Purvika Bhisikar 1, Alpita Umredkar 2, Ankita Vaidya 3, Sneha Samrit 4, Prof.N.K.Warambhe 5 ISSN XXXX XXXX 2017 IJESC Research Article Volume 7 Issue No.3 Automatic Toll Plaza using RFID Purvika Bhisikar 1, Alpita Umredkar 2, Ankita Vaidya 3, Sneha Samrit 4, Prof.N.K.Warambhe 5 1, 2, 3, 4 Student

More information

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Electronic Toll Collection System for Road Transportation Nayman Suhil Department of Mechanical Engineering, India Shivashankara B.S. Department of Mechanical

More information

RFID Based Electricity Billing and Cut-Off System for Energy Through GSM

RFID Based Electricity Billing and Cut-Off System for Energy Through GSM RESEARCH ARTICLE OPEN ACCESS RFID Based Electricity Billing and Cut-Off System for Energy Through GSM 1 K.Jansi lakshmi, 2 N.Swetha soundarya, 3 D.Sasi kala, 4 B.Venkatarami reddy, 5 A.Akhil Assistant

More information

ELECTRONIC TOLL COLLECTION SYSTEM USING ZIGBEE AND RFID

ELECTRONIC TOLL COLLECTION SYSTEM USING ZIGBEE AND RFID International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 4, April 2017, pp. 1714-1719, Article ID: IJCIET_08_04_193 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=4

More information

AUTOMATIC VEHICLE IDENTIFICATION AND TOLL COLLECTION USING RFID

AUTOMATIC VEHICLE IDENTIFICATION AND TOLL COLLECTION USING RFID AUTOMATIC VEHICLE IDENTIFICATION AND TOLL COLLECTION USING RFID Sahil Bhosale 1, Rohit Chavan 2, Sunil Bhadvan 3, Prajakta Mohite 4 1, 2, 3 Student, Electronics and Telecommunication Engineering, Holy-Wood

More information

RFID & Fingerprint Based Vehicle Security System with GSM & GPS Technology

RFID & Fingerprint Based Vehicle Security System with GSM & GPS Technology #1.0-2018 RESEARCH ARTICLE OPEN ACCESS RFID & Fingerprint Based Vehicle Security System with GSM & GPS Technology N. KISHORE KUMAR 1, K. IMRAN SHAREEF 2, S. MD. TAYAB 3, P. CHAITHANYA KUMAR 4 1(Assistant

More information

Secure Logistic Management System

Secure Logistic Management System IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 12, Issue 3 Ver. I (May. June. 2017), PP 01-05 www.iosrjournals.org Secure Logistic Management

More information

Nigeria Seminar Series Volume 9(2), 2018 Page 23

Nigeria Seminar Series Volume 9(2), 2018 Page 23 University of Maiduguri Faculty of Engineering Seminar Series Volume 9, Number 2 November 2018 RFID Based Student Attendance Monitoring System with GSM Module M. Mustapha*, M. Abdulkadir, M. A. Sarki and

More information

SMART AMBULANCE WITH TRAFFIC CONTROL SYSTEM USING RFID AND IOT. Chennai, Tamilnadu, India. Chennai, Tamilnadu, India.

SMART AMBULANCE WITH TRAFFIC CONTROL SYSTEM USING RFID AND IOT. Chennai, Tamilnadu, India. Chennai, Tamilnadu, India. SMART AMBULANCE WITH TRAFFIC CONTROL SYSTEM USING RFID AND IOT G.VIJAYAKUMARI 1, S.SIVAKAMI 2 S.NANDINI 3, S.ASHWINI 4 1,2 Assistant Professor, New Prince Shri Bhavani College of Engineering and Technology,

More information

ELECTRONIC TOLL COLLECTION USING AUTOMATIC NUMBER PLATE RECOGNITION

ELECTRONIC TOLL COLLECTION USING AUTOMATIC NUMBER PLATE RECOGNITION International Journal of Latest Trends in Engineering and Technology Special Issue NCRTCC 2017, pp.001-005 e-issn:2278-621x ELECTRONIC TOLL COLLECTION USING AUTOMATIC NUMBER PLATE RECOGNITION P. Anuja

More information

Hit and Run Vehicle Identification Using RFID

Hit and Run Vehicle Identification Using RFID Hit and Run Vehicle Identification Using RFID R. Ashok Kumar, M.E, Engineering, Assistant professor, R. Sudharsan, R. Santhosh Kumar, M. Sasidharan, T. Ranjith Kumar, ABSTRACT The vehicle s usage in this

More information

Automatic Ration Material Distributions and Payment System Based on GSM and RFID Technology

Automatic Ration Material Distributions and Payment System Based on GSM and RFID Technology Automatic Ration Material Distributions and Payment System Based on GSM and RFID Technology R. Senthil Kumar [1], M. Durgadevi [2], Haritha N Kumar [3], K. Hema [4] Assistant professor, IV YEAR STUDENTS,

More information

Real Time Vehicle Logging at Bus Terminals and at Toll Gates using IoT

Real Time Vehicle Logging at Bus Terminals and at Toll Gates using IoT Real Time Vehicle Logging at Bus Terminals and at Toll Gates using IoT 1* S S V S S R S Sarma Adithe, 2 A Pravin, 3 K. Rajasekhar 1 PG Student, Department of ECE, 2 Associate Professor, Department of ECE,

More information

TITLE: SCHOOL BUS ATTENDANCE AND MONITORING SYSTEM USING RFID

TITLE: SCHOOL BUS ATTENDANCE AND MONITORING SYSTEM USING RFID TITLE: SCHOOL BUS ATTENDANCE AND MONITORING SYSTEM USING RFID Nishikant G. Sadafale 1, Kulprabha V. Suryawanshi 2, Bhagyashree R. Bhute 3, Prof. A. S. Ubale 4 1 Department of Electronics and Telecommunication,

More information

Parking Availability in Sensor Enabled Car Parks

Parking Availability in Sensor Enabled Car Parks RESEARCH ARTICLE OPEN ACCESS Parking Availability in Sensor Enabled Car Parks Snehal Bankar, Mitali Dhaigude, Sonali Gajendragadakar, Supriya Gavli Department of Computer Science and Engineering PVG s

More information

Leading truck manufacturer required for inventory and tracking of truck chassis, a RFID-based PARKING MANAGEMENT AND TRACKING SYSTEM

Leading truck manufacturer required for inventory and tracking of truck chassis, a RFID-based PARKING MANAGEMENT AND TRACKING SYSTEM Leading truck manufacturer required for inventory and tracking of truck chassis, a RFID-based PARKING MANAGEMENT AND TRACKING SYSTEM Efficient management of storage and dispatch of trucks Exact location

More information

E-TOLL TICKETING FOR MULTI VEHICLE TRANSPORTATION SYSTEM

E-TOLL TICKETING FOR MULTI VEHICLE TRANSPORTATION SYSTEM E-TOLL TICKETING FOR MULTI VEHICLE TRANSPORTATION SYSTEM K.Krithekaa 1, J.Indumathi 2, S.Kalaivani 3, Sunitha Biji.T 4 1,2,3 Student, Jeppiaar SRR Engineering College, Tamil Nadu, India 4Assitant Professor,

More information

International Journal of Engineering and Techniques - Volume 4 Issue 2, Mar-Apr 2018

International Journal of Engineering and Techniques - Volume 4 Issue 2, Mar-Apr 2018 RESEARCH ARTICLE OPEN ACCESS AUTOMATIC TOLLGATE USING IMAGE SENSING AND RFID PROCESS Mr.M.Narendran(Asst.Professor), Mr.S.MuthamilSelvan(Asst.Professor), C.Sivarama Krishnan, Cimryn Sarah Patrick, Divya

More information

FULLY AUTOMATED VALET CAR PARKING SYSTEM AND UNIQUE VEHICLE EXIT NUMBER

FULLY AUTOMATED VALET CAR PARKING SYSTEM AND UNIQUE VEHICLE EXIT NUMBER FULLY AUTOMATED VALET CAR PARKING SYSTEM AND UNIQUE VEHICLE EXIT NUMBER T.Joby Titus 1, V.S.Sanjana Devi 2, B.Saranya 3, M.Pravin 4 1,4 Assistant Professor (Sr.Grade), 3 Assistant Professor, Department

More information

Implementation of Embedded System Using RFID and Alcohol Sensor at the Toll Plaza

Implementation of Embedded System Using RFID and Alcohol Sensor at the Toll Plaza Implementation of Embedded System Using RFID and Alcohol Sensor at the Toll Plaza Abdulshabaz 1, K. Mounika 2, B. Krishna 3, K.J.Arvind chary 4 Student, Dept. of E.C.E, KITE College of Professional Engineering

More information

Implementing Intelligent Traffic Control System for Congestion control, Ambulance Clearance and Stolen vehicle detection

Implementing Intelligent Traffic Control System for Congestion control, Ambulance Clearance and Stolen vehicle detection Implementing Intelligent Traffic Control System for Congestion control, Ambulance Clearance and Stolen vehicle detection Sagar G. Umale, Dr. S.D. Lokhande Department of Electronics & Telecommunication,

More information

AUTOMATIC TOLLBOOTH REDUCTION AND THEFT VEHICLE DETECTION SYSTEM USING HC2D BARCODE

AUTOMATIC TOLLBOOTH REDUCTION AND THEFT VEHICLE DETECTION SYSTEM USING HC2D BARCODE AUTOMATIC TOLLBOOTH REDUCTION AND THEFT VEHICLE DETECTION SYSTEM USING HC2D BARCODE Jadhav Jyoti 1, Kamble Pooja 2,Kandekar Nisha 3, Karpe Jayshri 4, Wakchaure Manoj 5 1 Student, Department of Computer,

More information

RFID Based Event/Activity Management System

RFID Based Event/Activity Management System www.vivatrack.in RFID Based Event/Activity Management System What is RFID Technology RFID is an abbreviation of Radio Frequency IDentification. RFID is an AIDC (Automatic Identification and Data Capture)

More information

Figure.1. Automatic toll collection system using RFID technology. JCHPS Special Issue 6: March Page 9

Figure.1. Automatic toll collection system using RFID technology. JCHPS Special Issue 6: March Page 9 RFID Based Automatic Toll Transportation System R. Seethalakshmi, Annapoorani N, Priyanka S Department of Computer Engineering, Vel Tech High Tech Dr.Rangaranjan Dr. Sakunthala Engineering College, Avadi,

More information

E-Wallet Authenicated Electronic Toll System

E-Wallet Authenicated Electronic Toll System IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 57-62 www.iosrjournals.org E-Wallet Authenicated Electronic Toll System Pavan Ughade 1 Aishwarya Chavan 2 Bhakti Rajput

More information

Umapathy M 1, Indhu V 2, Karthick S 3, Ayyanar S 4 1 (Assistant Professor of Computer Science Engineering) The Kavery Engineering College

Umapathy M 1, Indhu V 2, Karthick S 3, Ayyanar S 4 1 (Assistant Professor of Computer Science Engineering) The Kavery Engineering College RFID Technology Based Student Management System Using IOT Application Umapathy M 1, Indhu V 2, Karthick S 3, Ayyanar S 4 1 (Assistant Professor of Computer Science Engineering) The Kavery Engineering College

More information

A SURVEY ON CLOUD BASED SMART PARKING SYSTEM BASED ON INTERNET OF THINGS TECHNOLOGIES

A SURVEY ON CLOUD BASED SMART PARKING SYSTEM BASED ON INTERNET OF THINGS TECHNOLOGIES A SURVEY ON CLOUD BASED SMART PARKING SYSTEM BASED ON INTERNET OF THINGS TECHNOLOGIES Sucheta M. Kokate 1, Vishal N. Nayakwadi 2, Mahadeo J. Gaikwad 3 1 Assitant Professor, Department of Computer Engineering,

More information

IOT BASED TRAFFIC CONGESTION MONITORING AND MANAGEMENT SYSTEM

IOT BASED TRAFFIC CONGESTION MONITORING AND MANAGEMENT SYSTEM IOT BASED TRAFFIC CONGESTION MONITORING AND MANAGEMENT SYSTEM Dr.D.Selvaraj 1, Bharathiraja R 2, Gokul Nath V 3, Immanuel E 4, Jyothesvar GL 5 1Professor, Department of Electronics and Communication Engineering

More information

Automated Toll Cash Collection System for Road Transportation

Automated Toll Cash Collection System for Road Transportation Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 2, February 2015,

More information

RFID Based Smart Car Parking System Using IOT

RFID Based Smart Car Parking System Using IOT RFID Based Smart Car Parking System Using IOT S. Prince Samuel 1, B. Kishore 2, S. Poorna Chandran 3, V. Kameshwaran 4 1 SNS COLLEGE OF TECHNOLOGY, Assistant Professor, Dept. of Electronics and Instrumentation

More information

ONLINE TOLLGATE MANAGEMENT SYSTEM

ONLINE TOLLGATE MANAGEMENT SYSTEM ONLINE TOLLGATE MANAGEMENT SYSTEM 1 Ranjani.S, 2 Kalpana.K, 3 Kiruthika.V, 4 R.Sathish 123 UG Scholars, 4 Assist.Prof Computer science engineering, surya engineering college, Mettukadai, erode, tamilnadu.

More information

Largest Indian private shipyard implements RFID-enabled MANPOWER TRACKING SYSTEM

Largest Indian private shipyard implements RFID-enabled MANPOWER TRACKING SYSTEM Largest Indian private shipyard implements RFID-enabled MANPOWER TRACKING SYSTEM Automated real-time attendance tracking in and out of the premises Automated ID verification and alerts GPRS integration

More information

Real Time Automatic Ration Material Distribution System

Real Time Automatic Ration Material Distribution System IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 05-09 www.iosrjournals.org Real Time Automatic Ration Material Distribution System Pranjal Pedwal 1 1 (pnpedwal@gmail.com,

More information

SMART BUS FARE TICKETING SYSTEM USING RFID TECHNOLOGY AND GSM MODULE

SMART BUS FARE TICKETING SYSTEM USING RFID TECHNOLOGY AND GSM MODULE RESEARCH ARTICLE OPEN ACCESS SMART BUS FARE TICKETING SYSTEM USING RFID TECHNOLOGY AND GSM MODULE ANTONY FERNANDAS.F 1, LOKESH.S 2, HARIKRISHNAN.N 3, KARTHIKRAJA.M 4. Assistant Professor 1, Final Year

More information

RFID, ZigBee and GSM Based Automatic Billing Trolley For Shopping Mall

RFID, ZigBee and GSM Based Automatic Billing Trolley For Shopping Mall RFID, ZigBee and GSM Based Automatic Billing Trolley For Shopping Mall Prof. P.C. Warule 1, Gavhane Pratiksha S. 2, Ghorpade Rutuja V. 3, Joshi Prasad V. 4, Department of E&TC, Pravara Rural Engineering

More information

Automated Ration Dispenser using Embedded System

Automated Ration Dispenser using Embedded System GRD Journals Global Research and Development Journal for Engineering International Conference on Innovations in Engineering and Technology (ICIET) - 2016 July 2016 e-issn: 2455-5703 Automated Ration Dispenser

More information

RFID Based Automatic Shopping Cart

RFID Based Automatic Shopping Cart International Journal of Advances in Scientific Research and Engineering (ijasre) E-ISSN : 2454-8006 DOI: http://dx.doi.org/10.7324/ijasre.2018.32704 Volume 4, Issue 5 May - 2018 RFID Based Automatic Shopping

More information

RFID Based Automatic Toll Collection System Using GSM Technology 1 A. Swathi, 2 B. Masthan Baba

RFID Based Automatic Toll Collection System Using GSM Technology 1 A. Swathi, 2 B. Masthan Baba 2018 IJSRST Volume 4 Issue 5 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology RFID Based Automatic Toll Collection System Using GSM Technology 1 A. Swathi, 2 B. Masthan

More information

KEYWORDS: RFID, RFID tags, RFID receiver, Lecturer, Students, Attendance. INTRODUCTION:

KEYWORDS: RFID, RFID tags, RFID receiver, Lecturer, Students, Attendance. INTRODUCTION: STUDENTS MONITORING SYSTEM USING RFID- TYPE EMBEDDED Dr.Praveen Chakkaravarthy.S 1, Giri Prasath.J 2, Jeevithaa.S 3, Hari Prasanth.M 4,Krishnayogeshwaramurty.K 5 1 Professor, 2,3,4,5 Student Members Department

More information

(a) (i) Define the term real-time. [2 marks]

(a) (i) Define the term real-time. [2 marks] 1. Walrus radio-tracking in the southern Chukchi Sea 2008 During the 2008 migration, researchers attached satellite radio-tags to 28 walruses in the southern Chukchi Sea region. Tracking data from this

More information

ELECTRONIC TOLL COLLECTION (ETC) AT NATIONAL HIGHWAYS TOLL PLAZAS

ELECTRONIC TOLL COLLECTION (ETC) AT NATIONAL HIGHWAYS TOLL PLAZAS ELECTRONIC TOLL COLLECTION (ETC) AT NATIONAL HIGHWAYS TOLL PLAZAS Management of User Fee Presently, Toll(User Fee) is being collected at the Toll Plazas of BOT (Toll), BOT (Annuity) and Public funded projects

More information

Mining Vigilance Eco System for Karnataka -Department of Mining & Geology

Mining Vigilance Eco System for Karnataka -Department of Mining & Geology Mining Vigilance Eco System for Karnataka -Department of Mining & Geology 1 Contents 1. Existing Mining Vigilance Process and Objectives 2. Proposed Solution Architecture 3. Proposed Flow of Mining Vigilance

More information

Monitoring and Centering a Remote Discrete Using Rfid through Sim Module

Monitoring and Centering a Remote Discrete Using Rfid through Sim Module International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 4 Issue 5 May 2015 PP.71-79 Monitoring and Centering a Remote Discrete Using Rfid through

More information

CHIP. ParkPro 3.0. for Parking Management

CHIP. ParkPro 3.0. for Parking Management CHIP ParkPro 3.0 for Parking Management CONTROL YOUR MANAGEMENT PROCESS AND ELIMINATE ABUSE BENEFITS Monitor and Control Parking Access. Manage the space for a higher income. Identify cars instead of card

More information

Review of RFID Based Attendance System

Review of RFID Based Attendance System Review of RFID Based Attendance System Snehal V. Baviskar, Prof. D.D.Dighe 1. Snehal V. Baviskar, M.E.Student, Department of E&TC, MCERC Eklahare, Nashik, Maharashtra, India 2. prof. D.D. Dighe, HOD, Department

More information

SMART TOLL PLAZA SYSYTEM USING IOT

SMART TOLL PLAZA SYSYTEM USING IOT SMART TOLL PLAZA SYSYTEM USING IOT A.Dasthagiraiah 1, N.V.Subbareddy 2, N.Sonali 3, SK.Thasleem 4,P.Muntaz 5,G.Vijayanarasimhudu 6 1 Assistant professors, 2 HOD of E.C.E, 3,4,5,6 UG students in E.C.E at

More information

VEHICLE REGISTRATION & TRACKING

VEHICLE REGISTRATION & TRACKING VEHICLE REGISTRATION & TRACKING Vehicle Ownership & Road Safety Management WHITE PAPER www.muehlbauer.de 1 Requirements... 3 Need for Tracking... 3 Benefits... 3 2 Key Elements... 4 Vehicle Registration...

More information

Available online Journal of Scientific and Engineering Research, 2018, 5(4): Research Article

Available online   Journal of Scientific and Engineering Research, 2018, 5(4): Research Article Available online www.jsaer.com, 2018, 5(4):333-340 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR Automatic Access Control System using Arduino and RFID Orji EZ*, Oleka CV, Nduanya UI Computer Engineering,

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 3, March-2016 1026 LIFI BASED AUTOMATED SMART TROLLEY USING RFID V.Padmapriya 1, R.Sangeetha 2, R.Suganthi 3, E.Thamaraiselvi

More information

Dimov Stojče Ilčev. CNS Systems

Dimov Stojče Ilčev. CNS Systems Electronic Vehicle Registration (EVR) Presentation by: Dimov Stojče Ilčev Durban University of Technology (DUT) Space Science Centre (SSC) CNS Systems August 2011 Automatic Vehicle Identification (AVI)

More information

Design of RFID Based attendance system

Design of RFID Based attendance system Design of RFID Based attendance system Snehal V. Baviskar, P.G.Student, Dept. of E&TC, MCOERC, Nashik, Maharashtra, India Prof. D.D.Dighe HOD, Dept. Of E&TC, MCOERC, Nashik, Maharashtra, India ABSTRACT

More information

Advanced Traffic Signal Control System for Congestion Control

Advanced Traffic Signal Control System for Congestion Control IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X Advanced Traffic Signal Control System for Congestion Control C.Jerlin Ajith Davidson

More information

ELECTRONIC TOLL COLLECTION SYSTEM USING PASSIVE RFID TECHNOLOGY

ELECTRONIC TOLL COLLECTION SYSTEM USING PASSIVE RFID TECHNOLOGY ELECTRONIC TOLL COLLECTION SYSTEM USING PASSIVE RFID TECHNOLOGY 1 KHADIJAH KAMARULAZIZI, 2 DR.WIDAD ISMAIL 1 School of Electrical and Electronic, University Science Malaysia 2 School of Electrical and

More information

AUTOMATIC VEHICLE SPEED SURVEILLANCE AND PENALTY SYSTEM

AUTOMATIC VEHICLE SPEED SURVEILLANCE AND PENALTY SYSTEM Proceedings of the International Conference on Mechanical Engineering and Renewable Energy 2015 (ICMERE2015) 26 29 November, 2015, Chittagong, Bangladesh ICMERE2015-PI-223 AUTOMATIC VEHICLE SPEED SURVEILLANCE

More information

Smart Cart Using Arduino and RFID

Smart Cart Using Arduino and RFID Smart Cart Using Arduino and RFID Sarika S. Pandey 1, Soumya R. Gupta 2, Meenaz M. Shaikh 3, Komal M. Rawat 4, Prof. Pravin Jangid 5, Prof. Ragini Mishra 6 1,2,3,4,5 Department of Computer Engineering,

More information

IMPLEMENTATION OF SMART SHOPPING THROUGH AUTOMATED BILLING TROLLEY

IMPLEMENTATION OF SMART SHOPPING THROUGH AUTOMATED BILLING TROLLEY IMPLEMENTATION OF SMART SHOPPING THROUGH AUTOMATED BILLING TROLLEY S.Premanand 1, R.Satheesh 2, S.Vignesh 3, C.Vijaya kumar 4 1 (Department of ECE, Assistant Professor, GKM College of Engineering and Technology,

More information

IOT Based Smart Shopping Cart (SSC) With Automated Billing and Customer Relationship Managemant (CRM).

IOT Based Smart Shopping Cart (SSC) With Automated Billing and Customer Relationship Managemant (CRM). IOT Based Smart Shopping Cart (SSC) With Automated Billing and Customer Relationship Managemant (CRM). Dr.K.A.Shirsath-Nalavade 1,Aarti Jaiswal 2,Swati Nair 3,Gayatri Sonawane 4,Suchita 5 1 Head Of Department,

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 21 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(21), 2014 [12736-12740] Research on informational management of laboratory

More information

Smart Trolley System Based on Android

Smart Trolley System Based on Android IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 10 April 2017 ISSN (online): 2349-784X Smart Trolley System Based on Android Ms. Neha A Anpat Ms. Karuna V Belgudri NBN

More information

Campus Access Management System via RFID

Campus Access Management System via RFID Campus Access Management System via RFID Komal K. Maheshkar, Dhiraj G. Agrawal Abstract For colleges where security is vital and access to certain areas of campus must be controlled & monitored, there

More information

E-RTO MANAGEMENT SYSTEM AND VEHICLE AUTHENTICATION USING RFID

E-RTO MANAGEMENT SYSTEM AND VEHICLE AUTHENTICATION USING RFID E-RTO MANAGEMENT SYSTEM AND VEHICLE AUTHENTICATION USING RFID ALPANA GOPI, LITTY RAJAN,DIVYA P R, SURYA RAJAN --------------------------------------------------------------------------***------------------------------------------------------------------

More information

DIGITALIZED VEHICLE IDENTIFICATION AND PAPERLESS DRIVERS

DIGITALIZED VEHICLE IDENTIFICATION AND PAPERLESS DRIVERS DIGITALIZED VEHICLE IDENTIFICATION AND PAPERLESS DRIVERS SARALA DEVI C S 1, SHARMILA G 2, TAMILARASI K 3, IYSWARIYA A 4 1,2,3UG Scholar, Department of Electronics and Communication Engineering 4Assistant

More information

RFID BASED SMART TROLLEY FOR SUPERMARKET AUTOMATION

RFID BASED SMART TROLLEY FOR SUPERMARKET AUTOMATION RFID BASED SMART TROLLEY FOR SUPERMARKET AUTOMATION ANJALI PERADATH 1, ANJALI PURUSHOTHAMAN 2, ANJANA GOPINATH 3, ANUSREE K M 4 Mr.NITHIN JOE 5 1,2,3,4 Third year student,dept. of Electronics and Communication

More information

Automated Shopping Cart

Automated Shopping Cart Int. Conf. on Signal, Image Processing Communication & Automation, ICSIPCA Automated Shopping Cart Chinmay.U.K 1, Lahari Prasad 2 and Dr. Mohan Kumar Naik 3 1-2 Student(finalyear), Electronics and Communication

More information

A Prevention and Automation of Public Distribution System using RFID and Facial Recognition Camera

A Prevention and Automation of Public Distribution System using RFID and Facial Recognition Camera IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 02 (February. 2014), V6 PP 09-13 www.iosrjen.org A Prevention and Automation of Public Distribution System

More information

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) AUTOMATED CAR PARKING SYSTEM WITH NFC ACCESS

INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) AUTOMATED CAR PARKING SYSTEM WITH NFC ACCESS INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print) ISSN 0976 6472(Online) Volume 4, Issue 5, September October, 2013, pp. 201-206 IAEME: www.iaeme.com/ijecet.asp

More information

What is RFID? RFID versus Bar Coding

What is RFID? RFID versus Bar Coding What is RFID? There are two primary types of RFID that are used in tagging, tracking and finding items. RFID stands for Radio-Frequency Identification. The acronym refers to small electronic devices (labels

More information

Comprehensive study of Smart Parking System

Comprehensive study of Smart Parking System Comprehensive study of Smart Parking System Anish Vahora 1, Siddharaj Gogre 2, Palash Gandhi 3,PratikVaswani 4 1 Asst. Prof. B.V.M Engineering College Anand, Gujarat-388120 2,3,4 Student B.V.M Engineering

More information

Automated Parking System using Web Application

Automated Parking System using Web Application Automated Parking System using Web Application Prof. Sejal D mello 1, Prof. Ashmita Shetty 2, Bhavesh Yadav 3, Shraddha Shahane 4 and Vidya Ugale 5 1, 2, 3, 4, 5 (Information Technology, Atharva College

More information

International Journal of Advance Engineering and Research Development. RFID Technology for vehicle identification

International Journal of Advance Engineering and Research Development. RFID Technology for vehicle identification Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 1, January -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 RFID

More information

AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE

AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE Volume 119 No. 14 2018, 1081-1087 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATIC TICKET PRINTING AND TICKET CHECKING SYSTEM FOR SHIP SERVICE USING QR CODE S.Sasirekha 1,

More information

CHAPTER 1 INTRODUCTION. identification This technology is called Radio Frequency Identification

CHAPTER 1 INTRODUCTION. identification This technology is called Radio Frequency Identification CHAPTER 1 INTRODUCTION A. Background of Study Today, Technology develops very quickly along with the need of human that want easiness, rapidity, and accurate information, especially in identification This

More information

II. LITERATURE REVIEW

II. LITERATURE REVIEW Automated Smart Trolley with Smart Billing Using Arduino Suganya.R 1, Swarnavalli. N 2, Vismitha. S 3, Mrs. G.M. Rajathi 4 1 Department of ECE, Sri Ramakrishna Engineering College, Coimbatore 2 Associate

More information

Introduction to RFID

Introduction to RFID Introduction to RFID Hu Hai Year 1 Mphil Student 2004. 09. 11 1. What is RFID? Radio frequency identification, or RFID, is a generic term for that use radio waves to automatically identify people or objects.

More information

SOLVING VEHICLE EMISSIONS IN CITIES BASED ON RFID AND GPRS/GSM TECHNOLOGY

SOLVING VEHICLE EMISSIONS IN CITIES BASED ON RFID AND GPRS/GSM TECHNOLOGY SOLVING VEHICLE EMISSIONS IN CITIES BASED ON RFID AND GPRS/GSM TECHNOLOGY R. PAVAN KUMAR 1, K V MURALI MOHAN. 2 1 R.Pavan Kumar, M.Tech Student, Holy Mary Institute of Technology and science, Bogaram,

More information

IOT & RFID Technology

IOT & RFID Technology International Journal of Scientific Research in Computer Science, Engineering and Information Technology IOT & RFID Technology Laxmi Gupta *1, Anushree Goud* 2 2018 IJSRCSEIT Volume 3 Issue 5 ISSN : 2456-3307

More information

Fleet Management Solutions

Fleet Management Solutions RFID FOR FLEET MANAGEMENT TagItalia is main solution provider for Fleet Management services and devices for public and private transport companies. High level automation in procedures can be obtained using

More information