SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7671
Indoor Positioning System
Priyanka Rajmane1, Hrishikesh Borkar2, Aakash Jadhav3, Vipul Jadhav4, Arjun Shinde5
1Assistant Professor, Department of Computer Engineering, M. E. S. College of Engineering
2,3,4,5Student, Department of Computer Engineering, M. E. S. College of Engineering, Pune, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - This paper elaborates the implementation of
Indoor Positioning System using Wi-Fi fingerprinting
technique in android application. It also provides detail
information about the design, architecture, algorithm, User
interface of our indoor positioningsysteminandroid.Indoor
location-based services a booming topic of research. Many
technologies have been proposed to solved this issue. We
have studied many of these technologies and decided to use
wi-fi fingerprinting considering all of itsadvantageslikecost
effectiveness and use of existing wi-fi infrastructure in the
system. Also, Wi-Fi fingerprinting does not require line of
sight with Wi-Fi access points. We comparetheperformance
of our system with already existing systems that use other
technologies (e.g. Bluetooth Beacons, RFID etc.). As we have
implemented Indoor Positioning System for our college
building which already have Wi-Fi access points installed at
multiple location with high bandwidth is the reason why we
decided to use Wi-Fi Fingerprinting in our System.
Key Words: Indoor Positioning System, Wi-Fi Access
Points (Aps), Wi-Fi Fingerprinting, RSSI.
1. INTRODUCTION
With the rapid developmentofmobilecommunicationand
the pervasive computing technology, the requirement of
obtaining location-aware services is rapidly increasing.
Dramatic performance improvements in mobile
communications standards have propelled mobile
technology to become the fastest adopted technology of all
times. Mobile network infrastructure costs have also fallen
dramatically, while performance has soared.
Nowadays, the Global Positioning System (GPS) can
provide accurate and reliable position information for
location services. GPS cannot be used effectively under
indoor environment since there is a signal degradation. In
closed environment. GPS signals from satelliteare weak asit
is blocked by the buildings structure itself. Thus, various
positioning-enabled sensors such as GPS receivers,
accelerometers, gyroscopes, digital compasses,cameras, Wi-
Fi etc. have been built in smartphones for communication,
entertainment and location-based services.
Indoor localization systems employ a wide rangeofdifferent
technologies. [1] These systems could use any combination
of the following:
• Infrared
• Radio frequency identification (RFID)
• Bluetooth
• Camera
• Sound (ultra-sound or audible sound)
• Wi-Fi
1.1 Infrared
Infrared radiation (IR) is a commonly used wireless
technology used to localize objects or entities. Indoor
Positioning System with IR consists of infrared receiver and
transmitter placed in specific positions of the building.
Emitter transmits IR waves which are received by the
receiver after obstructed by the objects. receivers
communicate to the algorithm used for localization that
calculates position based on the distance and angle between
the objects and the receiver.
1.2 RFID
Radio Frequency Identification(RFID)isa technologythat
has a great potential for quick responsive system. the ability
to identify, locate and track information makes RFID an
impressive technology. RFID, consists of RFID tags, RFID
reader (readercontainsmultipleRFIDreaderantenna),RFID
Base Station. RFID reader is equipped with the moving
objects and the tags are distributed in the premises.
1.3 Bluetooth
Bluetooth. Beacons [2] are placed at several positions in the
building and via Bluetooth they send signals to moving
devices and thus it is possible to determine their position
continuously and transmit it to the indoor positioning
system (IPS). This technology offers significant advantagein
the buildings that do not have pre-installed Wi-Fi
infrastructure. Bluetooth beacons are costly if used in large
quantities.
1.4 Camera
This technology is based on processing video data. Video
based Indoor Positioning System is implemented by either
fixed camera system or moving camera system. In fixed
camera system the infrastructureisunderthesurveillanceof
multiple static and dynamic cameras which captures
multiple images of mobile objects. In mobile camera system
the camera is attached with the entity. hence the captured
images, provides the landmarks in known position and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7672
depending on the landmarks in environments localization
can be performed.
1.5 Wi-Fi
This is the most widely used technology because most of the
buildings are preinstalled with the wireless Wi-Fi Access
Points, [5] which makes the system cost effective. Most
smart phones are inbuilt with Wi-Fi adapter for connecting
to wireless APs. This is the main reason why we have
selected Wi-Fi as our have technologiesforthisproject.Even
though the Bluetooth Is as efficient as Wi-Fi but it is not pre-
installed like Wi-Fi hence it is costly to use.
Technolog
y
Location Accuracy Range Cost
GPS Outdoor 5-20 m World
wide
Low
Wi-Fi Indoor/
Outdoor
5-15 m <150 m Mediu
m
Bluetooth Indoor/
Outdoor
1-3 m <30 m High
RFID Indoor <10 cm <100 m High
Camera Indoor <50 cm <8 m High
Fig 1. Comparison between IPS technologies.
2. SYSTEM ARCHITECTURE
The system architecture consists of Mobile Unit, Wi-Fi
fingerprinting, Database, Localization Algorithms, Map/UI.
[6] System has two phases, one is Wi-Fi fingerprintingphase,
second is query phase. Infingerprintingphase,asitesurveyis
conducted to collect received signal strength of all detected
Wi-Fi access points at many reference points of known
location.
Fig 2. System Architecture
All the RSS vector from fingerprinting are stored in an
online database. In query phase user measures anRSSvector
as his position and sends it to localization algorithm. The
algorithmcomparesthisreceivedvectorwiththefingerprints
stored in database. The user location is estimated based on
similar neighbors.
There are few terms we need to understand before
moving forward.
1.Access Points:
It is a networking device thatallowsaWi-Fienableddeviceto
connect to a wired network. For e.g., Wi-Fi routers.
2.RSS:
It is a measurement of how well your device can hearasignal
from an access point or router. It is a value that is useful to
determine if you have enough signal to get a good wireless
connection.
3.BSSID:
Basic service set identifier which is used to uniquely identify
the Wi-Fi enabled device
4.WLAN:
It is a wireless computer network that links two or more
devices using wireless communication within a limited area
such as a home, school, computer laboratory, or office
building. 802. IEEE 802.11 standards: It refers to the set of
standards that define communication for wireless LANs
(wireless local area networks, or WLANs).
2.1 Components of the System
1.Wi-Fi fingerprinting
It is the first and most important step for the successful
working of this system. This step is abstracted from the user
and implemented by the developers. [3] Wi-Fi fingerprinting
fetches the received signal strengths from nearby and
authorized access points. This fetched signal strength is
stored as an objectalong with x, y coordinates of the position
on map in online database. The fingerprinting method is
based on the relationship between a given location and its
corresponding radio signature.
It’s been observed that points with a certain minimum
distance between them and spread over the area of interest
possessa unique set of RSSs [7] readings from APsand thisis
referred to as the fingerprint for that location.
2. Mobile Unit
Mobile unit has android application which contains the map
of the building and utilizes various mobile resources such as
Wi-Fi module, Wi-Fi-scanner, internet module, location
module. Mobile unit totally depends on the Wi-Fi scanner
module to get various information regarding the location of
the unit. Wi-Fi scanner used to get received signal strength
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7673
Basic service set identifier (BSSID), Frequency, Received
Signal Strength (RSS-Level).
3. Database
The received signal strengthsfrom the first step arestoredin
the database and we are using firebase service
Firebase is Google's mobile platform that helps you quickly
develop high-quality apps and grow your business. [8]
Firebase is built on Google infrastructure and scales
automatically, for even the largest apps.
Object of firebase contains the BSSID, RSS, X-Y coordinatesof
the position. BSSID gives the unique id of access point where
RSS is the received signal strength from the access point.
While creation of database objects the developer has to
double tap on the screenofandroidapplicationwhichfetches
the x-y coordinates, BSSID, RSS and stores in the online
database. Double tap internally implemented by the listener
and a stable internet connection is required to fetch the
related contents.
Fig 3. Snapshot from the firebase database
4. Localization Algorithm
It uses both data from Mobile unit and OnlineDatabasewhen
user enters in premises mobile application will execute the
algorithm.
Algorithms [4] works in following steps:
Step 1: The Mobile Unit start scanning and fetches nearby
authorized access points
Step 2: Create a vector from scanned data.
Step 3: The created vector is compared with fingerprinted
data which is stored on online database.
Step 4: Finds similarity between current vector and stored
neighbors in database using Euclidian distance method
Step 5: Estimate user’s current location co-ordinates based
on neighbors’ co-ordinates.
5.User Interface
The means by which the user interacts with the system. Map
is basic requirement for indoor positioning system.
Fig 4: Map View on Application
Image view is used to display the floor plans of the college
building. Current position of the user will display on Image
View via green dot.
3. RESULTS
Test Scenario 1: Single Readings from One Room
Test
point
Actual
Co-ordinates
Calculated
Co-ordinates
Acceptab
le
X Y X Y
1 370 73 325 94 YES
2 665 334 650 398 YES
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7674
3 378 576 106 971 NO
4 678 918 702 920 YES
5 372 957 120 502 NO
6 685 1124 609 1198 YES
7 386 1236 299 1189 YES
8 651 1343 1002 1391 NO
9 385 1462 385 1488 YES
10 369 1546 307 1555 YES
11 666 1620 123 1206 NO
12 425 1751 479 1723 YES
13 676 1798 641 1750 YES
14 391 1960 380 890 NO
15 518 2006 610 1977 YES
Total Matching Rate = 10/15 * 100 = 66.67%
The result of the system is mentioned above in tables. The
Actual location stands for the location on which we are
testing the Appand the location returned by the Appisunder
location evaluated from the App in positioning phase.
All the location values are approximated to the nearest
integers. Theacceptablecolumnisjudgedbyhowmuchoffset
distance both the readings have. If it is greater than twice the
interval, then it’s not acceptable.
Test scenario 1 has the match rate of 66.67% which is not
acceptable. Single reading from the one room taken into
consideration for the calculation of match rate.
Test scenario 2 has best match rate of 80% which is
acceptable. Multiple readings from the one room taken into
consideration for the calculation of match rate which can be
improved by taking more readings at one room.
Test Scenario 2: Multiple Readings from One Room
Test
point
Actual
Co-ordinates
Calculated
Co-ordinates
Acceptab
le
X Y X Y
1 370 73 325 94 YES
2 665 334 650 398 YES
3 378 576 106 971 NO
4 678 918 702 920 YES
5 372 957 120 502 NO
6 685 1124 609 1198 YES
7 386 1236 299 1189 YES
8 651 1343 768 1321 YES
9 385 1462 385 1488 YES
10 369 1546 307 1555 YES
11 666 1620 698 1568 YES
12 425 1751 479 1723 YES
13 676 1798 641 1750 YES
14 391 1960 380 890 NO
15 518 2006 610 1977 YES
Total Matching Rate = 12/15 * 100 = 80%
4. CONCLUSION
We discussed indoor Wi-Fi positioningtechnology;including
the various phases and process of Wi-Fi fingerprinting
technology and introduced various methods. Test results
show that when the multiple readings are taken from one
room then the chances of that room correctly recognize
increases due to density of points at that location and
localization algorithm is based on nearby neighbors, hence
the system which is implemented by considering multiple
points at one room stands better. The performance of a
positioning system is mainlydetermined by bothpositioning
algorithm and number of readings. several aspects can be
further explored which can affect the performance of the
system such as changes in the infrastructure, changes in
access points location.
5. FUTURE SCOPE
 Indoor navigation system which helpsusernavigate
them in the premises.
 most current smartphones are equipped with other
types of sensors such as accelerometer, gyroscope
and digital compass, in addition to the built-in Wi-Fi
adapter. Data obtained from these sensors could be
very useful sources of information for indoor
positioning system
 use of virtual reality to guide users via virtual
entities.
 Fingerprinting via crowd sourcing
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7675
 Further experiment needs to be carried out to
investigate new methods to reduce the impact
of device-dependent errors
6. REFERENCES
[1] Luca Mainetti, Luigi Patrono, Ilaria Sergi ”A Survey on
Indoor Positioning Systems” Department of Innovation
Engineering University of Salento Lecce, Italy
[2] Adam Satan ”Bluetooth-based Indoor Navigation Mobile
System” Institute of Information Science University of
Miskolc Miskolc, Hungary.
[3] Wondimu K. Zegeye , Seifemichael B. Amsalu , Yacob
Astatke , Farzad Moazzami ”WiFi RSS Fingerprinting Indoor
Localization forMobileDevices”DepartmentofElectricaland
Computer Engineering Morgan State University, Baltimore,
MD 21251, USA.
[4] Xingbin Ge, Zhiyi Qu ”Optimization Wifi Indoor
Positioning KNN Algorithm Location-based Fingerprint”
School of Information Science and Engineering, Lanzhou
University Lanzhou, Gansu Province, China.
[5] Cornelius Toh and Sian Lun Lau ”Indoor Localization
using Existing WiFi Infrastructure- A Case Study at a
University Building”. Dept. of Computing and Information
Systems Faculty of Science and Technology Sunway
University, Bandar Sunway, Malaysia
[6] Suining He ”Wi-Fi Fingerprint-based Indoor Positioning:
Recent Advances and Comparisons” Student Member, IEEE,
S.-H. Gary Chan, Senior Member, IEEE.
[7] Omar Costilla-ReyesandKameshNamudur”DynamicWi-
Fi Finger-printing Indoor Positioning System”Departmentof
Electrical EngineeringCollege of Engineering University of
North Texas Denton, Texas,
[8] https://firebase.google.com/
BIOGRAPHIES
Hrishikesh Borkar
Aakash Jadhav
Vipul Jadhav
Arjun Shinde

More Related Content

What's hot

Beyond BYOD: Uncompromised Experience for Any Workspace
Beyond BYOD: Uncompromised Experience for Any WorkspaceBeyond BYOD: Uncompromised Experience for Any Workspace
Beyond BYOD: Uncompromised Experience for Any Workspace
Cisco Mobility
 
iPads on Your Network? Real, Secure Mobile Solutions
iPads on Your Network? Real, Secure Mobile SolutionsiPads on Your Network? Real, Secure Mobile Solutions
iPads on Your Network? Real, Secure Mobile Solutions
Cisco Mobility
 

What's hot (20)

IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage DeviceIRJET- Optimization of Surveillance Camera for Low Cost Storage Device
IRJET- Optimization of Surveillance Camera for Low Cost Storage Device
 
Zigbee Based Parameters Monitoring and Controlling System for Induction Motor
Zigbee Based Parameters Monitoring and Controlling System for Induction MotorZigbee Based Parameters Monitoring and Controlling System for Induction Motor
Zigbee Based Parameters Monitoring and Controlling System for Induction Motor
 
Control on Remote Sensing Network using Cloud Computing Services
Control on Remote Sensing Network using Cloud Computing ServicesControl on Remote Sensing Network using Cloud Computing Services
Control on Remote Sensing Network using Cloud Computing Services
 
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
 
CV
CVCV
CV
 
Industrial Control System Cyber Security and the Employment of Industrial Fir...
Industrial Control System Cyber Security and the Employment of Industrial Fir...Industrial Control System Cyber Security and the Employment of Industrial Fir...
Industrial Control System Cyber Security and the Employment of Industrial Fir...
 
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
 
IRJET- Home Monitoring over IoT based Wifi Module
IRJET-  	  Home Monitoring over IoT based Wifi ModuleIRJET-  	  Home Monitoring over IoT based Wifi Module
IRJET- Home Monitoring over IoT based Wifi Module
 
Smart Sensor Network for Society Automation-A Review
Smart Sensor Network for Society Automation-A ReviewSmart Sensor Network for Society Automation-A Review
Smart Sensor Network for Society Automation-A Review
 
Smart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of thingsSmart Security and Home Automation System using Internet of things
Smart Security and Home Automation System using Internet of things
 
IRJET- Environmental Analysis in IoT using Raspberry Pi
IRJET-  	  Environmental Analysis in IoT using Raspberry PiIRJET-  	  Environmental Analysis in IoT using Raspberry Pi
IRJET- Environmental Analysis in IoT using Raspberry Pi
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
 
IRJET- IoT and ML based Smart TV for Child Eyes Safety
IRJET-  	  IoT and ML based Smart TV for Child Eyes SafetyIRJET-  	  IoT and ML based Smart TV for Child Eyes Safety
IRJET- IoT and ML based Smart TV for Child Eyes Safety
 
Beyond BYOD: Uncompromised Experience for Any Workspace
Beyond BYOD: Uncompromised Experience for Any WorkspaceBeyond BYOD: Uncompromised Experience for Any Workspace
Beyond BYOD: Uncompromised Experience for Any Workspace
 
Study of ZIGBEE Technology and its Application in Wireless Automation System
Study of ZIGBEE Technology and its Application in Wireless Automation SystemStudy of ZIGBEE Technology and its Application in Wireless Automation System
Study of ZIGBEE Technology and its Application in Wireless Automation System
 
IT Guide for Mobility: Making the case for Security leaders
IT Guide for Mobility: Making the case for Security leadersIT Guide for Mobility: Making the case for Security leaders
IT Guide for Mobility: Making the case for Security leaders
 
Beyond BYOD
Beyond BYODBeyond BYOD
Beyond BYOD
 
iPads on Your Network? Real, Secure Mobile Solutions
iPads on Your Network? Real, Secure Mobile SolutionsiPads on Your Network? Real, Secure Mobile Solutions
iPads on Your Network? Real, Secure Mobile Solutions
 
B03504008012
B03504008012B03504008012
B03504008012
 

Similar to IRJET- Indoor Positioning System

Indoor Positioning System using Magnetic Positioning and BLE beacons
Indoor Positioning System using Magnetic Positioning and BLE beaconsIndoor Positioning System using Magnetic Positioning and BLE beacons
Indoor Positioning System using Magnetic Positioning and BLE beacons
IRJET Journal
 

Similar to IRJET- Indoor Positioning System (20)

IRJET- Personal Assistant for Visually Impaired People in Malls
IRJET-  	  Personal Assistant for Visually Impaired People in MallsIRJET-  	  Personal Assistant for Visually Impaired People in Malls
IRJET- Personal Assistant for Visually Impaired People in Malls
 
Indoor Positioning System using Magnetic Positioning and BLE beacons
Indoor Positioning System using Magnetic Positioning and BLE beaconsIndoor Positioning System using Magnetic Positioning and BLE beacons
Indoor Positioning System using Magnetic Positioning and BLE beacons
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
 
356 358,tesma411,ijeast
356 358,tesma411,ijeast356 358,tesma411,ijeast
356 358,tesma411,ijeast
 
IRJET- Realtime Indoor Navigation System
IRJET- Realtime Indoor Navigation SystemIRJET- Realtime Indoor Navigation System
IRJET- Realtime Indoor Navigation System
 
Comparative Study on Various System Based on Raspberry-Pi Technology
Comparative Study on Various System Based on Raspberry-Pi TechnologyComparative Study on Various System Based on Raspberry-Pi Technology
Comparative Study on Various System Based on Raspberry-Pi Technology
 
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...
IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...IRJET-  	  Improving Employee Tracking and Monitoring System using Advanced M...
IRJET- Improving Employee Tracking and Monitoring System using Advanced M...
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured Areas
 
IRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe RequestIRJET- Tracking of Vehicle’s Location using Probe Request
IRJET- Tracking of Vehicle’s Location using Probe Request
 
Ijsartv6 i336124
Ijsartv6 i336124Ijsartv6 i336124
Ijsartv6 i336124
 
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
IRJET-  	  Ambient Reflector– An IoT based Smart Notice Board SystemIRJET-  	  Ambient Reflector– An IoT based Smart Notice Board System
IRJET- Ambient Reflector– An IoT based Smart Notice Board System
 
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
IRJET - Survey on Smart System for Non Smart Devices using Raspberry PI3b & G...
 
Mobile security using wi fi signal strength
Mobile security using wi fi signal strengthMobile security using wi fi signal strength
Mobile security using wi fi signal strength
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking Systems
 
IRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance SystemIRJET - IoT based Portable Attendance System
IRJET - IoT based Portable Attendance System
 
IRJET - Bridge Monitoring System using IoT
IRJET -  	  Bridge Monitoring System using IoTIRJET -  	  Bridge Monitoring System using IoT
IRJET - Bridge Monitoring System using IoT
 
IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of Things
 
Indoor navigation system
Indoor navigation systemIndoor navigation system
Indoor navigation system
 
A LOW COST AND FLEXIBLE ZIGBEE SYSTEM FOR LOGISTICS USING WIRELESS SENSOR NET...
A LOW COST AND FLEXIBLE ZIGBEE SYSTEM FOR LOGISTICS USING WIRELESS SENSOR NET...A LOW COST AND FLEXIBLE ZIGBEE SYSTEM FOR LOGISTICS USING WIRELESS SENSOR NET...
A LOW COST AND FLEXIBLE ZIGBEE SYSTEM FOR LOGISTICS USING WIRELESS SENSOR NET...
 
IRJET- Iot Based Home Visitor Monitoring System using Raspberry Pi
IRJET-  	  Iot Based Home Visitor Monitoring System using Raspberry PiIRJET-  	  Iot Based Home Visitor Monitoring System using Raspberry Pi
IRJET- Iot Based Home Visitor Monitoring System using Raspberry Pi
 

More from IRJET Journal

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 

Recently uploaded (20)

Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
Ghuma $ Russian Call Girls Ahmedabad ₹7.5k Pick Up & Drop With Cash Payment 8...
 
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Signal Processing and Linear System Analysis
Signal Processing and Linear System AnalysisSignal Processing and Linear System Analysis
Signal Processing and Linear System Analysis
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 

IRJET- Indoor Positioning System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7671 Indoor Positioning System Priyanka Rajmane1, Hrishikesh Borkar2, Aakash Jadhav3, Vipul Jadhav4, Arjun Shinde5 1Assistant Professor, Department of Computer Engineering, M. E. S. College of Engineering 2,3,4,5Student, Department of Computer Engineering, M. E. S. College of Engineering, Pune, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - This paper elaborates the implementation of Indoor Positioning System using Wi-Fi fingerprinting technique in android application. It also provides detail information about the design, architecture, algorithm, User interface of our indoor positioningsysteminandroid.Indoor location-based services a booming topic of research. Many technologies have been proposed to solved this issue. We have studied many of these technologies and decided to use wi-fi fingerprinting considering all of itsadvantageslikecost effectiveness and use of existing wi-fi infrastructure in the system. Also, Wi-Fi fingerprinting does not require line of sight with Wi-Fi access points. We comparetheperformance of our system with already existing systems that use other technologies (e.g. Bluetooth Beacons, RFID etc.). As we have implemented Indoor Positioning System for our college building which already have Wi-Fi access points installed at multiple location with high bandwidth is the reason why we decided to use Wi-Fi Fingerprinting in our System. Key Words: Indoor Positioning System, Wi-Fi Access Points (Aps), Wi-Fi Fingerprinting, RSSI. 1. INTRODUCTION With the rapid developmentofmobilecommunicationand the pervasive computing technology, the requirement of obtaining location-aware services is rapidly increasing. Dramatic performance improvements in mobile communications standards have propelled mobile technology to become the fastest adopted technology of all times. Mobile network infrastructure costs have also fallen dramatically, while performance has soared. Nowadays, the Global Positioning System (GPS) can provide accurate and reliable position information for location services. GPS cannot be used effectively under indoor environment since there is a signal degradation. In closed environment. GPS signals from satelliteare weak asit is blocked by the buildings structure itself. Thus, various positioning-enabled sensors such as GPS receivers, accelerometers, gyroscopes, digital compasses,cameras, Wi- Fi etc. have been built in smartphones for communication, entertainment and location-based services. Indoor localization systems employ a wide rangeofdifferent technologies. [1] These systems could use any combination of the following: • Infrared • Radio frequency identification (RFID) • Bluetooth • Camera • Sound (ultra-sound or audible sound) • Wi-Fi 1.1 Infrared Infrared radiation (IR) is a commonly used wireless technology used to localize objects or entities. Indoor Positioning System with IR consists of infrared receiver and transmitter placed in specific positions of the building. Emitter transmits IR waves which are received by the receiver after obstructed by the objects. receivers communicate to the algorithm used for localization that calculates position based on the distance and angle between the objects and the receiver. 1.2 RFID Radio Frequency Identification(RFID)isa technologythat has a great potential for quick responsive system. the ability to identify, locate and track information makes RFID an impressive technology. RFID, consists of RFID tags, RFID reader (readercontainsmultipleRFIDreaderantenna),RFID Base Station. RFID reader is equipped with the moving objects and the tags are distributed in the premises. 1.3 Bluetooth Bluetooth. Beacons [2] are placed at several positions in the building and via Bluetooth they send signals to moving devices and thus it is possible to determine their position continuously and transmit it to the indoor positioning system (IPS). This technology offers significant advantagein the buildings that do not have pre-installed Wi-Fi infrastructure. Bluetooth beacons are costly if used in large quantities. 1.4 Camera This technology is based on processing video data. Video based Indoor Positioning System is implemented by either fixed camera system or moving camera system. In fixed camera system the infrastructureisunderthesurveillanceof multiple static and dynamic cameras which captures multiple images of mobile objects. In mobile camera system the camera is attached with the entity. hence the captured images, provides the landmarks in known position and
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7672 depending on the landmarks in environments localization can be performed. 1.5 Wi-Fi This is the most widely used technology because most of the buildings are preinstalled with the wireless Wi-Fi Access Points, [5] which makes the system cost effective. Most smart phones are inbuilt with Wi-Fi adapter for connecting to wireless APs. This is the main reason why we have selected Wi-Fi as our have technologiesforthisproject.Even though the Bluetooth Is as efficient as Wi-Fi but it is not pre- installed like Wi-Fi hence it is costly to use. Technolog y Location Accuracy Range Cost GPS Outdoor 5-20 m World wide Low Wi-Fi Indoor/ Outdoor 5-15 m <150 m Mediu m Bluetooth Indoor/ Outdoor 1-3 m <30 m High RFID Indoor <10 cm <100 m High Camera Indoor <50 cm <8 m High Fig 1. Comparison between IPS technologies. 2. SYSTEM ARCHITECTURE The system architecture consists of Mobile Unit, Wi-Fi fingerprinting, Database, Localization Algorithms, Map/UI. [6] System has two phases, one is Wi-Fi fingerprintingphase, second is query phase. Infingerprintingphase,asitesurveyis conducted to collect received signal strength of all detected Wi-Fi access points at many reference points of known location. Fig 2. System Architecture All the RSS vector from fingerprinting are stored in an online database. In query phase user measures anRSSvector as his position and sends it to localization algorithm. The algorithmcomparesthisreceivedvectorwiththefingerprints stored in database. The user location is estimated based on similar neighbors. There are few terms we need to understand before moving forward. 1.Access Points: It is a networking device thatallowsaWi-Fienableddeviceto connect to a wired network. For e.g., Wi-Fi routers. 2.RSS: It is a measurement of how well your device can hearasignal from an access point or router. It is a value that is useful to determine if you have enough signal to get a good wireless connection. 3.BSSID: Basic service set identifier which is used to uniquely identify the Wi-Fi enabled device 4.WLAN: It is a wireless computer network that links two or more devices using wireless communication within a limited area such as a home, school, computer laboratory, or office building. 802. IEEE 802.11 standards: It refers to the set of standards that define communication for wireless LANs (wireless local area networks, or WLANs). 2.1 Components of the System 1.Wi-Fi fingerprinting It is the first and most important step for the successful working of this system. This step is abstracted from the user and implemented by the developers. [3] Wi-Fi fingerprinting fetches the received signal strengths from nearby and authorized access points. This fetched signal strength is stored as an objectalong with x, y coordinates of the position on map in online database. The fingerprinting method is based on the relationship between a given location and its corresponding radio signature. It’s been observed that points with a certain minimum distance between them and spread over the area of interest possessa unique set of RSSs [7] readings from APsand thisis referred to as the fingerprint for that location. 2. Mobile Unit Mobile unit has android application which contains the map of the building and utilizes various mobile resources such as Wi-Fi module, Wi-Fi-scanner, internet module, location module. Mobile unit totally depends on the Wi-Fi scanner module to get various information regarding the location of the unit. Wi-Fi scanner used to get received signal strength
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7673 Basic service set identifier (BSSID), Frequency, Received Signal Strength (RSS-Level). 3. Database The received signal strengthsfrom the first step arestoredin the database and we are using firebase service Firebase is Google's mobile platform that helps you quickly develop high-quality apps and grow your business. [8] Firebase is built on Google infrastructure and scales automatically, for even the largest apps. Object of firebase contains the BSSID, RSS, X-Y coordinatesof the position. BSSID gives the unique id of access point where RSS is the received signal strength from the access point. While creation of database objects the developer has to double tap on the screenofandroidapplicationwhichfetches the x-y coordinates, BSSID, RSS and stores in the online database. Double tap internally implemented by the listener and a stable internet connection is required to fetch the related contents. Fig 3. Snapshot from the firebase database 4. Localization Algorithm It uses both data from Mobile unit and OnlineDatabasewhen user enters in premises mobile application will execute the algorithm. Algorithms [4] works in following steps: Step 1: The Mobile Unit start scanning and fetches nearby authorized access points Step 2: Create a vector from scanned data. Step 3: The created vector is compared with fingerprinted data which is stored on online database. Step 4: Finds similarity between current vector and stored neighbors in database using Euclidian distance method Step 5: Estimate user’s current location co-ordinates based on neighbors’ co-ordinates. 5.User Interface The means by which the user interacts with the system. Map is basic requirement for indoor positioning system. Fig 4: Map View on Application Image view is used to display the floor plans of the college building. Current position of the user will display on Image View via green dot. 3. RESULTS Test Scenario 1: Single Readings from One Room Test point Actual Co-ordinates Calculated Co-ordinates Acceptab le X Y X Y 1 370 73 325 94 YES 2 665 334 650 398 YES
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7674 3 378 576 106 971 NO 4 678 918 702 920 YES 5 372 957 120 502 NO 6 685 1124 609 1198 YES 7 386 1236 299 1189 YES 8 651 1343 1002 1391 NO 9 385 1462 385 1488 YES 10 369 1546 307 1555 YES 11 666 1620 123 1206 NO 12 425 1751 479 1723 YES 13 676 1798 641 1750 YES 14 391 1960 380 890 NO 15 518 2006 610 1977 YES Total Matching Rate = 10/15 * 100 = 66.67% The result of the system is mentioned above in tables. The Actual location stands for the location on which we are testing the Appand the location returned by the Appisunder location evaluated from the App in positioning phase. All the location values are approximated to the nearest integers. Theacceptablecolumnisjudgedbyhowmuchoffset distance both the readings have. If it is greater than twice the interval, then it’s not acceptable. Test scenario 1 has the match rate of 66.67% which is not acceptable. Single reading from the one room taken into consideration for the calculation of match rate. Test scenario 2 has best match rate of 80% which is acceptable. Multiple readings from the one room taken into consideration for the calculation of match rate which can be improved by taking more readings at one room. Test Scenario 2: Multiple Readings from One Room Test point Actual Co-ordinates Calculated Co-ordinates Acceptab le X Y X Y 1 370 73 325 94 YES 2 665 334 650 398 YES 3 378 576 106 971 NO 4 678 918 702 920 YES 5 372 957 120 502 NO 6 685 1124 609 1198 YES 7 386 1236 299 1189 YES 8 651 1343 768 1321 YES 9 385 1462 385 1488 YES 10 369 1546 307 1555 YES 11 666 1620 698 1568 YES 12 425 1751 479 1723 YES 13 676 1798 641 1750 YES 14 391 1960 380 890 NO 15 518 2006 610 1977 YES Total Matching Rate = 12/15 * 100 = 80% 4. CONCLUSION We discussed indoor Wi-Fi positioningtechnology;including the various phases and process of Wi-Fi fingerprinting technology and introduced various methods. Test results show that when the multiple readings are taken from one room then the chances of that room correctly recognize increases due to density of points at that location and localization algorithm is based on nearby neighbors, hence the system which is implemented by considering multiple points at one room stands better. The performance of a positioning system is mainlydetermined by bothpositioning algorithm and number of readings. several aspects can be further explored which can affect the performance of the system such as changes in the infrastructure, changes in access points location. 5. FUTURE SCOPE  Indoor navigation system which helpsusernavigate them in the premises.  most current smartphones are equipped with other types of sensors such as accelerometer, gyroscope and digital compass, in addition to the built-in Wi-Fi adapter. Data obtained from these sensors could be very useful sources of information for indoor positioning system  use of virtual reality to guide users via virtual entities.  Fingerprinting via crowd sourcing
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7675  Further experiment needs to be carried out to investigate new methods to reduce the impact of device-dependent errors 6. REFERENCES [1] Luca Mainetti, Luigi Patrono, Ilaria Sergi ”A Survey on Indoor Positioning Systems” Department of Innovation Engineering University of Salento Lecce, Italy [2] Adam Satan ”Bluetooth-based Indoor Navigation Mobile System” Institute of Information Science University of Miskolc Miskolc, Hungary. [3] Wondimu K. Zegeye , Seifemichael B. Amsalu , Yacob Astatke , Farzad Moazzami ”WiFi RSS Fingerprinting Indoor Localization forMobileDevices”DepartmentofElectricaland Computer Engineering Morgan State University, Baltimore, MD 21251, USA. [4] Xingbin Ge, Zhiyi Qu ”Optimization Wifi Indoor Positioning KNN Algorithm Location-based Fingerprint” School of Information Science and Engineering, Lanzhou University Lanzhou, Gansu Province, China. [5] Cornelius Toh and Sian Lun Lau ”Indoor Localization using Existing WiFi Infrastructure- A Case Study at a University Building”. Dept. of Computing and Information Systems Faculty of Science and Technology Sunway University, Bandar Sunway, Malaysia [6] Suining He ”Wi-Fi Fingerprint-based Indoor Positioning: Recent Advances and Comparisons” Student Member, IEEE, S.-H. Gary Chan, Senior Member, IEEE. [7] Omar Costilla-ReyesandKameshNamudur”DynamicWi- Fi Finger-printing Indoor Positioning System”Departmentof Electrical EngineeringCollege of Engineering University of North Texas Denton, Texas, [8] https://firebase.google.com/ BIOGRAPHIES Hrishikesh Borkar Aakash Jadhav Vipul Jadhav Arjun Shinde