indoor positioning techniques in 2014: where are they now?

47
WHERE ARE THEY* NOW? *THEY = SMARTPHONES LOCAL POSITIONING TECHNIQUES

Upload: fitc

Post on 06-May-2015

2.696 views

Category:

Technology


6 download

DESCRIPTION

Presented at FITC Toronto 2014 on April 27-29, 2014 More info at www.FITC.ca Indoor Positioning Techniques in 2014: Where Are They Now? The geolocation capabilities of smartphones are fantastic and well documented, so if your project requires you to locate people outside, you’re pretty well covered. But what do you do if you need to locate and identify participants indoors? This presentation will provide an introduction to a range of techniques for finding people within a predefined space. It will cover everything from optical tracking and WiFi monitoring to the more recently available iBeacon, and discuss how you can incorporate these techniques into your creative coding projects. Edward Keeble Developer, edwardkeeble.com Edward Keeble was born in Toronto, Ontario in 1984 and received a BFA in New Media from Ryerson University. A long-time resident of Toronto, he moved to Calgary, Alberta in 2013 to pursue danger and art. Of particular interest to him are projects which explore technologically-mediated social interactions and device-human relations. He has built really big screens, multi-touch walls, mobile apps, interactive installations and web applications at Globacore, Fabrica, SiG@MaRS and DreamNow. His work has been exhibited in Canada and Europe and featured on Make: Online, Gizmodo and the Discovery Channel.

TRANSCRIPT

Page 1: Indoor Positioning Techniques in 2014: Where Are They Now?

W H E R E A R E T H E Y * N O W ? * T H E Y = S M A R T P H O N E S

L O C A L P O S I T I O N I N G T E C H N I Q U E S

Page 2: Indoor Positioning Techniques in 2014: Where Are They Now?

L O C A L P O S I T I O N I N G S Y S T E M

• Locates users within a predefined space

• Relatively accurate positioning

• Unique user identification

• Persistent uniqueness

Page 3: Indoor Positioning Techniques in 2014: Where Are They Now?

W H Y N O T G P S ?

• Doesn’t work indoors

• LPS can provide accurate, context-specific location

Page 4: Indoor Positioning Techniques in 2014: Where Are They Now?

A P P L I C AT I O N S

• Wayfinding

• Retail analytics

• Gaming

• Art Installations

• Crowd density and traffic flow

• Home automation

Page 5: Indoor Positioning Techniques in 2014: Where Are They Now?

A C T I V E C L I E N T ( C L I E N T- S I D E )

A C T I V E S E N S O R ( S E R V E R - S I D E )

Page 6: Indoor Positioning Techniques in 2014: Where Are They Now?

A C T I V E C L I E N T

• Requires user interaction (must have installed an app)

• Allows for greater user interaction within your application

• Builds trust

• Accurate and reliable

Page 7: Indoor Positioning Techniques in 2014: Where Are They Now?

A C T I V E S E N S O R

• Requires no user interaction

• Monitor existing wireless traffic from user devices

• Hard to detect

• Less accurate than active-user

• Central database = privacy risk

• Creepy, bro

Page 8: Indoor Positioning Techniques in 2014: Where Are They Now?

L O C A L P O S I T I O N I N G I S N O T R E A L LY L O C A L I Z E D G P S

Page 9: Indoor Positioning Techniques in 2014: Where Are They Now?

C O N S I D E R Y O U R R E Q U I R E M E N T S

Page 10: Indoor Positioning Techniques in 2014: Where Are They Now?

P R E S E N C E - D E T E C T I O N

P R O X I M I T Y T R I G G E R S

A B S O L U T E P O S I T I O N I N G

Page 11: Indoor Positioning Techniques in 2014: Where Are They Now?

P R E S E N C E D E T E C T I O N

• Simplest approach

• Can use a single sensor or an array of sensors for different areas

• Is user within your area (and roughly how far away are they)?

• Useful for traffic flow analysis and determining crowd density

Page 12: Indoor Positioning Techniques in 2014: Where Are They Now?
Page 13: Indoor Positioning Techniques in 2014: Where Are They Now?

Source: CNET

Page 14: Indoor Positioning Techniques in 2014: Where Are They Now?

PA S S I V E W I F I S N I F F I N G

Page 15: Indoor Positioning Techniques in 2014: Where Are They Now?

B E A C O N F R A M E S

Page 16: Indoor Positioning Techniques in 2014: Where Are They Now?

P R O B E R E Q U E S T S

Page 17: Indoor Positioning Techniques in 2014: Where Are They Now?

P R O B E R E Q U E S T S

• Broadcast or Targeted (with SSID)

• Client MAC Address

Page 18: Indoor Positioning Techniques in 2014: Where Are They Now?

Source: TP-Link

Page 19: Indoor Positioning Techniques in 2014: Where Are They Now?

W H AT I S I T G O O D F O R ?

Page 20: Indoor Positioning Techniques in 2014: Where Are They Now?

P R O X I M I T Y T R I G G E R S

Page 21: Indoor Positioning Techniques in 2014: Where Are They Now?
Page 22: Indoor Positioning Techniques in 2014: Where Are They Now?

C A P P E D !

Page 23: Indoor Positioning Techniques in 2014: Where Are They Now?

i B E A C O N

Page 24: Indoor Positioning Techniques in 2014: Where Are They Now?

W H E R E C A N Y O U G E T S O M E B E A C O N S ?

Page 25: Indoor Positioning Techniques in 2014: Where Are They Now?

i B E A C O N C O N F I G U R AT I O N

• UUID

• Major

• Minor

• Measured Power

Page 26: Indoor Positioning Techniques in 2014: Where Are They Now?

i B E A C O N C O N F I G U R AT I O N

FD80C499-D6EC-42D5-87BC-D40F2D41522F

1 2

3

13

212

Page 27: Indoor Positioning Techniques in 2014: Where Are They Now?

N O T O N LY F O R i O S

Page 28: Indoor Positioning Techniques in 2014: Where Are They Now?

W O R K F L O W

• Scan for beacons with your project’s UUID

• Callbacks for Entering and Exiting the vicinity of a beacon

• Callback once per second (roughly) while within range of a beacon

• Can determine the proximity to a beacon

Page 29: Indoor Positioning Techniques in 2014: Where Are They Now?

Far

NearImmediate

P R O X I M I T Y

Page 30: Indoor Positioning Techniques in 2014: Where Are They Now?

A B S O L U T E P O S I T I O N I N G

Page 31: Indoor Positioning Techniques in 2014: Where Are They Now?

A B S O L U T E P O S I T I O N I N G

x1, y1 x2, y2

x3, y3

-51 dBm-48 dBm

-44 dBm

Page 32: Indoor Positioning Techniques in 2014: Where Are They Now?

R S S I R E A L LY S O M E T H I N G S O M E T H I N G I N A C C U R AT E

Page 33: Indoor Positioning Techniques in 2014: Where Are They Now?

N O F I LT E R

Page 34: Indoor Positioning Techniques in 2014: Where Are They Now?

K A L M A N F I LT E R

Page 35: Indoor Positioning Techniques in 2014: Where Are They Now?

D I S TA N C E E S T I M AT I O N

2.9198m

3.2924m

6.9365m

RSSI at 1m: -40 RSSI at 1m: -41

RSSI at 1m: -39

RSSI: -52.0243 RSSI: -47.5238

RSSI: -45.9421

Page 36: Indoor Positioning Techniques in 2014: Where Are They Now?

T R I L AT E R AT I O N

2.9198m

3.2924m

6.9365mx1, y1 x2, y2

x3, y3

client X, client Y

Page 37: Indoor Positioning Techniques in 2014: Where Are They Now?

S O R T O F.

Page 38: Indoor Positioning Techniques in 2014: Where Are They Now?

C O M M E R C I A L O F F E R I N G S

Page 39: Indoor Positioning Techniques in 2014: Where Are They Now?

i B E A C O N

Page 40: Indoor Positioning Techniques in 2014: Where Are They Now?

W I F I F I N G E R P R I N T I N G

S O U R C E : G A M A G R O U P, D E PA R T M E N T O F C O M P U T I N G , P O LY U

Page 41: Indoor Positioning Techniques in 2014: Where Are They Now?

M A G N E T I C F I N G E R P R I N T I N G

Page 42: Indoor Positioning Techniques in 2014: Where Are They Now?

L I G H T B E A C O N S

Source: ByteLight

Page 43: Indoor Positioning Techniques in 2014: Where Are They Now?

N E W A P P R O A C H E S

Page 44: Indoor Positioning Techniques in 2014: Where Are They Now?

N AV I S E N S

Page 45: Indoor Positioning Techniques in 2014: Where Are They Now?

P R O J E C T TA N G O

Page 46: Indoor Positioning Techniques in 2014: Where Are They Now?

W I F I S L A MSimultaneous Localization and Mapping

Page 47: Indoor Positioning Techniques in 2014: Where Are They Now?

T H A N K S !

@edkeeble edwardkeeble.com