RFID Based Automated Toll Plaza System
RFID Based Automated Toll Plaza System
ISSN 2250-3153
Abstract- This research paper describes the automated toll toll gate on every single row where vehicles are passed. The
collection system for toll gate based on RFID technology. Most reader contains an RF module, which acts as both transmitter and
of the toll collection systems commonly used in Myanmar is receiver of radio frequency signals. The reader generates the
manual transaction. Nowadays, streams of traffic are increased signal to receive the data from tag. The received signals send to
and toll gate on highways are congested. It will cause the traffic the computer system which contains Graphical User Interface
jam and waste time. The objective of this journal paper is to (GUI) and the database of all users. The ID number from the tag
transform manual transaction to automated toll collection with checks with the recorded database and deduces the toll tax. The
the help of RFID technology. There are three portions in toll computer and microcontroller are connected with USB cable. So,
collection system. They are RFID system, balance deduction the PIC 18F4550 microcontroller is very compatible for system.
system in host computer and toll gate control system. For the The microcontroller will display the amount of deposits on LCD
RFID system, 13.56 MHz passive RFID reader and tag pairs are and the gate will open. The IR sensor senses the vehicle motion
used. The balance deduction system is implemented by Microsoft for closing gate automatically.
Visual Studio and Microsoft SQL Server as IDE. C# language is
used to implement this system. The PIC microcontroller is also
used to control the stepper motor and display the deposit on the II. RELATED WORK
LCD. The authorized person at the toll gate can check the ID In [3], the author mentioned that the micro simulation model
numbers, vehicle numbers and the amount of balance with the for the automated toll plaza system using RFID technology. The
database on PC. The new user can register and update the amount 8051 microcontroller is used for the control system. The signal is
of balance via Graphical User Interface (GUI) easily. The sent to the PC via RS-232 cable from PIC. In this system, the
amount of deposits will also update simultaneously at the two microcontroller is the main part of the system because of the
database of the toll gate because of LAN network. By using this signal is sent to PC and the output results showed on the LCD
system, it will save time, i.e. by avoiding long queue as no need display. And then, the microcontroller sent the signal to the
to stop the vehicle and no need of manual transaction at the toll motor driver for opening the traffic gate. The author also
gate. described the GSM modem to update the information about the
database of user account.
Index Terms- RFID, Microsoft Visual Studio, Stepper Motor, In [5], the author explained that the RFID based automatic
Database toll gated system. The frequency 928 MHz is used for the
communication between RFID system and the control system.
The microcontroller was programmed using the C programming
I. INTRODUCTION language and Visual Basic was used in the serial communication
www.ijsrp.org
International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 2
ISSN 2250-3153
8MHz 10k
IR sensor
13 33 Output
RB0 GND
37 RB4
22p VCC
38 RB5
39
RB6
40 RB7 16 12V
18 11 31 Motor
15 Rectifier circuit AC
VUSB VSS VSS 14
13
ULN2003A
Motor driver
3. Stepper Motor
Stepper motor
The stepper motor is an electronic device that converts
LCD display
digital pulses into mechanical shaft rotation. The most significant
555 timer
advantage of stepper motor is its ability to be accurately
IR sensor
controlled in an open loop system. The advantages of stepper
motor are –
Power supply unit Low cost and high reliability
High torque at low speeds and a simple
1. PIC 18F4550 microcontroller Rugged construction that operates in almost
The PIC 18F4550 a is 16 bit microcontroller which contains any environment
a program memory of 32-kbytes, data memory of 256 byte,
version 2.0 USB compliant, DC operating frequency of 48MHz, There are two types of stepper motor. They are unipolar
10bit A/D module (13 channels) and wide operating voltage stepper motor and bipolar stepper motor.The unipolar stepper
range (2.2V to 5.2V). The main reasons of using PIC 18f4550 are motor is used for this system because its winding is made
compliant of USB connection, many I/O ports and having relatively simple with the communication circuit than bipolar
interrupt pin for IR sensor (RB0). stepper motor in open loop system. The supply voltage for motor
2. Motor Driver is 12V. This motor is used to open the traffic gate at the toll gate
The ULN2003A driver IC is used for this system. An station.
ULN2003A is a high-voltage, high-current Darlington transistor 4. Liquid Crystal Display (LCD)
array features continuous load current rating to 500mA for each This module used for display the present status of the
of the seven driver. High output voltage is 50V. Its input is system. This is interface to 4 bit mode with LM016L
compatible with various types of logic.
www.ijsrp.org
International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 3
ISSN 2250-3153
microcontroller LCD screen consists of two lines with sixteen transmitter is designed for 38kHz frequency. The 555 timer is
characters each. used as an astable state. The variable resistor can adjust upto a
certain frequency. The transmitter circuit diagram is designed as
5. 555 Timer shown in figure4.
The 555 timer IC is an integrated circuit (chip) used in a The frequency oscillation of the astable operation for 555
variety of timer, pulse generation, and oscillator applications. timer is
The 555 can be used to provide time delays, as an oscillator, and
as a flip-flop element. The supply voltage is usually between 3
and 15V depending on the variation. The 555 timer has three
operation modes : f = frequency (Hz), R2 = variable resistor (8.123k
(a) Monostable operation mode ohms), C1 = capacitor (0.002 uF).
In this mode, the 555 functions as a "one-shot" pulse
generator.Applications include timers, missing pulse (ii) Receiver section
detectionfrequency divider, capacitance measurement, pulse- The receiver section is designed to pick up the tramsmitted
width modulation (PWM) and so on. frequency. The 555 timer is also used in the receiver circuit as
the monostable state. The output condition of the 555 timer IC is
(b) Astable operation mode need to stable and send these signal to the PORTB (RB0) of the
The 555 can operate as an oscillator.Uses include LED and PIC 18F4550 microcontroller. TSOP 1738 IR sensor is used for
lamp flashers, pulse generation, logic clocks, security alarms, the system because of the transmitted frequency is 38kHz. The
pulse position modulation and so on.The 555 can be used as a TSOP 1738 is a standard IR remote control receiver.
The receiver circuit diagram using TSOP 1738 IR sensor is shown in figure4.
Figure4.(1) Transmitter circuit for 38 kHz frequency using IR LED, (2) Receiver circuit using TSOP 1738 IR sensor
www.ijsrp.org
International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 4
ISSN 2250-3153
C# language
B. Software Implementation for the system
To accomplish the system, the choosing of software is very
important. The Microsoft SQL Server 2008 and Microsoft Visual C sharp is a programming language that is designed for
Studio 2010 are used as Integrated Development Environment building a variety of applications that run on the .NET
(IDE). The C# language and mikroC language are also used to Framework. C# is simple, powerful, type-safe, and object-
implement the system. The C# language is familiar with many oriented. The many innovations in C# enable rapid application
users and suitable for GUI design. The PIC microcontroller is development while retaining the expressiveness and elegance of
programmed with the PIC kit2 programmer device. C-style languages.
Figure5. Overall flow chart for toll collection system and User registration flow chart
www.ijsrp.org
International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 5
ISSN 2250-3153
Figure6. flow chart for (1) User updating form, (2) User deleting form and (3) IR section for gate control
Figure8. Main window form of the toll collection system and Balance deducing from the user amount
www.ijsrp.org
International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 6
ISSN 2250-3153
The user’s RFID number read from the RFID tag, send these for the system can delete from the database on the user deletion
number to the textbox of the GUI for checking with the recorded form.
database. Then, if the balance enough, the amount of deposit will The simulation of the USB connection between host
show on the LCD and allow the vehicle. If not, the message will computer system and PIC microcontroller using Proteus software
show on the LCD as “Wait”. For the new user, the user need to is shown in figure9.
create register on the GUI easily. If the balance is not enough, the
balance can update in the user updating form. The unwanted user
Figure9. User registring on the registration form, Updating amount on the user updating form and User deletion form
Figure6. (a) The output frequency (38kHz) mesaurement of the IR transmitter circuit and the outputcondition of the IR
receiver circuit (b) no object detected (c) object detected
www.ijsrp.org
International Journal of Scientific and Research Publications, Volume 4, Issue 6, June 2014 7
ISSN 2250-3153
RFID based toll collection system is the best way for toll [6] Sewon Oh, Joosang Park, Yongioon Lee, "RFID-based Middleware System
for Automatic Identification", IEEE International Conference on Service
collection at the toll plaza. Operations and Logistics, and Information, 2005.
[7] Shi-Cho Cha Kuan-Ju Huang Hsiang-Meng Chang, " An Efficient and
Flexible Way to Protect Privacy in RFID Environment with Licenses ",
ACKNOWLEDGMENT IEEE International Conference RFID, April 16-17,2008.
[8] Raj Bridgelall, Senior Member, IEEE, "Introducing a Micro wireless
The author would like to thank his supervisor,head and all of architecture for Business Activity Sensing ", IEEE International Conference
his teachers from Department of Electronic Engineering, RFID, April 16-17,2008.
Mandalay Technological University who gave good suggestions, [9] Rahman, Rohisyam (2007-07-23). "Case Study: Malaysian Smart Shelf".
guidance and supervision for supporting this research. http://www.rfidasia.info/2007/07/case-study, Malaysian – smart – shelf-htm
Retrieved 2007-08-03.
[10] Y. Duan and J. Canny, "Protecting User Data in Ubiquitous Computing,"
Privacy EnhancingTechnologies, LNCS 3424, Springer, 2004, pp. 273–
REFERENCES 291.
[1] “Hitachi's RFID powder freaks us the heck out". Engadget
http://www.engadget.com/2007/02/14/hitachis-rfid-powderfreaks-us-the-
heck-out. Retrieved 2010-04-24.
[2] International Journal of Information and Computation Technology. ISSN AUTHORS
0974-2239 Volume 3, Number 8 (2013), pp 793-800 © “International First Author – AungMyin Win, Master student, Mandalay
Research Publications House”, http://www. irphouse.com /ijict.htm
Technological University and [email protected]
[3] Sachin Bhosale, “AUTOMATED TOLLPLAZA SYSTEM USING RFID”,
ISSN: 2278 – 7798 International Journal of Science, Engineering and Second Author – ChawMyatNwe, Associate Professor,
Technology Research (IJSETR) Volume 2, Issue 1, January 2013. Mandalay Technological University and
[4] Asif Ali Laghari, “RFID Based Toll Deduction System”, I.J. Information [email protected]
Technology and Computer Science, 2012, 4, 40-46 Published Online April Third Author – KyawZinLatt, Lecturer, Mandalay
2012 in MECS (http://www.mecs-press.org/)DOI: 10.5815/ijitcs.2012.04.06 Technological University and [email protected]
[5] Lovemore Gunda, “RFID BASED AUTOMATIC TOLLGATE SYSTEM
(RATS)”, CIE42 Proceedings, 16-18 July 2012, Cape Town, South Africa
© 2012 CIE & SAIIE
www.ijsrp.org