WSN For Traffic Monitoring Using Raspberry Pi Board
WSN For Traffic Monitoring Using Raspberry Pi Board
WSN For Traffic Monitoring Using Raspberry Pi Board
com
(IJAER) 2014, Vol. No. 8, Issue No. III, Sep ISSN: 2231-5152
ABSTRACT
In this project, This research paper is based on the concept of automatic ticket vending machine by using
RFID and Zigbee technique. In order to ensure the passenger journey with no quarrels and mesh we
employ this ticket friend solution that replaces the traditional paper ticketing by RFID tickets and
vouchers, vended through automated machine using smart cards, which improves the convenience and
security of transaction. Ticket friend solution through automated machine enables the passenger to
predetermine the transport details. In this automated system we replace the traditional ticket system by
smart card that contains all details of the user including bank account information. This is similar to the
atm card. This automatic ticket vending machine consists of display which shows the availability of trains
for all destinations. The person can find out the destination place by pressing the buttons available on
that machine with the help of zigbee. If the location is selected then the availability of trains along with
the time is displayed. If the people confirm to go in certain train, by using smart card the person can
receive the tickets employing RFID technique and by showing the ticket in front of the train the door
opens automatically and after some predetermined seconds it gets closed
INTRODUCTION
This paper presents an introduction to if any passenger is travelling without any ticket. Railway
ticket booking through RFID is better than other technologies.Globalsystemfor mobile
communication (GSM) modules and latest high speed Microcontrollers to achieve the desired
results. Thus, we have built our system using RFID transponders and readers. The advantage of
RFID is that it is a cost effective system which will provide uninterrupted communication in our
network even in bad weather conditions.
30
(IJAER) 2014, Vol. No. 8, Issue No. III, Sep ISSN: 2231-5152
A. RFID READERS
High frequency RFID readers are installed above the roads prior to every traffic light system
in all directions in such a manner that the entire area comes under the range of RFID reader.
B. ARM7 HARDWARE
The ARM7 family includes the ARM7TDMI, ARM7TDMI-S, ARM720T and
ARM7EJ-S processors. The ARM7TDMI core is the industry’s most widely used 32-bit
embedded RISC microprocessor solution. Optimized for cost and power-sensitive applications,
the ARM7TDMI solution provides the low power consumption, small size, and high
31
(IJAER) 2014, Vol. No. 8, Issue No. III, Sep ISSN: 2231-5152
performance needed in portable, embedded applications. The ARM7TDMI core uses a three-
stage pipeline to increase the flow of instructions to the processor. This allows multiple
simultaneous operations to take place and continuous operation of the processing and memory
systems. The ARM7TDMI core has seven modes of operation:
UART communication
Serial data communication uses two methods, asynchronous and synchronous. The
synchronous method transfers a block of data (characters) at a time while the asynchronous
transfers a single byte at a time. It is possible to write software to use either of these methods, but
the programs can be tedious and long. For this reason, there are special IC chips made by many
manufacturers for serial data transfer communications. These chips are commonly referred to as
UART (Universal Asynchronous Receiver-Transmitter) and USART (Universal Synchronous-
Asynchronous Receiver-Transmitter). The ARM chip has a built-in UART.
RS232 standards
RS232 is the most widely used serial I/O interfacing standard. This standard is used in
PCs and numerous types of equipment. However, since the standard was set long before the
advent of the TTL logic family, its input and output voltage levels are not TTL compatible. In
RS232, a 1 is represented by -3 to -25V, while a 0 bit is +3 to +25V, making -3 to +3 undefined.
For this reason, to connect any RS232 to a microcontroller system we must use voltage
converters such as MAX232 to convert the TTL logic levels to the RS232 voltage level, and vice
versa. MAX232 IC chips are commonly referred to as line drivers.
32
(IJAER) 2014, Vol. No. 8, Issue No. III, Sep ISSN: 2231-5152
Max232:
MAX232 is compatible with RS-232 standard, have dual transceiver. Each receiver
converts TIA/EIA-232-E levels into TTL/CMOS levels. Each driver converts TTL/CMOS levels
into TIA/EIA-232-E levels. The MAX3232 is characterized for operation from -40°C to +85°C
for all packages.MAX3232 is purposed for application in high-performance information
processing systems and control devices of wide application.
(IJAER) 2014, Vol. No. 8, Issue No. III, Sep ISSN: 2231-5152
The LCD's are lightweight with only a few millimeters thickness. since the LCD's consume less
power, they are compatible with low power electronic circuits, and can be powered for long
durations .The LCD's don't generate light is needed to read the display. By using backlighting,
reading is possible in the dark .The LCD's have long life and a wide operating temperature range.
One of the most popular output devices for embedded electronics is LCD. The LCD interface has
become very simple. This is due to the availability modules for LCDs. The LCD along with
necessary controller (LCD Controller) and mounting facility is made available in the module
itself. The LCD controller takes care of everything necessary for the LCD. We communicate
with the LCD controller with the help of a command set provided by the manufacturer.
D. GSM NETWORK:
Global system for mobile communication (GSM) is a globally accepted standard for
digital cellular communication. GSM is the name of a standardization group established in 1982
to create a common European mobile telephone standard that would formulate specifications for
a pan-European mobile cellular radio system operating at 900 MHz.
GSM provides recommendations, not requirements. The GSM specifications define the
functions and interface requirements in detail but do not address the hardware. The reason for
this is to limit the designers as little as possible but still to make it possible for the operators to
buy equipment from different suppliers. The GSM network is divided into three major systems:
the switching system (SS), the base station system (BSS), and the operation and support system
(OSS). The basic GSM network elements are shown in below figure
A GSM modem is a wireless modem that works with a GSM wireless network. A
wireless modem behaves like a dial-up modem. The main difference between them is that a dial-
up modem sends and receives data through a fixed telephone line while a wireless modem sends
and receives data through radio waves.
34
(IJAER) 2014, Vol. No. 8, Issue No. III, Sep ISSN: 2231-5152
HARDWARE IMPLEMENTION
In our prototype implementation we have used ARM7 microcontroller along with low
frequency RFID reader (125 kHz).LCD is interfaced with the microcontroller to display the
category of the places from which place to which place. The RFID readers read the information
from the tag; this information is fed into the microcontroller unit for the further processing.
This paper presents an introduction to if any passenger is travelling without any ticket. IR
sensors are used to count the number of persons entering in to train. Each passenger has to be
show his/her ticket (RFID) while entering in to train. Controller calculates how many persons are
entering in to train having with and without tickets. Person count, who doesn’t take tickets, will
be sent to internal ticket vending machine. One key pad is provided with Ticket vending
machine. Passenger can buy a ticket inside the train by using this machine. Our machine waits
for predefined time. After citrine delay, if each and every person having tickets; our machine just
ignores it, if it detects any ticket less person automatically message will be forwarded to
corresponding T.C with that bogie information and If the person is supposed to consume alcohol
that is detected with the help of alcohol sensor and that person is not permitted inside the train.
35
(IJAER) 2014, Vol. No. 8, Issue No. III, Sep ISSN: 2231-5152
REFERENCES
[1] Ben Ammar Hatem Hamm Habib ,” Bus Management System Using RFID In
WSN”,European andMediterranean Conference on Information Systems 2010(EMCIS2010)
April 123 2009, Abu Dhabi, UAE
[2] Md. Foisal Mahedi Hasan, Golam Tangim, Md. Kafiul Islam, Md. Rezwanul Haque
Khandokar,Arif Ul Alam,”RFIDbased Ticketing for
PublicTransportSystem:PerspectiveMegacityDhaka”.
[3] Ameer H. Morad,” GPS Talking For Blind People”,Journal of emerging technologies in web
intelligence, Vol. 2, No. 3, augest 2010.
[4]Dhruba Ningombam, Chitra, Nitashi Kalita, Vinita Pat Pingua,”An Intelligent Voice Enabled
Distance to Empty and Navigation System”,International Journal of Soft Computing and
Engineering (IJSCE) ISSN: 2231-2307, Volume-2, Issue-3, July 2012
[5] Ran Hee Jeong, and Laurence R. Rilett (2004) “The Prediction of Bus Arrival Time Using
AVL Data”, Transportation Research Board 83rdAnnual Meeting, Washington D.C.
[6] Qing-Jie Kong, Yikai Chen, and Yuncai Liu,(2009) "A fusion-based system for road-network
traffic state surveillance: a case study of shanghai," IEEE Intelligent Transportation Systems M
agazine, vol. 1, no. 1, pp. 37-42.
[7] Sheng, Q.Z., Li, X. and Zeadally, S. (2008) “Enabling Next-Generation RFID Applications:
Solutions and Challenges”, IEEE Computer, Vol 41 No 9, pp 21-28.
[8] Ollivier M., (1995) “RFID-a new solution technology for security problems”, European
Convention on Security and Detection, 408, pp. 234-238.
[9] Bo Yan, Danyu Lee; , "Design of Sight Spot Ticket Management System Based on RFID",
pp. 496 -499, 2009 International Conference on Networks Security,WirelessCommunications
and Trusted Computing.
[10] Venugopal Prasanth, Hari Prasad R., K.P. Soman, "TicketingSolutions for Indian Railways
Using RFIDTechnology," act,pp.217-219, 2009 International Conference on Advances in
Computing, Control, and Telecommunication Technologies, 2009.
36
(IJAER) 2014, Vol. No. 8, Issue No. III, Sep ISSN: 2231-5152
[11] Maria Grazia GNONI, Alessandra ROLLO, PiergiuseppeTUNDO, "A smart model for
urban ticketing based onRFIDapplications," IEEM09-P-0572, 2009
IEEEInternationalConference on Industrial Engineering and Engineering Management (IEEM)
.[12] Ana Aguiar, Francisco Nunes, Manuel Silva, Dirk Elias,"Personal Navigator for a Public
Transport System using RFID.
37