SlideShare a Scribd company logo
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
61
MOBILE TOUR GUIDE COMBINING GPS AND RFID
Pradnya K. Dhamal1
, Prof. Virendra V. Shete2
, Prof. S.B.Somani3
Department of ENTC, MIT College of engineering,
Pune-411038, Maharashtra, India
ABSTRACT
Nowadays there are various methods to guide people at various places in a best way possible
to facilitate information exchanges between visitors and guiders. Various museums, historical places,
educational institutions provide physical surroundings for visiting people to get the knowledge and
get entertained. With the improvement of science and technology, the touring services are improving
continuously, which have went through phases like pamphlets; traditional audio guide; smart mobile
multimedia guides.
This device is designed and fabricated as a ‘GUIDE’ which will guide the visitors by giving
the information about various places in a campus as well as inside a building. It will guide the
visitors in the form of text, audio as well as pictures .Low cost, easy access, portability are the main
features of the device.
Keywords: localization techniques, RFID, GPS, PDA, triangulation
I. INTRODUCTION
Localization can be divided into two categories, depending on the way the user’s location is
determined: direct and indirect (i.e., by proxy). Direct localization methods produce an absolute
coordinate tuple to identify visitor location. Such methods include GPS, Wi-Fi triangulation and
mobile phone network triangulation. With indirect localization, localization is inferred via ‘‘active’’
or ‘‘passive’’ elements whose position is known to the system.
When the user interacts with these elements the system can infer that the user is near the
element’s position in the environment. IrDA, RFID, Bluetooth, bar-coding as well as image
recognition can be identified as indirect localization methods. It is also possible to avoid automated
localization and rely on the user to indicate the location. This can be accomplished by tapping on a
map, on an exhibit icon or even by simply typing in an exhibit code. Limitations on human resources,
difficulties in organising qualified people as a guide lead us to design a smart guide which will give
the information in pictorial, text, as well as audio format.
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 4, July-August, 2013, pp. 61-67
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
62
II. STATE OF THE ART
A ‘sotto voce’ [2] which provides information to the individuals as well as facilitates social
interaction between them .But it supports only audio data. In [3] they provide navigation aids based
both on maps and direction giving. In order to involve a group in the decision making process of
navigation they use a mobile device with a small projector. Current devices use GPS technology [5]
to navigate visitors, but can be used only in outdoors. So, it can not be an alternative to our device.
Hence, we have developed this smart guide to operate in indoor as well as outdoor easily.
Table 1 consists of a comparison between our smart guide and current guiding devices.
TABLE I
COMPARISON BETWEEN CURRENT DEVICES AND OUR DEVICE
Current
Devices
Our Device
Cost High Low
Upgradable Yes No
Multi-
functionality
No* Yes**
User friendly Yes Yes
*Only vocal output; **Vocal, pictorial, and text output
As it can be seen in Table 1, multi-functionality, i.e. being able to provide the visitors of a
place with pictorial, vocal and text information regarding an object, as well as low cost of fabrication
are the two main advantages of our smart guide compared to current devices.
Advantages of this guide are summarized as follows:
1. It gives the output in Pictorial, vocal, as well as text formats. So, it helps in enhancing
visitors’ interest regarding an object or a place.
2. Capability to easily turn off and on.
3. As recording of an audio clip is done by manager, he is able to offer versatility of a language.
4. Device is portable as well as minimizes noise since we can connect headphones whenever
silence zones are there.
5. It overcomes human guides’ limitations as they can become restless after some time and skip
some of useful information, so that visitor would not get proper learning.
III. HARDWARE
All the parts employed to fabricate this guide, are presented in this section.
A. LPC 2138
LPC 2138 are the microcontrollers based on ARM7 TDMI-S CPU. They are widely used in
portable applications. They are 16/32-bit ARM7TDMI-S microcontroller in a tiny LQFP64 package,
8/16/32 kB of on-chip static RAM and 32/64/512 kB of on-chip Flash program memory, 128 bit
wide interface/accelerator enables high speed 60 MHz operation,
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
63
In-System/In-Application Programming (ISP/IAP) via on-chip boot-loader software. Single
Flash sector or full chip erase in 400 ms and programming of 256 bytes in 1 millisecond.
B. Memory
Secure Digital (SD) is a non-volatile memory card format developed for use in portable
devices such as our guide device. It will store the data related to various places.
C. Graphical LCD
LCD is used to display the information as well as pictures related to objects and places. The
model RG128643 YFHLYB-D is used. To display text as well as pictures both of them are converted
to array using LCD assistant bitmap converter which will produce text file from bitmap images so
that we can copy this data array from text file into our program.
D. Charger
This charger is used to charge the battery which provides the power to whole circuit.
E. GPS receiver
This is the receiver which will give position in terms of longitude and latitude of various
places. We are using GPS 1100 smart antenna.
They are the mini size, high performance and have low power consumption.
It is having 12 parallel satellite-tracking channels for fast acquisition and reacquisition,
Provide superior navigation performance in urban canyon and foliage environments, Support
NMEA0183 v3.01 data protocol, has built-in patch antenna, also backup battery is supported.
We have connected GPS receiver through UART with the ARM 7.
For comparing the stored and received co-ordinates we are using GPRMC string from the GPS data.
GPRMC (Recommended minimum specification) string is having the format:
$GPRMC,093931,A,3536.5987,N,13944.8905,E,000.0,090.7,241203,,,A*76, where
1. Sentence ID: $GPRMC
2. UTC of position fix*1: 093931
3. Status: A (data valid)
4. Latitude: 3536.5987
5. North/South: N
6. Longitude: 13944.8905
7. East/West: E
8. Speed over ground: 000.0
9. Course over ground: 090.7 degrees
10. Date: 200313
11. Mode Indicator: A (autonomous)
12. Checksum: 76
From above data, we need latitude and longitude for location defining. So that whenever user
goes at particular place the received co-ordinates from satellite will be compared with already stored
co- ordinates and user will be given relative information about that place.
F. MAX232
This is RS232 to TTL convertor as Microcontroller understands only TTL input. A MAX 232
is used for the interfacing our system with the GPS. The Communication between GPS and the
system is serial communication through UART.
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
64
G. Keypad
Keypad is used for up, down movement of text on LCD screen. We are using 4*1 keypad for
this. The pins of keypad are used for following functions,
Pin 1: Scroll up
Pin 2: Scroll down
Pin 3: Exit
Pin 4: NA
H. Audio amplifier
It is used to listen audio information at the visitor end. We have used LM 386 power
amplifier for this purpose.
I. RFID reader
RFID reader will read the tags which are attached to objects and the information about that
object will be displayed. We are using Micro RWD H4001 “Wiegand” output version. It supports
both the 26 and 36 bit output protocols but we are using 26 bit. The Wiegand protocol (26 bit mode)
itself is made up of a leading even parity bit (for b0 - b11), 24 bits of data (from transponder data)
and a trailing odd parity bit (for b12- b23). For example:-
‘H4001’ tag data (Hex): 04 60 22 12 75
Wiegand 26 bit sequence:-
E (b0 --------- b11) (b12 -------- b23) O
E (0 4 6 0 2 2 ) O
1 0000 0100 0110 0000 0010 0010 1
Where E is EVEN parity bit for bit 0 to 11 and O is ODD parity bit for bits 12 to 23.
Based on above descriptions, Fig. 1 shows the block diagram of the hardware design.
To main circuit in Fig.2
Fig.1 Block Diagram of Hardware Design 1
Fig.2 Block Diagram of Hardware Design 2
Charger
Battery 5VDC
Voltage regulator
MAX232 Microcontroller Audio
amplifier
GPS
receiver
RFID
reader
Memory
Keypad
Graphical
LCD
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
65
IV. SOFTWARE DESIGN
Following are the various softwares used for designing smart guide device:
A. ORCAD
The schematic diagram forms main input document for preparation of the layout. For this
purpose the software for PCB design, ORCAD was used.
B. Proteus
By using this software PCB layout is done.
C. Keil C
It is leading software development platform. It integrates all tools including C compiler,
assembler, linker/locator, HEX file generator.
D. Flash Magic
Flash magic can control the entry into ISP mode of some microcontroller devices by using
the COM port handshaking signals to control the device. We have used it for downloading our
program into the board.
V. TESTING AND RESULTS
The implemented smart guide is successfully tested for both indoor and outdoor locations.
GPS testing is done by connecting it to the COM port of PC as shown in figure 1 .Output strings
were observed on hyperterminal of PC. Unless we get the active GPRMC string; we have to go on
receiving the signal.
Fig.3 GPS testing set up
Fig.4 Data Strings obtained at hyperterminal of PC
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
66
Below are some snapshots of working hardware.
Fig.5 Working hardware
To evaluate the performance of the implemented smart guide, it is necessary to divide it in
two parts: the GPS and the RFID system. But it is important to know that both systems runs
simultaneously, i.e., in outdoor where GPS is present, the system is always scanning for RFID
signals, and in indoor locations, where GPS signal is weak, it keeps trying to obtain a fix on the
current position.
GPS is very reliable source for location identification and so is the RFID, so our guide works
pretty well in outdoor as well as indoor .But the resolution of a GPS is of great concern if a visitor
wants to visit nearer outdoor locations.
VI. CONCLUSION and FUTURE WORK
In this work we designed a smart guide for educational sectors such as colleges, science
exhibitions, institutes etc. The device is capable of providing a visitor with vocal, text and pictorial
information so as to get betterment of learning and tour experience. As a future scope we can
incorporate two way communication that is user can ask the queries to the manager of a place .It’s
low price, easy access, to be used by all range of ages, are main features that distinguish our smart
guide from all current devices.
REFERENCES
[1] Yo-Ping Huang and Shan-Shan Wang, "RFID- Bases Guide Give Museum Visitors More
Freedom", IEEE IT Professional, Vol. 13, and Issue: 2, pp. 25 - 29, March-April 2011
[2] P.M. Aoki et aI., "Sotto Voce: Exploring the Interplay of Conversation and Mobile Audio
Spaces", Proc. ACM Conf On Human Factors in Computing Systems, pp.431-438, April 2002
[3] Alan J. Wecker, Tsvika Kutlik, "Group Navigation with Handheld Mobile Museum Guides",
15th Museums and the Web conference, April 6-9, 2011
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME
67
[4] I. Satoh, "Design and Implementation of Context-Aware Museum Guide Agents', IEICE
Trans. Information and Systems, vol. E93D, no.4. 2010, pp. 789-799
[5] Carlos Delgado-Mata and Romiro Velaquez, Robert J Pooley, Ruth Aylett and Judy
Roberston, "MPISTE: A Mobile, Personalized, Interactive Story Telling Environment", IEEE
Electronics, Robotics and Automotive Mechanics Conference, CERMA 2010, pp. 243-248,
Sept-Oct., 2010
[6] Takashi Okuma, Masakatsu Kourogi, Nobuchika Sakata and Takeshi Kurata, "A Pilot User
Study on 3D Museum Guide with Route Recommendation Using a Sustainable Positioning
System", IEEE International Conference on Control, Automation and Systems, pp.749-753,
Seoul, Korea, Oct 2007
[7] G.Ghiani et aI.,"UbiCicero: A Location-Aware, Multi Device Museum Guide", Interacting
with Computers, vo1.21, no.4, 2009, pp.288-303
[8] Gurudatt Kulkarni, Rani Waghmare, Nikita Chavan and Sandhya Mandhare, “Security in
RFID Technology”, International Journal of Computer Engineering & Technology (IJCET),
Volume 3, Issue 2, 2012, pp. 337 - 343, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.
[9] Deepeshnamdev, Monika Mehra, Prerna Sahariya, Rajeshwaree Parashar and Shikha Singhal,
“Navigation System by Using GIS and GPS”, International Journal of Electronics and
Communication Engineering & Technology (IJECET), Volume 4, Issue 3, 2013,
pp. 232 - 243, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
[10] Seema vora, Prof.Mukesh Tiwari and Prof.Jaikaran Singh, “GSM Based Remote Monitoring
of Waste Gas at Locally Monitored Gui with the Implementation of Modbus Protocol and
Location Identification through GPS”, International Journal of Advanced Research in
Engineering & Technology (IJARET), Volume 3, Issue 2, 2012, pp. 52 - 59, ISSN Print:
0976-6480, ISSN Online: 0976-6499.

More Related Content

What's hot

IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry PiIoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
Sinthana Sambandam
 
E notice board project report
E notice board project reportE notice board project report
E notice board project report
amit chaudhary
 
ppt on cnc machine
ppt on cnc machineppt on cnc machine
ppt on cnc machine
amit chaudhary
 
SMS based Wireless Digital Board with Voice Recognition Based on GSM
SMS based Wireless Digital Board with Voice Recognition Based on GSMSMS based Wireless Digital Board with Voice Recognition Based on GSM
SMS based Wireless Digital Board with Voice Recognition Based on GSM
IRJET Journal
 
GSM Mobile Phone Based LCD Message Display System
GSM Mobile Phone Based LCD Message Display SystemGSM Mobile Phone Based LCD Message Display System
GSM Mobile Phone Based LCD Message Display System
Manish Kumar
 
Electronics Notice Board Notice board using Wi-Fi Report
Electronics Notice Board Notice board using Wi-Fi ReportElectronics Notice Board Notice board using Wi-Fi Report
Electronics Notice Board Notice board using Wi-Fi Report
Vaibhav Pandey
 
GSM Based Campus Display system
GSM Based Campus Display systemGSM Based Campus Display system
GSM Based Campus Display system
Kashyap Shah
 
Hostless : Simple Connectivity For WiMax Devices
Hostless : Simple Connectivity For WiMax DevicesHostless : Simple Connectivity For WiMax Devices
Hostless : Simple Connectivity For WiMax Devices
Green Packet
 
Paper id 252014121
Paper id 252014121Paper id 252014121
Paper id 252014121
IJRAT
 
Smart led display boards
Smart led display boardsSmart led display boards
Smart led display boards
SarojKumar210
 
Kdc100
Kdc100Kdc100
Kdc100
koamtac
 
Mini p gsm based display
Mini p gsm based displayMini p gsm based display
Mini p gsm based display
Ashu0711
 
Folheto BCL 500 i
Folheto BCL 500 iFolheto BCL 500 i
Folheto BCL 500 i
Leuze electronic Ltda
 

What's hot (13)

IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry PiIoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
 
E notice board project report
E notice board project reportE notice board project report
E notice board project report
 
ppt on cnc machine
ppt on cnc machineppt on cnc machine
ppt on cnc machine
 
SMS based Wireless Digital Board with Voice Recognition Based on GSM
SMS based Wireless Digital Board with Voice Recognition Based on GSMSMS based Wireless Digital Board with Voice Recognition Based on GSM
SMS based Wireless Digital Board with Voice Recognition Based on GSM
 
GSM Mobile Phone Based LCD Message Display System
GSM Mobile Phone Based LCD Message Display SystemGSM Mobile Phone Based LCD Message Display System
GSM Mobile Phone Based LCD Message Display System
 
Electronics Notice Board Notice board using Wi-Fi Report
Electronics Notice Board Notice board using Wi-Fi ReportElectronics Notice Board Notice board using Wi-Fi Report
Electronics Notice Board Notice board using Wi-Fi Report
 
GSM Based Campus Display system
GSM Based Campus Display systemGSM Based Campus Display system
GSM Based Campus Display system
 
Hostless : Simple Connectivity For WiMax Devices
Hostless : Simple Connectivity For WiMax DevicesHostless : Simple Connectivity For WiMax Devices
Hostless : Simple Connectivity For WiMax Devices
 
Paper id 252014121
Paper id 252014121Paper id 252014121
Paper id 252014121
 
Smart led display boards
Smart led display boardsSmart led display boards
Smart led display boards
 
Kdc100
Kdc100Kdc100
Kdc100
 
Mini p gsm based display
Mini p gsm based displayMini p gsm based display
Mini p gsm based display
 
Folheto BCL 500 i
Folheto BCL 500 iFolheto BCL 500 i
Folheto BCL 500 i
 

Viewers also liked

Requerimiento mulas carboneras la jagua mingueo caipa-stamarta
Requerimiento mulas carboneras la jagua mingueo caipa-stamartaRequerimiento mulas carboneras la jagua mingueo caipa-stamarta
Requerimiento mulas carboneras la jagua mingueo caipa-stamarta
Josué Jacob Alcalá Guerra
 
La brújula de la vida
La brújula de la vidaLa brújula de la vida
La brújula de la vida
Pablo-Solis
 
Towards preventing software from becoming legacy a road map
Towards preventing software from becoming legacy a road mapTowards preventing software from becoming legacy a road map
Towards preventing software from becoming legacy a road map
IAEME Publication
 
El Romanticismo
El RomanticismoEl Romanticismo
El Romanticismo
ArielRosales7
 
Optimization of reservoir operation using neuro fuzzy techniques
Optimization of reservoir operation using neuro fuzzy techniquesOptimization of reservoir operation using neuro fuzzy techniques
Optimization of reservoir operation using neuro fuzzy techniques
IAEME Publication
 
Cuestionario de Estudio Modulo Armado de Sitios Web
Cuestionario de Estudio Modulo Armado de Sitios WebCuestionario de Estudio Modulo Armado de Sitios Web
Cuestionario de Estudio Modulo Armado de Sitios Web
Walter Jairzinho Sosa Sanabria
 
Performance characteristics for the use of blended safflower oil in diesel en...
Performance characteristics for the use of blended safflower oil in diesel en...Performance characteristics for the use of blended safflower oil in diesel en...
Performance characteristics for the use of blended safflower oil in diesel en...
IAEME Publication
 
DESIGN CONTROL SYSTEM OF AN AIRCRAFT
DESIGN CONTROL SYSTEM OF AN AIRCRAFTDESIGN CONTROL SYSTEM OF AN AIRCRAFT
DESIGN CONTROL SYSTEM OF AN AIRCRAFT
IAEME Publication
 
ODD EVEN BASED BINARY SEARCH
ODD EVEN BASED BINARY SEARCHODD EVEN BASED BINARY SEARCH
ODD EVEN BASED BINARY SEARCH
IAEME Publication
 

Viewers also liked (9)

Requerimiento mulas carboneras la jagua mingueo caipa-stamarta
Requerimiento mulas carboneras la jagua mingueo caipa-stamartaRequerimiento mulas carboneras la jagua mingueo caipa-stamarta
Requerimiento mulas carboneras la jagua mingueo caipa-stamarta
 
La brújula de la vida
La brújula de la vidaLa brújula de la vida
La brújula de la vida
 
Towards preventing software from becoming legacy a road map
Towards preventing software from becoming legacy a road mapTowards preventing software from becoming legacy a road map
Towards preventing software from becoming legacy a road map
 
El Romanticismo
El RomanticismoEl Romanticismo
El Romanticismo
 
Optimization of reservoir operation using neuro fuzzy techniques
Optimization of reservoir operation using neuro fuzzy techniquesOptimization of reservoir operation using neuro fuzzy techniques
Optimization of reservoir operation using neuro fuzzy techniques
 
Cuestionario de Estudio Modulo Armado de Sitios Web
Cuestionario de Estudio Modulo Armado de Sitios WebCuestionario de Estudio Modulo Armado de Sitios Web
Cuestionario de Estudio Modulo Armado de Sitios Web
 
Performance characteristics for the use of blended safflower oil in diesel en...
Performance characteristics for the use of blended safflower oil in diesel en...Performance characteristics for the use of blended safflower oil in diesel en...
Performance characteristics for the use of blended safflower oil in diesel en...
 
DESIGN CONTROL SYSTEM OF AN AIRCRAFT
DESIGN CONTROL SYSTEM OF AN AIRCRAFTDESIGN CONTROL SYSTEM OF AN AIRCRAFT
DESIGN CONTROL SYSTEM OF AN AIRCRAFT
 
ODD EVEN BASED BINARY SEARCH
ODD EVEN BASED BINARY SEARCHODD EVEN BASED BINARY SEARCH
ODD EVEN BASED BINARY SEARCH
 

Similar to Mobile tour guide combining gps and rfid

IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET Journal
 
Real-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound ScanningReal-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound Scanning
IRJET Journal
 
Mobile CDS LTE Simulation Demo
Mobile CDS LTE Simulation Demo Mobile CDS LTE Simulation Demo
Mobile CDS LTE Simulation Demo
Dr. Edwin Hernandez
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
IRJET Journal
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET Journal
 
Fu3310321039
Fu3310321039Fu3310321039
Fu3310321039
IJERA Editor
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET Journal
 
Voice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptVoice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair ppt
Syed Saleem Ahmed
 
Electronic Nameplate System
Electronic Nameplate SystemElectronic Nameplate System
Electronic Nameplate System
IRJET Journal
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET Journal
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET Journal
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
IRJET Journal
 
IRJET- i-Stroller (Robot)
IRJET-  	  i-Stroller (Robot)IRJET-  	  i-Stroller (Robot)
IRJET- i-Stroller (Robot)
IRJET Journal
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
Nilgiri publicity
 
IRJET - Sign Language to Speech Conversion Gloves using Arduino and Flex Sens...
IRJET - Sign Language to Speech Conversion Gloves using Arduino and Flex Sens...IRJET - Sign Language to Speech Conversion Gloves using Arduino and Flex Sens...
IRJET - Sign Language to Speech Conversion Gloves using Arduino and Flex Sens...
IRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
IRJET Journal
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
IAEME Publication
 
Automatic Detection and Notification of Potholes on Roads to Aid Drivers
Automatic Detection and Notification of Potholes on Roads to Aid DriversAutomatic Detection and Notification of Potholes on Roads to Aid Drivers
Automatic Detection and Notification of Potholes on Roads to Aid Drivers
ijtsrd
 
IRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine LearningIRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET Journal
 

Similar to Mobile tour guide combining gps and rfid (20)

IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
 
Real-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound ScanningReal-Time Map Building using Ultrasound Scanning
Real-Time Map Building using Ultrasound Scanning
 
Mobile CDS LTE Simulation Demo
Mobile CDS LTE Simulation Demo Mobile CDS LTE Simulation Demo
Mobile CDS LTE Simulation Demo
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
 
Fu3310321039
Fu3310321039Fu3310321039
Fu3310321039
 
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
IRJET - Enhancing Indoor Mobility for Visually Impaired: A System with Real-T...
 
Voice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair pptVoice and touchscreen operated wheelchair ppt
Voice and touchscreen operated wheelchair ppt
 
Electronic Nameplate System
Electronic Nameplate SystemElectronic Nameplate System
Electronic Nameplate System
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
IRJET- i-Stroller (Robot)
IRJET-  	  i-Stroller (Robot)IRJET-  	  i-Stroller (Robot)
IRJET- i-Stroller (Robot)
 
robotics and embedded system ppt
robotics and embedded system pptrobotics and embedded system ppt
robotics and embedded system ppt
 
IRJET - Sign Language to Speech Conversion Gloves using Arduino and Flex Sens...
IRJET - Sign Language to Speech Conversion Gloves using Arduino and Flex Sens...IRJET - Sign Language to Speech Conversion Gloves using Arduino and Flex Sens...
IRJET - Sign Language to Speech Conversion Gloves using Arduino and Flex Sens...
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
 
Automatic Detection and Notification of Potholes on Roads to Aid Drivers
Automatic Detection and Notification of Potholes on Roads to Aid DriversAutomatic Detection and Notification of Potholes on Roads to Aid Drivers
Automatic Detection and Notification of Potholes on Roads to Aid Drivers
 
IRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine LearningIRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET- Design and Implementation of Driverless Car using Machine Learning
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
IAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
IAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
IAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
DianaGray10
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
Edge AI and Vision Alliance
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
Javier Junquera
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
ScyllaDB
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
Alex Pruden
 
Public CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptxPublic CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptx
marufrahmanstratejm
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
saastr
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
Data Hops
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 

Recently uploaded (20)

GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
What is an RPA CoE? Session 1 – CoE Vision
What is an RPA CoE?  Session 1 – CoE VisionWhat is an RPA CoE?  Session 1 – CoE Vision
What is an RPA CoE? Session 1 – CoE Vision
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
“Temporal Event Neural Networks: A More Efficient Alternative to the Transfor...
 
GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)GNSS spoofing via SDR (Criptored Talks 2024)
GNSS spoofing via SDR (Criptored Talks 2024)
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
zkStudyClub - LatticeFold: A Lattice-based Folding Scheme and its Application...
 
Public CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptxPublic CyberSecurity Awareness Presentation 2024.pptx
Public CyberSecurity Awareness Presentation 2024.pptx
 
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
9 CEO's who hit $100m ARR Share Their Top Growth Tactics Nathan Latka, Founde...
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3FREE A4 Cyber Security Awareness  Posters-Social Engineering part 3
FREE A4 Cyber Security Awareness Posters-Social Engineering part 3
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 

Mobile tour guide combining gps and rfid

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 61 MOBILE TOUR GUIDE COMBINING GPS AND RFID Pradnya K. Dhamal1 , Prof. Virendra V. Shete2 , Prof. S.B.Somani3 Department of ENTC, MIT College of engineering, Pune-411038, Maharashtra, India ABSTRACT Nowadays there are various methods to guide people at various places in a best way possible to facilitate information exchanges between visitors and guiders. Various museums, historical places, educational institutions provide physical surroundings for visiting people to get the knowledge and get entertained. With the improvement of science and technology, the touring services are improving continuously, which have went through phases like pamphlets; traditional audio guide; smart mobile multimedia guides. This device is designed and fabricated as a ‘GUIDE’ which will guide the visitors by giving the information about various places in a campus as well as inside a building. It will guide the visitors in the form of text, audio as well as pictures .Low cost, easy access, portability are the main features of the device. Keywords: localization techniques, RFID, GPS, PDA, triangulation I. INTRODUCTION Localization can be divided into two categories, depending on the way the user’s location is determined: direct and indirect (i.e., by proxy). Direct localization methods produce an absolute coordinate tuple to identify visitor location. Such methods include GPS, Wi-Fi triangulation and mobile phone network triangulation. With indirect localization, localization is inferred via ‘‘active’’ or ‘‘passive’’ elements whose position is known to the system. When the user interacts with these elements the system can infer that the user is near the element’s position in the environment. IrDA, RFID, Bluetooth, bar-coding as well as image recognition can be identified as indirect localization methods. It is also possible to avoid automated localization and rely on the user to indicate the location. This can be accomplished by tapping on a map, on an exhibit icon or even by simply typing in an exhibit code. Limitations on human resources, difficulties in organising qualified people as a guide lead us to design a smart guide which will give the information in pictorial, text, as well as audio format. INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August, 2013, pp. 61-67 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 62 II. STATE OF THE ART A ‘sotto voce’ [2] which provides information to the individuals as well as facilitates social interaction between them .But it supports only audio data. In [3] they provide navigation aids based both on maps and direction giving. In order to involve a group in the decision making process of navigation they use a mobile device with a small projector. Current devices use GPS technology [5] to navigate visitors, but can be used only in outdoors. So, it can not be an alternative to our device. Hence, we have developed this smart guide to operate in indoor as well as outdoor easily. Table 1 consists of a comparison between our smart guide and current guiding devices. TABLE I COMPARISON BETWEEN CURRENT DEVICES AND OUR DEVICE Current Devices Our Device Cost High Low Upgradable Yes No Multi- functionality No* Yes** User friendly Yes Yes *Only vocal output; **Vocal, pictorial, and text output As it can be seen in Table 1, multi-functionality, i.e. being able to provide the visitors of a place with pictorial, vocal and text information regarding an object, as well as low cost of fabrication are the two main advantages of our smart guide compared to current devices. Advantages of this guide are summarized as follows: 1. It gives the output in Pictorial, vocal, as well as text formats. So, it helps in enhancing visitors’ interest regarding an object or a place. 2. Capability to easily turn off and on. 3. As recording of an audio clip is done by manager, he is able to offer versatility of a language. 4. Device is portable as well as minimizes noise since we can connect headphones whenever silence zones are there. 5. It overcomes human guides’ limitations as they can become restless after some time and skip some of useful information, so that visitor would not get proper learning. III. HARDWARE All the parts employed to fabricate this guide, are presented in this section. A. LPC 2138 LPC 2138 are the microcontrollers based on ARM7 TDMI-S CPU. They are widely used in portable applications. They are 16/32-bit ARM7TDMI-S microcontroller in a tiny LQFP64 package, 8/16/32 kB of on-chip static RAM and 32/64/512 kB of on-chip Flash program memory, 128 bit wide interface/accelerator enables high speed 60 MHz operation,
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 63 In-System/In-Application Programming (ISP/IAP) via on-chip boot-loader software. Single Flash sector or full chip erase in 400 ms and programming of 256 bytes in 1 millisecond. B. Memory Secure Digital (SD) is a non-volatile memory card format developed for use in portable devices such as our guide device. It will store the data related to various places. C. Graphical LCD LCD is used to display the information as well as pictures related to objects and places. The model RG128643 YFHLYB-D is used. To display text as well as pictures both of them are converted to array using LCD assistant bitmap converter which will produce text file from bitmap images so that we can copy this data array from text file into our program. D. Charger This charger is used to charge the battery which provides the power to whole circuit. E. GPS receiver This is the receiver which will give position in terms of longitude and latitude of various places. We are using GPS 1100 smart antenna. They are the mini size, high performance and have low power consumption. It is having 12 parallel satellite-tracking channels for fast acquisition and reacquisition, Provide superior navigation performance in urban canyon and foliage environments, Support NMEA0183 v3.01 data protocol, has built-in patch antenna, also backup battery is supported. We have connected GPS receiver through UART with the ARM 7. For comparing the stored and received co-ordinates we are using GPRMC string from the GPS data. GPRMC (Recommended minimum specification) string is having the format: $GPRMC,093931,A,3536.5987,N,13944.8905,E,000.0,090.7,241203,,,A*76, where 1. Sentence ID: $GPRMC 2. UTC of position fix*1: 093931 3. Status: A (data valid) 4. Latitude: 3536.5987 5. North/South: N 6. Longitude: 13944.8905 7. East/West: E 8. Speed over ground: 000.0 9. Course over ground: 090.7 degrees 10. Date: 200313 11. Mode Indicator: A (autonomous) 12. Checksum: 76 From above data, we need latitude and longitude for location defining. So that whenever user goes at particular place the received co-ordinates from satellite will be compared with already stored co- ordinates and user will be given relative information about that place. F. MAX232 This is RS232 to TTL convertor as Microcontroller understands only TTL input. A MAX 232 is used for the interfacing our system with the GPS. The Communication between GPS and the system is serial communication through UART.
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 64 G. Keypad Keypad is used for up, down movement of text on LCD screen. We are using 4*1 keypad for this. The pins of keypad are used for following functions, Pin 1: Scroll up Pin 2: Scroll down Pin 3: Exit Pin 4: NA H. Audio amplifier It is used to listen audio information at the visitor end. We have used LM 386 power amplifier for this purpose. I. RFID reader RFID reader will read the tags which are attached to objects and the information about that object will be displayed. We are using Micro RWD H4001 “Wiegand” output version. It supports both the 26 and 36 bit output protocols but we are using 26 bit. The Wiegand protocol (26 bit mode) itself is made up of a leading even parity bit (for b0 - b11), 24 bits of data (from transponder data) and a trailing odd parity bit (for b12- b23). For example:- ‘H4001’ tag data (Hex): 04 60 22 12 75 Wiegand 26 bit sequence:- E (b0 --------- b11) (b12 -------- b23) O E (0 4 6 0 2 2 ) O 1 0000 0100 0110 0000 0010 0010 1 Where E is EVEN parity bit for bit 0 to 11 and O is ODD parity bit for bits 12 to 23. Based on above descriptions, Fig. 1 shows the block diagram of the hardware design. To main circuit in Fig.2 Fig.1 Block Diagram of Hardware Design 1 Fig.2 Block Diagram of Hardware Design 2 Charger Battery 5VDC Voltage regulator MAX232 Microcontroller Audio amplifier GPS receiver RFID reader Memory Keypad Graphical LCD
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 65 IV. SOFTWARE DESIGN Following are the various softwares used for designing smart guide device: A. ORCAD The schematic diagram forms main input document for preparation of the layout. For this purpose the software for PCB design, ORCAD was used. B. Proteus By using this software PCB layout is done. C. Keil C It is leading software development platform. It integrates all tools including C compiler, assembler, linker/locator, HEX file generator. D. Flash Magic Flash magic can control the entry into ISP mode of some microcontroller devices by using the COM port handshaking signals to control the device. We have used it for downloading our program into the board. V. TESTING AND RESULTS The implemented smart guide is successfully tested for both indoor and outdoor locations. GPS testing is done by connecting it to the COM port of PC as shown in figure 1 .Output strings were observed on hyperterminal of PC. Unless we get the active GPRMC string; we have to go on receiving the signal. Fig.3 GPS testing set up Fig.4 Data Strings obtained at hyperterminal of PC
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 66 Below are some snapshots of working hardware. Fig.5 Working hardware To evaluate the performance of the implemented smart guide, it is necessary to divide it in two parts: the GPS and the RFID system. But it is important to know that both systems runs simultaneously, i.e., in outdoor where GPS is present, the system is always scanning for RFID signals, and in indoor locations, where GPS signal is weak, it keeps trying to obtain a fix on the current position. GPS is very reliable source for location identification and so is the RFID, so our guide works pretty well in outdoor as well as indoor .But the resolution of a GPS is of great concern if a visitor wants to visit nearer outdoor locations. VI. CONCLUSION and FUTURE WORK In this work we designed a smart guide for educational sectors such as colleges, science exhibitions, institutes etc. The device is capable of providing a visitor with vocal, text and pictorial information so as to get betterment of learning and tour experience. As a future scope we can incorporate two way communication that is user can ask the queries to the manager of a place .It’s low price, easy access, to be used by all range of ages, are main features that distinguish our smart guide from all current devices. REFERENCES [1] Yo-Ping Huang and Shan-Shan Wang, "RFID- Bases Guide Give Museum Visitors More Freedom", IEEE IT Professional, Vol. 13, and Issue: 2, pp. 25 - 29, March-April 2011 [2] P.M. Aoki et aI., "Sotto Voce: Exploring the Interplay of Conversation and Mobile Audio Spaces", Proc. ACM Conf On Human Factors in Computing Systems, pp.431-438, April 2002 [3] Alan J. Wecker, Tsvika Kutlik, "Group Navigation with Handheld Mobile Museum Guides", 15th Museums and the Web conference, April 6-9, 2011
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August (2013), © IAEME 67 [4] I. Satoh, "Design and Implementation of Context-Aware Museum Guide Agents', IEICE Trans. Information and Systems, vol. E93D, no.4. 2010, pp. 789-799 [5] Carlos Delgado-Mata and Romiro Velaquez, Robert J Pooley, Ruth Aylett and Judy Roberston, "MPISTE: A Mobile, Personalized, Interactive Story Telling Environment", IEEE Electronics, Robotics and Automotive Mechanics Conference, CERMA 2010, pp. 243-248, Sept-Oct., 2010 [6] Takashi Okuma, Masakatsu Kourogi, Nobuchika Sakata and Takeshi Kurata, "A Pilot User Study on 3D Museum Guide with Route Recommendation Using a Sustainable Positioning System", IEEE International Conference on Control, Automation and Systems, pp.749-753, Seoul, Korea, Oct 2007 [7] G.Ghiani et aI.,"UbiCicero: A Location-Aware, Multi Device Museum Guide", Interacting with Computers, vo1.21, no.4, 2009, pp.288-303 [8] Gurudatt Kulkarni, Rani Waghmare, Nikita Chavan and Sandhya Mandhare, “Security in RFID Technology”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 337 - 343, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375. [9] Deepeshnamdev, Monika Mehra, Prerna Sahariya, Rajeshwaree Parashar and Shikha Singhal, “Navigation System by Using GIS and GPS”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 4, Issue 3, 2013, pp. 232 - 243, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. [10] Seema vora, Prof.Mukesh Tiwari and Prof.Jaikaran Singh, “GSM Based Remote Monitoring of Waste Gas at Locally Monitored Gui with the Implementation of Modbus Protocol and Location Identification through GPS”, International Journal of Advanced Research in Engineering & Technology (IJARET), Volume 3, Issue 2, 2012, pp. 52 - 59, ISSN Print: 0976-6480, ISSN Online: 0976-6499.