wlan and bluetooth indoor positioning system

14
Wlan and Bluetooth based indoor positioning system Aalto University

Upload: projectenhance

Post on 05-Dec-2014

1.667 views

Category:

Technology


2 download

DESCRIPTION

Presentation on WLAN and Bluetooth Indoor Positioning System by Ville

TRANSCRIPT

Page 1: WLAN and Bluetooth Indoor Positioning System

Wlan and Bluetooth based indoor positioning system

Aalto University

Page 2: WLAN and Bluetooth Indoor Positioning System

Development process

• Product development project – fall 2012

– Real life projects sponsored by companies

– Project InPoint, sponsored by Ericsson

– Indoor positioning prototype on school campus

Page 3: WLAN and Bluetooth Indoor Positioning System

Project InPoint

• 9 members

• Study of indoor positioning in general

• WLAN was chosen as technology

– Widespread distribution

• Android smart phone was chosen as platform

– Developer accessibility on sensors

• First prototype was ready spring 2013

Page 4: WLAN and Bluetooth Indoor Positioning System

Summer 2013

• Craving for improvement of the system

• Bluetooth added as technology

• More advanced algorithms and methods

• Enhancing the usability

• Making the system more scalable

– Documentation and instructions

Page 5: WLAN and Bluetooth Indoor Positioning System

System goal and components

• Goal: pinpoint Android device location

Page 6: WLAN and Bluetooth Indoor Positioning System

Fingerprinting

1 . Calibration of signal environment

- Measure RSS beforehand

- Store measurements to database

2. Positioning

- Measuring RSS

- Comparing result with database

Page 7: WLAN and Bluetooth Indoor Positioning System

Positioning Engine 1/3

• Position with highest probability chosen

– Probability distribution for every position

• Comparing relations of router RSS

Page 8: WLAN and Bluetooth Indoor Positioning System

Positioning Engine 2/3

• Normal difference distribution:

• Transition system

– Takes history positionings into account

– Error-estimate

Page 9: WLAN and Bluetooth Indoor Positioning System

Positioning Engine 3/3

• Anchor system

– Use beacons as anchors

– Uniquely high signal strength near beacon

– Better accuracy and error-estimate

Page 10: WLAN and Bluetooth Indoor Positioning System

System implementation 1/2

• External server

– Connection to Android phone

– Apache, PHP and mySQL

– Actual PHP-code files

– phpMyAdmin

Page 11: WLAN and Bluetooth Indoor Positioning System

System implementation 2/2

• Client side

– Computer

– Android device

– Android developing tools with Eclipse

– Java

– Drawing the maps

Page 12: WLAN and Bluetooth Indoor Positioning System

How to use 1/2

1. Calibration of the whole area

- CalibrationTool

- Orientations

- Settings

- Point interval 2m

Page 13: WLAN and Bluetooth Indoor Positioning System

How to use 2/2

2. Positioning application

– Shows location on map

– Move and zoom

– Debugging settings

Page 14: WLAN and Bluetooth Indoor Positioning System

Where to begin

• Read documentation

• Platform source code package

• Demonstration next

• Questions?