You are on page 1of 4

Volume 3, Issue 1, January – 2018 International Journal of Innovative Science and Research Technology

ISSN No:-2456 –2165

Indoor Navigation System for Firefighters


(Fireguide System)

Bhavana Sangare1, Sahil Mulla2, Shailaja Mishra3, Ajitkumar Khachane4


Department of Information Technololgy, Vidyalankar Institute of Technology, Vidyalankar College Marg,
Wadala East, Mumbai, Maharashtra 400037

Abstract—A navigation system is a system that aids in II. FIREGUIDE SYSTEM


navigation. Firefighting is an alarming job to perform as
there can be several unpredictable threats while rescuing
FIREGUIDE uses multiple wireless technologies, (RFID and
victims. Since the firefighters are not aware about the
Bluetooth module) to collect information required to calculate
internal structure of the fire ridden building, they will not
a firefighter’s location and transmit this information to the
be able to find the location of the EXIT door, a fact that
FIREGUIDE application.
can prove to be catastrophic. We introduce an indoor
navigation system (FIREGUIDE) using RFID technology. RFID: Radio frequency identification is an automatic ID
system. An RFID tag provides a unique identification code that
Keywords—Indoor, Navigation System, Firefighters, RFID, can be read by a scanning device, like a barcode or the
Shortest Route Application, FIREGUIDE. magnetic strip on a credit card.
Scanning Range: An RFID reader can scan a tag as long as it is
I. INTRODUCTION within frequency range. It does not have any line-of-sight
limitations.
Firefighters put their own lives in danger to save innocent
RFID Costs: RFID systems bring their own cost benefits, such
people trapped inside a building encompassed by fire. The
frame of mind of firefighters during a rescue operation is not as reduced labor costs and improved efficiency.
completely steady due to loss of visibility, urgent condition of Speed and Convenience: RFID readers can scan tags in
victims and many other environmental factors. In such a milliseconds and work automatically.
situation, if the firefighters get puzzled about the location of the
nearest exit door, then lives of both firefighters and victims are FIREGUIDE system includes two different applications to
imperiled. guide a firefighter towards the EXIT doors.

To address these issues, we introduce the FIREGUIDE system 1. Shortest Route application
which combines indoor localization using passive RFID 2. Audio Instruction database
technology implemented on an Android Smartphone. The
firefighter will carry an Android Smartphone and a RFID III. FIREGUIDE SYSTEM ARCHITECTURE
glove. In the environment, we set up passive R-tags tags
(RFID-tags) on the walls and along the baseboard. The system The FIREGUIDE system architecture consists of the
also includes a FIREGUIDE server that stores information following components:
about the building and calculates the directions to the closest
exit. It is evident that the FIREGUIDE system will save a • Environment- Passive RFID tags (R-tags) deployed in the
significant number of firefighters and victims lives. We building.
envision that FIREGUIDE can be provided as a subscription • User Device–RFID glove and the Android based
service to the fire departments. For wide deployment of such a Smartphone.
system, each commercial building will be required to deploy • FIREGUIDE Server–FIREGUIDE server stores the
the proposed infrastructure and share the building blueprints unique ID (of deployed R-tags), corresponding images to
and tag deployment with such a service provider.
the exit, respective audio instructions, and communicates
with the user device.

IJISRT18JA235 www.ijisrt.com 625


Volume 3, Issue 1, January – 2018 International Journal of Innovative Science and Research Technology
ISSN No:-2456 –2165

A. Environment:
1.
The environment includes passive RFID tags (R-tags)
providing very accurate location information.

Passive RFID tag (R-tag): R-tags are densely deployed in the


building. They are located at baseboard level and at each door
of the building at a 4ft height. Granularity was the main reason
behind selecting this technology for our system. Proximity of
2-3 cm is required to transfer data from an RFID tag into the
reader. Other reasons for selecting these R-tags were their cost
and the fact that they do not need an active power source.

Fig 3 Front view of RFID Glove

Fig.1

IV. FIREGUIDE CLIENT MODULE

This section describes the client software which includes the


RFID glove and the Android Smartphone for visual
representation.

A. RFID Glove:

The RFID Glove allows the user free use of his hand as well as Fig 4: Picture of Surroundings of Room 312
the ability to scan an R-tag.
The R-tag is scanned by placing the palm on top of R-tag. The
glove communicates the unique ID represented by an R-tag
using Bluetooth technology to the Android Smartphone. There
are 2 buttons (Button A and B) present on the glove. Both
buttons perform different functions implemented in
Smartphone to guide the firefighters with the navigation. When
R-tag is scanned by the firefighter, the shortest route leading to
the nearest Exit door is displayed on the Android Screen (see
Figure 4). If this shortest route is infeasible to reach, then the
firefighter has another option to find an alternative Exit door.
The firefighter can press Button A to switch to the Alternate
view that will display the shortest route to alternate nearest
exit, along with the audio instruction playing in the
background. With the help of the shortest route, the firefighter
will know how to reach the nearest Exit door in the smoky
environment (where visibility is almost zero). that will display
the shortest route to alternate nearest exit. The firefighter will
be presented a picture of his surrounding (with clear visibility).
This picture will include the Left side view, Right side view
Fig 2: RFID Glove (back view) Scanning an R-Tag and/or the view behind the firefighter. Figure 4) shows the

IJISRT18JA235 www.ijisrt.com 626


Volume 3, Issue 1, January – 2018 International Journal of Innovative Science and Research Technology
ISSN No:-2456 –2165

surroundings of Room 312 assuming the firefighter is facing A. RFID Processing Module:
towards the R-tag deployed in the corridor near Room 312.The
firefighter will press button B if he wants to repeat the audio Every R-tag has a unique identifier (UID). On scanning an R-
instruction again. tag, the RFID processing module extracts the UID and sends it
B. Android Smartphone Applications: to the server over a Bluetooth network.
B. Shortest Route Images:
Android Smartphone provides great features to build multiple
applications in one single application. Android client module For each R-tag corresponding images of shortest route to exit
consists of Bluetooth module, Android basic Drawing APIs, will be stored in the database along with the written
OpenGL libraries, and shortest route applications. instructions on the images which will guide the firefighter to
the nearest exit. If in case the provided shortest route is blocked
V. FIREGUIDE CLIENT ARCHITECTURE then alternate shortest path images will also be stored in the
database and will be displayed when the firefighter presses
The description of each module is as follows- button A for displaying alternate shortest route images.

A. Bluetooth Module –
V.
The UID of R-tag scanned by RFID glove needs to be
transferred to the Smartphone hence Bluetooth Module is used.
As soon as the main application starts, Bluetooth service is
initiated as a background thread. Bluetooth service starts
running as soon as the application is turned ON. There is a
constant handshake between Bluetooth and RFID glove at short
intervals. If handshake signals are not received for a time
interval then it signifies that the Bluetooth is disconnected. A
new connection is made as soon as it is acknowledged that the
previous one is broken.
FIREGUIDE system uses multiple wireless technologies such Fig. 6: Parsing of Floor Blueprint
as Bluetooth module and RFID.FIREGUIDE system includes
Shortest Route application to guide a firefighter towards the C. Flow of events in the Shortest Route First is as follows:
EXIT doors.
1. Start
VI. SHORTEST ROUTE APPLICATION 2. Firefighter scans the RFID tag using the RFID Glove.
3. Unique RFID number is read by the RFID receiver.
4. Bluetooth module transfers this ID to the Server.
5. Server accepts the ID and passes it as a parameter to the
shortest route module.
6. After designing the shortest route path using the Dijkstra’s
algorithm, it retrieves the associated audio file and the clear
images of the surrounding (left view, right view, front view)
from the server.
7. Audio instruction starts playing and the shortest path is
displayed on the FIREGUIDE application.
8. If Firefighter presses button A, alternate shortest path will be
computed and will be displayed on the screen.
9. If firefighter presses button B, audio instruction is repeated.

VII. CONCLUSION

We are using java to develop the Android based client software


and C# for the server application. Postgre SQL database with
Post GIS libraries is used to answer each query. To avoid the
cost of a cellular data plan, we will use a Bluetooth module
between the Android Smartphone and the server. In a real
environment a cellular data connection must be used. The R-
Fig.5: Shortest Route Path Application

IJISRT18JA235 www.ijisrt.com 627


Volume 3, Issue 1, January – 2018 International Journal of Innovative Science and Research Technology
ISSN No:-2456 –2165

tags will be deployed at every door. User will carry a RFID [8]. Indoor navigation, Carmine Ciavarella and Fabio Patern.
glove and an Android Smartphone enabled with the Bluetooth. 2004. , “The design of a handheld, location-aware guide
for indoor environments. Personal Ubiquitous Comput. 8,
2 (May 2004), 82-91. DOI=10.1007/s00779-004-0265-z
A. Testing the correctness of instructions provided for http://dx.doi.org/10.1007/s00779-004- 0265-z.”
navigation: [9]. WiFi localization method, Dik Lun Lee and Qiuxia Chen.
2007,“ A model-based WiFi localization method. In
Proceedings of the 2nd international conference on
User will walk to each door and scan the R-tags deployed on Scalable information systems (InfoScale ’07). ICST
the door the shortest route to the nearest exit will be displayed (Institute for Engineering), ICST, Brussels, Belgium,
on Android Smartphone.. Belgium, , Article 40 , 7 pages.”
REFERENCES [10]. OpenGL, Beginning OpenGL game programming,
“second edition, by luke benstead, Dave Astle and Kevin
[1]. Wireless sensor network, Wilson J., Bhargava V., Redfem Hawkins”
A., Wright P, “A wireless sensor network and incident [11]. Challenges faced by firefighters,
command interface for urban firefighting, Proceedings of http://work.chron.com/risks-being-fireman-8600.html
the 4th Annual International Conference on Mobile and
Ubiquitous Systems: Computing, Networking and
Services, MobiQui-tous 2007 ”
https://dl.acm.org/citation.cfm?id=1549074
[2]. Wearable Computer Orientation System, D. Ross and B.
Blasch, “ Development of a Wearable Computer
Orientation System, In Personal and Ubiquitous
Computing, 6:1, pp. 49-63, 2002. ”
[3]. Willis, S. Helal, “ RFID Information Grid for Blind
Navigation and Wayfinding, Proceedings of the 2005
Ninth IEEE International Symposium on Wearable
Computers, 2005.”
[4]. Indoor Navigation for the Visually-impaired, V. Kulyukin
et al, “ RFID in Robot-Assisted Indoor Navigation for the
Visually-impaired, Proceedings of the IEEE International
Conference on Intelli-gent Robots and Systems, October
2004. A.M. Ali, M.J. Nordin, Indoor navigation to
support the blind person using weighted topological map,
International Conference on Electrical Engineering and
Informatics, 2009.”
[5]. Sensing Surrounding, N. Bourbakis, “ Sensing
Surrounding 3-D Space for Navigation of the Blind, IEEE
Engineering in Medicine and Biology Magazine, Volume:
27 , Issue: 1 pp 49 55, Jan.- Feb. 2008.”
[6]. Audionav, N. Fallah,“AudioNav: a mixed reality
navigation system for individuals who are visually
impaired, ACM SIGACCESS Accessibility and
Computing, Issue 96, pp. 24- 27, January 2010.”
[7]. Blind navigation system, S. Chumkamon, P.
Tuvaphanthaphiphat, P. Keeratiwintakorn, “A blind
navigation system using RFID for indoor
environments,5th International Conference on Electrical
Engineering/Electronics, Computer, Telecommunications
and Information Technology,. ECTI-CON 2008. vol.2,
pp.765-768, May 2008. ”

IJISRT18JA235 www.ijisrt.com 628

You might also like