Introduction to Mobile Sensing Technology

Size: px
Start display at page:

Download "Introduction to Mobile Sensing Technology"

Transcription

1 Introduction to Mobile Sensing Technology Kleomenis Katevas

2 Image by CRCA / CNRS / University of Toulouse

3

4

5 In this talk What is Mobile Sensing? Sensor data, but what can we actually sense? Sensor Fusion. Mobile Sensing on Android and ios. Continuous Sensing Platforms. Mobile Sensing in Research.

6 NFC WiFi GPS Ambient Light Sensor Barometer Camera(s) Bluetooth Magnetometer Microphone(s) Water Sensor Proximity Sensor Gyroscope Accelerometer Motion Coprocessor

7 Satellite Navigation Systems It calculates the location (latitude and longitude), altitude, and speed of the device based on the distance from at least four satellites (trilateration). Average accuracy is ~3m. Not suitable for indoor positioning. GPS is the most popular one, but others are available or coming in the future (GLONASS, COMPASS, Galileo, IRNSS).

8 Wireless networking technology. Can been used as an indoor positioning system (IPS) by triangulating the Received Signal Strength Indication (RSSI) of other Wi-Fi hot-spots. Some mobile devices combine GPS, cell tower triangulation and WiFibased location to improve accuracy. Read Survey of Wireless Indoor Positioning Techniques and Systems by Hui Liu et al.

9 Wireless networking technology for exchanging data over short distances. (~10 meters for Class 2 radios) Can also be used for indoor positioning. Very useful for spatial-temporal data gathering (participant mobility and social interactions). Bluetooth LE (BLE), marketed as Bluetooth Smart, has very low battery consumption.

10 ibeacon Apple s implementation of Bluetooth Smart, used as an indoor positioning system. Classifies the location of the device as Immediate, Near or Far. All devices can be ibeacon transmitters, receivers (or both), but the technology is also open to third-party hardware. Also available in Android using thirdparty libraries.

11 ibeacon Data Format Company ID (Apple: 0x004C) UUID (16 byte hex) Minor (uint ) Type (always 0x02) Major (uint ) Measured Power (rssi in 1m distance)

12 Estimote Indoor Location

13 Eddystone Google s answer to ibeacon. Fully open-source specification (Apache v2.0) with source code available for Android and ios. Three frames: Eddystone-UID (similar to ibeacon ) Eddystone-URL (broadcasts a URL) Eddystone-TLM (broadcasts telemetry information)

14 Some terminology Six degrees of freedom (3D Translation & 3D Rotation)

15 Magnetometer Magnetic field sensor. Tells you the actual orientation of the device relative to the magnetic north (not the true north). Three axis magnetometer: x, y, z (East, North, Up)

16 Magnetometer Magnetic field sensor. Tells you the actual orientation of the device relative to the magnetic north (not the true north). Three axis magnetometer: x, y, z (East, North, Up)

17 Accelerometer A sensor that measures the force of acceleration of the device. 3 axis accelerometer: x, y, z (Surge, Heave, Sway) Can also calculate Pitch and Roll (but not Yaw!) using trigonometric calculations. Also used to understand the device orientation, by measuring the acceleration caused by the gravity.

18 Accelerometer A sensor that measures the force of acceleration of the device. 3 axis accelerometer: x, y, z (Surge, Heave, Sway) Can also calculate Pitch and Roll (but not Yaw!) using trigonometric calculations. Also used to understand the device orientation, by measuring the acceleration caused by the gravity.

19 Gyroscope 3 axis gyroscope: x, y, z (Pitch, Roll, Yaw) Tells you how much your device is being rotated over time. Less computationally expensive Pitch and Roll. Also provides Yaw.

20 Demo time

21 Comparing the three sensors + - Magnetometer No drift problem (depend on magnetic north) Noisy. Hard to calibrate. Not accurate for rotation detection. Tilt compensation. Accelerometer No drift problem (depend on earths gravity) Noisy, especially in high frequencies. Mixes linear acceleration and gravity. Gyroscope Smooth reading even in high frequencies. Great dynamic response. Large errors due to the drift problem.

22 What is sensor fusion? The use of multiple sensors so that they compensate each other s weaknesses. Users (developers) do not want to know about sensors. What they really want is accurate and responsive 3D translation, 3D rotation and orientation.

23 Accelerometer and Gyro Fusion (Sachs, 2010)

24 Accelerometer and Gyro Fusion Integration (Sachs, 2010)

25 Sensor Fusion (Sachs, 2010) Gyroscope Orientation 3D Rotation Accelerometer Gravity

26 Sensor Fusion (Sachs, 2010) Integration Gyroscope Orientation 3D Rotation Accelerometer Gravity

27 Magnetometer and Gyro Fusion (Sachs, 2010)

28 Sensor Fusion (Sachs, 2010) Gyroscope Orientation 3D Rotation Magnetometer Direction Accelerometer Gravity

29 Gravity and Linear Acceleration Linear Acceleration = Accelerometer Data - Gravity In most cases, it is very hard to separate Gravity from Linear Acceleration as gravity changes really fast. High pass filters do not work very well.

30 Sensor Fusion (Sachs, 2010) Gyroscope Orientation 3D Rotation Magnetometer Direction Accelerometer Gravity Linear Acceleration 3D Translation

31 Sensor Fusion (Sachs, 2010) Gyroscope Orientation 3D Rotation Magnetometer Accelerometer Direction Gravity Double Integration Linear Acceleration 3D Translation

32 Motion Coprocessors Apple s M7 / M8 / M9 chip. Continues measures motion data from Magnetometer, Accelerometer, Gyroscope and Barometer sensors. Automatically performs activity detection: stationary, walking, running, automotive, unknown. M8 also provides distance and elevation using the Barometer sensor. M9 can also track Pace and Cadence. Apps can query data of the past 7 days when loaded. Does not provide the raw data.

33 Sensing Motion in ios and Android Fused data of: Raw and Calibrated data of: - Accelerometer - Gyroscope - Magnetometer - User Acceleration - Gravity - Attitude - Rotation rate - Magnetic field

34 Mobile Sensing on Android Sampling Rate in motion sensors is not consistent. Timestamp is not consistent. Lack of a motion coprocessor, only Pedometers. (this will change very soon ) Android fragmentation problem. Bluetooth Smart (BLE) is only fully supported in Lollipop.

35 Sampling rate on Android Samsung Galaxy S2 Google Nexus 4 FASTEST 100 Hz 200 Hz GAME 50 Hz 50 Hz UI 15 Hz 30 Hz NORMAL 5 Hz 15 Hz

36 Mobile Sensing on ios Running a process in the background is (almost) not possible. Access to some sensors is limited (e.g. WiFi, NFC). Restrictions in the App Store.

37 SensingKit: A Multi-Platform Mobile Sensing Framework Platform Characteristics SensingKit Server Works in Android and ios mobile systems. Captures Motion, Location, Proximity, Environmental data. Power efficient using Bluetooth Smart (4.0). Easily extensible using a modular design. Automated time sync and data processing on the server. Available in open-source under the GNU LGPL v3.0. Sensor Modules Model Manager Data Communication Module Internet Web Services Data Plug-in System Data Extraction For more info, check

38 SensingKit: Battery Consumption Power (%) iphone 5S Idle Accelerometer (100Hz) Gyroscope (100Hz) Magnetometer (100Hz) Device Motion (100Hz) Location (Best Accuracy) ibeacon Broadcast (1Hz) ibeacon Scan (1Hz) ibeacon Scan + Broadcast (1Hz) Microphone ( Hz) Time (hours) Battery consumption of SensingKit running on an iphone 5S.

39 Detecting Group Formations

40

41 } P1 P1 P1 P2 P3 P4 P5 P6 P1 P1 P1 P2 P P2 P2 P2 P3 P P3 P3 P3 P4 P P4 P4 P4 P5 P P5 P5 P5 P6 P P6 P6 P P1 P2 P3 P4 P5 P6 P P P P P P time (sec) (a) Weighed Adjacency Matrices (b) Binary Adjacency Matrix (c) Graph

42 Results Confusion Matrix

43 Thank you! David Sachs, Sensor Fusion on Android Devices: A Revolution in Motion Processing, Google Tech Talk, February Retrieved from Kleomenis Katevas, Hamed Haddadi, Laurissa Tokarchuk, Richard G. Clegg, "Detecting Group Formations using ibeacon Technology", 4th International Workshop on Human Activity Sensing Corpus and Application (HASCA2016) in conjunction with UbiComp 2016, September 2016, Heidelberg, Germany. Kleomenis Katevas, Hamed Haddadi and Laurissa Tokarchuk, SensingKit: Evaluating the Sensor Power Consumption in ios devices, 12th International Conference on Intelligent Environments (IE'16), September 2016, London, UK. Kleomenis Katevas, Hamed Haddadi and Laurissa Tokarchuk, Poster: SensingKit -- A Multi-Platform Mobile Sensing Framework for Large-Scale Experiments, Extended abstract, ACM MobiCom 2014, Maui, Hawaii, September 2014.

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal

IoT. Indoor Positioning with BLE Beacons. Author: Uday Agarwal IoT Indoor Positioning with BLE Beacons Author: Uday Agarwal Contents Introduction 1 Bluetooth Low Energy and RSSI 2 Factors Affecting RSSI 3 Distance Calculation 4 Approach to Indoor Positioning 5 Zone

More information

MOBILE COMPUTING 1/29/18. Cellular Positioning: Cell ID. Cellular Positioning - Cell ID with TA. CSE 40814/60814 Spring 2018

MOBILE COMPUTING 1/29/18. Cellular Positioning: Cell ID. Cellular Positioning - Cell ID with TA. CSE 40814/60814 Spring 2018 MOBILE COMPUTING CSE 40814/60814 Spring 2018 Cellular Positioning: Cell ID Open-source database of cell IDs: opencellid.org Cellular Positioning - Cell ID with TA TA: Timing Advance (time a signal takes

More information

Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden)

Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden) Indoor Positioning 101 TECHNICAL)WHITEPAPER) SenionLab)AB) Teknikringen)7) 583)30)Linköping)Sweden) TechnicalWhitepaper)) Satellite-based GPS positioning systems provide users with the position of their

More information

GPS-Aided INS Datasheet Rev. 2.6

GPS-Aided INS Datasheet Rev. 2.6 GPS-Aided INS 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO and BEIDOU navigation

More information

The definitive guide for purchasing Bluetooth Low Energy (BLE) Beacons at scale

The definitive guide for purchasing Bluetooth Low Energy (BLE) Beacons at scale The definitive guide for purchasing Bluetooth Low Energy (BLE) Beacons at scale If you re working on an enterprise Request For Quote (RFQ) or Request For Proposal (RFP) for BLE Beacons using any of the

More information

Indoor localization using NFC and mobile sensor data corrected using neural net

Indoor localization using NFC and mobile sensor data corrected using neural net Proceedings of the 9 th International Conference on Applied Informatics Eger, Hungary, January 29 February 1, 2014. Vol. 2. pp. 163 169 doi: 10.14794/ICAI.9.2014.2.163 Indoor localization using NFC and

More information

Performance Evaluation of Beacons for Indoor Localization in Smart Buildings

Performance Evaluation of Beacons for Indoor Localization in Smart Buildings Performance Evaluation of Beacons for Indoor Localization in Smart Buildings Andrew Mackey, mackeya@uoguelph.ca Petros Spachos, petros@uoguelph.ca University of Guelph, School of Engineering 1 Agenda The

More information

Hardware-free Indoor Navigation for Smartphones

Hardware-free Indoor Navigation for Smartphones Hardware-free Indoor Navigation for Smartphones 1 Navigation product line 1996-2015 1996 1998 RTK OTF solution with accuracy 1 cm 8-channel software GPS receiver 2004 2007 Program prototype of Super-sensitive

More information

GPS-Aided INS Datasheet Rev. 2.3

GPS-Aided INS Datasheet Rev. 2.3 GPS-Aided INS 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined L1 & L2 GPS, GLONASS, GALILEO and BEIDOU navigation and

More information

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots CENG 5931 HW 5 Mobile Robotics Due March 5 Sensors for Mobile Robots Dr. T. L. Harman: 281 283-3774 Office D104 For reports: Read HomeworkEssayRequirements on the web site and follow instructions which

More information

Senion IPS 101. An introduction to Indoor Positioning Systems

Senion IPS 101. An introduction to Indoor Positioning Systems Senion IPS 101 An introduction to Indoor Positioning Systems INTRODUCTION Indoor Positioning 101 What is Indoor Positioning Systems? 3 Where IPS is used 4 How does it work? 6 Diverse Radio Environments

More information

A 3D Ubiquitous Multi-Platform Localization and Tracking System for Smartphones. Seyyed Mahmood Jafari Sadeghi

A 3D Ubiquitous Multi-Platform Localization and Tracking System for Smartphones. Seyyed Mahmood Jafari Sadeghi A 3D Ubiquitous Multi-Platform Localization and Tracking System for Smartphones by Seyyed Mahmood Jafari Sadeghi A thesis submitted in conformity with the requirements for the degree of Doctor of Philosophy

More information

Smartphone Positioning and 3D Mapping Indoors

Smartphone Positioning and 3D Mapping Indoors Smartphone Positioning and 3D Mapping Indoors Ruizhi Chen Wuhan University Oct. 4, 2018, Delft Adding a Smart LIFE to 3D People spend 80% of their time indoors When People Communicates to a Robot, We Need

More information

Ubiquitous Positioning: A Pipe Dream or Reality?

Ubiquitous Positioning: A Pipe Dream or Reality? Ubiquitous Positioning: A Pipe Dream or Reality? Professor Terry Moore The University of What is Ubiquitous Positioning? Multi-, low-cost and robust positioning Based on single or multiple users Different

More information

GPS-Aided INS Datasheet Rev. 2.7

GPS-Aided INS Datasheet Rev. 2.7 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS and BEIDOU navigation and highperformance

More information

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant Guide: Dr. Kai Huang Overview Objective Lego Car Wifi Interface to Lego Car Lego Car FPGA System Android Application Conclusion

More information

Indoor Location System with Wi-Fi and Alternative Cellular Network Signal

Indoor Location System with Wi-Fi and Alternative Cellular Network Signal , pp. 59-70 http://dx.doi.org/10.14257/ijmue.2015.10.3.06 Indoor Location System with Wi-Fi and Alternative Cellular Network Signal Md Arafin Mahamud 1 and Mahfuzulhoq Chowdhury 1 1 Dept. of Computer Science

More information

GPS-Aided INS Datasheet Rev. 3.0

GPS-Aided INS Datasheet Rev. 3.0 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS, BEIDOU and L-Band navigation

More information

Indoor navigation with smartphones

Indoor navigation with smartphones Indoor navigation with smartphones REinEU2016 Conference September 22 2016 PAVEL DAVIDSON Outline Indoor navigation system for smartphone: goals and requirements WiFi based positioning Application of BLE

More information

ARUBA LOCATION SERVICES

ARUBA LOCATION SERVICES ARUBA LOCATION SERVICES Powered by Aruba Beacons The flagship product of the product line is Aruba Beacons. When Aruba Beacons are used in conjunction with the Meridian mobile app platform, they enable

More information

Utility of Sensor Fusion of GPS and Motion Sensor in Android Devices In GPS- Deprived Environment

Utility of Sensor Fusion of GPS and Motion Sensor in Android Devices In GPS- Deprived Environment Utility of Sensor Fusion of GPS and Motion Sensor in Android Devices In GPS- Deprived Environment Amrit Karmacharya1 1 Land Management Training Center Bakhundol, Dhulikhel, Kavre, Nepal Tel:- +977-9841285489

More information

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

On Attitude Estimation with Smartphones

On Attitude Estimation with Smartphones On Attitude Estimation with Smartphones Thibaud Michel Pierre Genevès Hassen Fourati Nabil Layaïda Université Grenoble Alpes, INRIA LIG, GIPSA-Lab, CNRS March 16 th, 2017 http://tyrex.inria.fr/mobile/benchmarks-attitude

More information

DYNAMIC BLUETOOTH BEACONS FOR PEOPLE WITH DISABILITIES

DYNAMIC BLUETOOTH BEACONS FOR PEOPLE WITH DISABILITIES DYNAMIC BLUETOOTH BEACONS FOR PEOPLE WITH DISABILITIES A journey from ibeacon to IoT beacons, InfinIT Summit 2017 BLUETOOTH BEACONS Short information sent by radio A few times per second Kind of radio

More information

ANDROID APPS DEVELOPMENT FOR MOBILE GAME

ANDROID APPS DEVELOPMENT FOR MOBILE GAME ANDROID APPS DEVELOPMENT FOR MOBILE GAME Lecture 5: Sensor and Location Sensor Overview Most Android-powered devices have built-in sensors that measure motion, orientation, and various environmental conditions.

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Aerospace Sensor Suite

Aerospace Sensor Suite Aerospace Sensor Suite ECE 1778 Creative Applications for Mobile Devices Final Report prepared for Dr. Jonathon Rose April 12 th 2011 Word count: 2351 + 490 (Apper Context) Jin Hyouk (Paul) Choi: 998495640

More information

Integrated Positioning The Challenges New technology More GNSS satellites New applications Seamless indoor-outdoor More GNSS signals personal navigati

Integrated Positioning The Challenges New technology More GNSS satellites New applications Seamless indoor-outdoor More GNSS signals personal navigati Integrated Indoor Positioning and Navigation Professor Terry Moore Professor of Satellite Navigation Nottingham Geospatial Institute The University of Nottingham Integrated Positioning The Challenges New

More information

A Simple Smart Shopping Application Using Android Based Bluetooth Beacons (IoT)

A Simple Smart Shopping Application Using Android Based Bluetooth Beacons (IoT) Advances in Wireless and Mobile Communications. ISSN 0973-6972 Volume 10, Number 5 (2017), pp. 885-890 Research India Publications http://www.ripublication.com A Simple Smart Shopping Application Using

More information

Comparison of RSSI-Based Indoor Localization for Smart Buildings with Internet of Things

Comparison of RSSI-Based Indoor Localization for Smart Buildings with Internet of Things Comparison of RSSI-Based Indoor Localization for Smart Buildings with Internet of Things Sebastian Sadowski and Petros Spachos, School of Engineering, University of Guelph, Guelph, ON, N1G 2W1, Canada

More information

IOT: IMPACT OF THE PHYSICAL WEB AND BEACONS

IOT: IMPACT OF THE PHYSICAL WEB AND BEACONS IOT: IMPACT OF THE PHYSICAL WEB AND BEACONS Dr. Debasis Bha,acharya, Mario Canul, Saxon Knight ICS Faculty University of HawaiʻI Maui College debasisb@hawaii.edu (808) 984-3619 maui.hawaii.edu/cybersecurity

More information

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology Final Proposal Team #2 Gordie Stein Matt Gottshall Jacob Donofrio Andrew Kling Facilitator: Michael Shanblatt Sponsor:

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Occupancy Detection via ibeacon on Android Devices for Smart Building Management

Occupancy Detection via ibeacon on Android Devices for Smart Building Management Occupancy Detection via ibeacon on Android Devices for Smart Building Management Omitted for blind review Abstract Building heating, ventilation, and air conditioning (HVAC) systems are considered to be

More information

Generating Schematic Indoor Representation based on Context Monitoring Analysis of Mobile Users

Generating Schematic Indoor Representation based on Context Monitoring Analysis of Mobile Users UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE Institute of Computer Science Martti Marran Generating Schematic Indoor Representation based on Context Monitoring Analysis of Mobile Users

More information

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG Ekinox Series TACTICAL GRADE MEMS Inertial Systems IMU AHRS MRU INS VG ITAR Free 0.05 RMS Motion Sensing & Navigation AEROSPACE GROUND MARINE EKINOX SERIES R&D specialists usually compromise between high

More information

The Jigsaw Continuous Sensing Engine for Mobile Phone Applications!

The Jigsaw Continuous Sensing Engine for Mobile Phone Applications! The Jigsaw Continuous Sensing Engine for Mobile Phone Applications! Hong Lu, Jun Yang, Zhigang Liu, Nicholas D. Lane, Tanzeem Choudhury, Andrew T. Campbell" CS Department Dartmouth College Nokia Research

More information

Motion Reference Units

Motion Reference Units Motion Reference Units MRU IP-67 sealed 5% / 5 cm Heave accuracy 0.03 m/sec Velocity accuracy 0.05 deg Pitch and Roll accuracy 0.005 m/sec 2 Acceleration accuracy 0.0002 deg/sec Angular rate accuracy NMEA

More information

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.2 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Motion Reference Units

Motion Reference Units Motion Reference Units MRU Datasheet Rev. 1.3 IP-67 sealed 5% / 5 cm Heave accuracy 0.03 m/sec Velocity accuracy 0.05 deg Pitch and Roll accuracy 0.005 m/sec2 Acceleration accuracy 0.0002 deg/sec Angular

More information

CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc.

CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc. CSRmesh Beacon management and Asset Tracking Muhammad Ulislam Field Applications Engineer, Staff, Qualcomm Atheros, Inc. CSRmesh Recap Bluetooth Mesh Introduction What is CSRmesh? A protocol that runs

More information

Indoor Positioning by the Fusion of Wireless Metrics and Sensors

Indoor Positioning by the Fusion of Wireless Metrics and Sensors Indoor Positioning by the Fusion of Wireless Metrics and Sensors Asst. Prof. Dr. Özgür TAMER Dokuz Eylül University Electrical and Electronics Eng. Dept Indoor Positioning Indoor positioning systems (IPS)

More information

Indoor Localization and Tracking using Wi-Fi Access Points

Indoor Localization and Tracking using Wi-Fi Access Points Indoor Localization and Tracking using Wi-Fi Access Points Dubal Omkar #1,Prof. S. S. Koul *2. Department of Information Technology,Smt. Kashibai Navale college of Eng. Pune-41, India. Abstract Location

More information

Low Power Gelocation Solution. Stéphane BOUDAUD CTO Abeeway Jonathan DAVID Polytech Student

Low Power Gelocation Solution. Stéphane BOUDAUD CTO Abeeway Jonathan DAVID Polytech Student Low Power Gelocation Solution Stéphane BOUDAUD CTO Abeeway Jonathan DAVID Polytech Student Disruptive radio technologies is taking off for IoT 2 An estimated 50 billions of connected objects by 2020 [CISCO]

More information

e-navigation Underway International February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University)

e-navigation Underway International February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University) e-navigation Underway International 2016 2-4 February 2016 Kilyong Kim(GMT Co., Ltd.) Co-author : Seojeong Lee(Korea Maritime and Ocean University) Eureka R&D project From Jan 2015 to Dec 2017 15 partners

More information

State of the Location Industry. Presented by Mappedin

State of the Location Industry. Presented by Mappedin State of the Location Industry Presented by Mappedin 2 State of the Location Industry Table of Contents Introduction 3 Current Market Landscape 4 Determining Best in Show 5 And The Winner is... 6 Appendix

More information

Beacon Indoor Navigation System. Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE.

Beacon Indoor Navigation System. Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE. Beacon Indoor Navigation System Group 14 Andre Compagno, EE. Josh Facchinello, CpE. Jonathan Mejias, EE. Pedro Perez, EE. Motivation GPS technologies are not effective indoors Current indoor accessibility

More information

1. Product Introduction FeasyBeacons are designed by Shenzhen Feasycom Technology Co., Ltd which has the typical models as below showing: Model FSC-BP

1. Product Introduction FeasyBeacons are designed by Shenzhen Feasycom Technology Co., Ltd which has the typical models as below showing: Model FSC-BP ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, FeasyBeacon Getting Started Guide Version 2.5 Feasycom Online Technical Support: Skype: Feasycom Technical Support Direct Tel: 086 755 23062695 Email:

More information

IoT Wi-Fi- based Indoor Positioning System Using Smartphones

IoT Wi-Fi- based Indoor Positioning System Using Smartphones IoT Wi-Fi- based Indoor Positioning System Using Smartphones Author: Suyash Gupta Abstract The demand for Indoor Location Based Services (LBS) is increasing over the past years as smartphone market expands.

More information

BikeApp - Detecting Cyclists Activity and Location using Bluetooth Low Energy Technology

BikeApp - Detecting Cyclists Activity and Location using Bluetooth Low Energy Technology BikeApp - Detecting Cyclists Activity and Location using Bluetooth Low Energy Technology Andriy Zabolotnyy Instituto Superior Técnico andriyzabolotnyy@tecnico.ulisboa.pt ABSTRACT In urban environments,

More information

Hack Your Ride With Beacon Technology!

Hack Your Ride With Beacon Technology! Hack Your Ride With Beacon Technology! #kontakt_io Trevor Longino Head of Marketing & PR @trevorlongino @kontakt_io We help build the world s best proximity solutions 10 thousand+ clients! Welcome to the

More information

MOBILE COMPUTING. Transducer: a device which converts one form of energy to another

MOBILE COMPUTING. Transducer: a device which converts one form of energy to another MOBILE COMPUTING CSE 40814/60814 Fall 2015 Basic Terms Transducer: a device which converts one form of energy to another Sensor: a transducer that converts a physical phenomenon into an electric signal

More information

Technology Challenges and Opportunities in Indoor Location. Doug Rowitch, Qualcomm, San Diego

Technology Challenges and Opportunities in Indoor Location. Doug Rowitch, Qualcomm, San Diego PAGE 1 qctconnect.com Technology Challenges and Opportunities in Indoor Location Doug Rowitch, Qualcomm, San Diego 2 nd Invitational Workshop on Opportunistic RF Localization for Future Directions, Technologies,

More information

OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P. Datasheet Rev OS3D-FG Datasheet rev. 2.

OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P. Datasheet Rev OS3D-FG Datasheet rev. 2. OS3D-FG OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P Datasheet Rev. 2.0 1 The Inertial Labs OS3D-FG is a multi-purpose miniature 3D orientation sensor Attitude

More information

High Precision Urban and Indoor Positioning for Public Safety

High Precision Urban and Indoor Positioning for Public Safety High Precision Urban and Indoor Positioning for Public Safety NextNav LLC September 6, 2012 2012 NextNav LLC Mobile Wireless Location: A Brief Background Mass-market wireless geolocation for wireless devices

More information

Mobile Sensing: Opportunities, Challenges, and Applications

Mobile Sensing: Opportunities, Challenges, and Applications Mobile Sensing: Opportunities, Challenges, and Applications Mini course on Advanced Mobile Sensing, November 2017 Dr Veljko Pejović Faculty of Computer and Information Science University of Ljubljana Veljko.Pejovic@fri.uni-lj.si

More information

Understanding User Daily Mobility Using Mobile and Wearable Sensing Systems

Understanding User Daily Mobility Using Mobile and Wearable Sensing Systems Understanding User Daily Mobility Using Mobile and Wearable Sensing Systems Sébastien Faye, Thomas Engel University of Luxembourg, SnT 4 rue Alphonse Weicker, L-2721 Luxembourg Email: {sebastien.faye,thomas.engel}@uni.lu

More information

Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS

Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS Gesture Identification Using Sensors Future of Interaction with Smart Phones Mr. Pratik Parmar 1 1 Department of Computer engineering, CTIDS Abstract Over the years from entertainment to gaming market,

More information

3DM-GX3-45 Theory of Operation

3DM-GX3-45 Theory of Operation Theory of Operation 8500-0016 Revision 001 3DM-GX3-45 Theory of Operation www.microstrain.com Little Sensors, Big Ideas 2012 by MicroStrain, Inc. 459 Hurricane Lane Williston, VT 05495 United States of

More information

BlueBeacon Bluetooth LE proximity-beacon with Eddystone (TM) specifications

BlueBeacon Bluetooth LE proximity-beacon with Eddystone (TM) specifications BlueBeacon Bluetooth LE proximity-beacon with Eddystone (TM) specifications Services and Characteristics A BlueBeacon is a Bluetooth Low Energy (BLE) proximity-beacon that periodically broadcasts an advertising

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

MEMS Solutions For VR & AR

MEMS Solutions For VR & AR MEMS Solutions For VR & AR Sensor Expo 2017 San Jose June 28 th 2017 MEMS Sensors & Actuators at ST 2 Motion Environmental Audio Physical change Sense Electro MEMS Mechanical Signal Mechanical Actuate

More information

ASR-2300 Multichannel SDR Module for PNT and Mobile communications. Dr. Michael B. Mathews Loctronix, Corporation

ASR-2300 Multichannel SDR Module for PNT and Mobile communications. Dr. Michael B. Mathews Loctronix, Corporation ASR-2300 Multichannel SDR Module for PNT and Mobile communications GNU Radio Conference 2013 October 1, 2013 Boston, Massachusetts Dr. Michael B. Mathews Loctronix, Corporation Loctronix Corporation 2008,

More information

Testing of GNSS Dual-Frequency with Smartphones

Testing of GNSS Dual-Frequency with Smartphones Testing of GNSS Dual-Frequency with Smartphones Towards better location performance in mass market applications P. Crosta, G. Galluzzo, R. Orus, R. Lucas, ESA J. Redelkiewicz, GSA ESA UNCLASSIFIED - For

More information

A Bluetooth Smart Analyzer in ibeacon Networks

A Bluetooth Smart Analyzer in ibeacon Networks A Bluetooth Smart Analyzer in ibeacon Networks Maria Varsamou and Theodore Antonakopoulos University of Patras Department of Electrical and Computer Engineering Patras 26504, Greece e-mails: mtvars@upatras.gr

More information

Herecast: An Open Infrastructure for Location-Based Services using WiFi

Herecast: An Open Infrastructure for Location-Based Services using WiFi Herecast: An Open Infrastructure for Location-Based Services using WiFi Mark Paciga and Hanan Lutfiyya Presented by Emmanuel Agu CS 525M Introduction User s context includes location, time, date, temperature,

More information

GPS Waypoint Application

GPS Waypoint Application GPS Waypoint Application Kris Koiner, Haytham ElMiligi and Fayez Gebali Department of Electrical and Computer Engineering University of Victoria Victoria, BC, Canada Email: {kkoiner, haytham, fayez}@ece.uvic.ca

More information

CMPS11 - Tilt Compensated Compass Module

CMPS11 - Tilt Compensated Compass Module CMPS11 - Tilt Compensated Compass Module Introduction The CMPS11 is our 3rd generation tilt compensated compass. Employing a 3-axis magnetometer, a 3-axis gyro and a 3-axis accelerometer. A Kalman filter

More information

SHOPPING IN MOTION HOW POSITIONING, INDOOR NAVIGATION AND PERSONALIZED MOBILE MARKETING SET STATIONARY TRADE IN MOTION.

SHOPPING IN MOTION HOW POSITIONING, INDOOR NAVIGATION AND PERSONALIZED MOBILE MARKETING SET STATIONARY TRADE IN MOTION. SHOPPING IN MOTION HOW POSITIONING, INDOOR NAVIGATION AND PERSONALIZED MOBILE MARKETING SET STATIONARY TRADE IN MOTION. Nowadays customers are provided with various channels for shopping and for getting

More information

How to implement proximity marketing campaigns without an app

How to implement proximity marketing campaigns without an app How to implement proximity marketing campaigns without an app Generate more revenue from current customers & attract new visitors by using Eddystone beacons Table of Contents: Why Eddystone will be a game

More information

Wireless Technology Wireless devices transmit information via Electromagnetic waves Early wireless devices Radios often called wireless in old WWII movies Broadcast TV TV remote controls Garage door openers

More information

Paper number ITS-EU-SP0127. Experimenting Bluetooth beacon infrastructure in urban transportation

Paper number ITS-EU-SP0127. Experimenting Bluetooth beacon infrastructure in urban transportation 11 th ITS European Congress, Glasgow, Scotland, 6-9 June 2016 Paper number ITS-EU-SP0127 Jukka Ahola (jukka.ahola@vtt.fi) 1*, Samuli Heinonen (samuli.heinonen@vtt.fi) 1 1. VTT Technical Research Centre

More information

Intelligent Robotics Sensors and Actuators

Intelligent Robotics Sensors and Actuators Intelligent Robotics Sensors and Actuators Luís Paulo Reis (University of Porto) Nuno Lau (University of Aveiro) The Perception Problem Do we need perception? Complexity Uncertainty Dynamic World Detection/Correction

More information

Vicki Niu, MacLean Freed, Ethan Takla, Ida Chow and Jeffery Wang Lincoln High School, Portland, OR gmail.com

Vicki Niu, MacLean Freed, Ethan Takla, Ida Chow and Jeffery Wang Lincoln High School, Portland, OR gmail.com Vicki Niu, MacLean Freed, Ethan Takla, Ida Chow and Jeffery Wang Lincoln High School, Portland, OR Nanites4092 @ gmail.com Outline Learning STEM through robotics Our journey from FIRST LEGO League to FIRST

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

More information

Indoor Positioning with a WLAN Access Point List on a Mobile Device

Indoor Positioning with a WLAN Access Point List on a Mobile Device Indoor Positioning with a WLAN Access Point List on a Mobile Device Marion Hermersdorf, Nokia Research Center Helsinki, Finland Abstract This paper presents indoor positioning results based on the 802.11

More information

Pixie Location of Things Platform Introduction

Pixie Location of Things Platform Introduction Pixie Location of Things Platform Introduction Location of Things LoT Location of Things (LoT) is an Internet of Things (IoT) platform that differentiates itself on the inclusion of accurate location awareness,

More information

, 1 - Bluetooth Bluetooth. ( context-aware ) (Wi-Fi, Bluetooth) XVII DAMDID/RCDL 2015 « »,, 13-16

, 1 - Bluetooth Bluetooth. ( context-aware ) (Wi-Fi, Bluetooth) XVII DAMDID/RCDL 2015 « »,, 13-16 -.... -.., dnamiot@gmail.com sneps@mail.ru -., ( ). Wi-Fi, Bluetooth Bluetooth., ( ). -,.. 1 -,,., - ( context-aware ), [1],,. [2],,.,,,.,.,. XVII DAMDID/RCDL 2015,, 13-16 2015 [3], -,,,,,, ( )., ( ) :

More information

INERTIAL LABS SUBMINIATURE 3D ORIENTATION SENSOR OS3DM

INERTIAL LABS SUBMINIATURE 3D ORIENTATION SENSOR OS3DM Datasheet Rev..5 INERTIAL LABS SUBMINIATURE D ORIENTATION SENSOR TM Inertial Labs, Inc Address: 9959 Catoctin Ridge Street, Paeonian Springs, VA 2029 U.S.A. Tel: + (70) 880-4222, Fax: + (70) 95-877 Website:

More information

Pervasive Indoor Localization and Tracking Based on Fingerprinting. Gary Chan Professor, CSE HKUST

Pervasive Indoor Localization and Tracking Based on Fingerprinting. Gary Chan Professor, CSE HKUST Pervasive Indoor Localization and Tracking Based on Fingerprinting Gary Chan Professor, CSE HKUST 2 Catchphrase: Location, Location, Location! 3 Outdoor Location-Based Services (LBS) Based on GPS (Global

More information

If you want to use an inertial measurement system...

If you want to use an inertial measurement system... If you want to use an inertial measurement system...... which technical data you should analyse and compare before making your decision by Dr.-Ing. E. v. Hinueber, imar Navigation GmbH Keywords: inertial

More information

Seamless Navigation Demonstration Using Japanese Quasi-Zenith Satellite System (QZSS) and IMES

Seamless Navigation Demonstration Using Japanese Quasi-Zenith Satellite System (QZSS) and IMES Seamless Navigation Demonstration Using Japanese Quasi-Zenith Satellite System (QZSS) and IMES ICG WG-B Application SG Meeting Munich, Germany March 12, 2012 Satellite Positioning Research and Application

More information

ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION

ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION Heinz Jürgen Przybilla Manfred Bäumker, Alexander Zurhorst ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION Content Introduction Precise Positioning GNSS sensors and software Inertial and augmentation

More information

WELLCORE R ibeacon Series

WELLCORE R ibeacon Series WELLCORE R ibeacon Series Product Specification V1.0 March-2016 NOTE: INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH WELLCORE PRODUCTS, NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

Introduction. Overview. Outputs Normal model 4 Delta wing (Elevon) & Flying wing & V-tail 4. Rx states

Introduction. Overview. Outputs Normal model 4 Delta wing (Elevon) & Flying wing & V-tail 4. Rx states Introduction Thank you for purchasing FrSky S6R/S8R (SxR instead in this manual) multi-function telemetry receiver. Equipped with build-in 3-axis gyroscope and accelerometer, SxR supports various functions.

More information

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS MotionCore, the smallest size AHRS in the world, is an ultra-small form factor, highly accurate inertia system based

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD. Jaewoo Chung

INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD. Jaewoo Chung INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD Jaewoo Chung Positioning System INTRODUCTION Indoor positioning system using magnetic field as location reference Magnetic field inside building? Heading

More information

LABYRINTH: ROTATIONAL VELOCITY SHIH-YIN CHEN RANDY GLAZER DUN LIU ANH NGUYEN

LABYRINTH: ROTATIONAL VELOCITY SHIH-YIN CHEN RANDY GLAZER DUN LIU ANH NGUYEN LABYRINTH: ROTATIONAL VELOCITY SHIH-YIN CHEN RANDY GLAZER DUN LIU ANH NGUYEN Our Project 1. Will the review of performance measures from prior trials improve a participant s time in completing the game?

More information

USER GUIDE CUBEACON TOOLS MOBILE ANDROID APP

USER GUIDE CUBEACON TOOLS MOBILE ANDROID APP USER GUIDE CUBEACON TOOLS MOBILE ANDROID APP CONNET YOUR IDEAS TO WORLD Version 1.2 Mei 17 About CUBEACON Cubeacon : ibeacon bluetooth technology is to meet the full bene ts of signal transmission required

More information

Precise Positioning with Smartphones running Android 7 or later

Precise Positioning with Smartphones running Android 7 or later Precise Positioning with Smartphones running Android 7 or later * René Warnant, * Cécile Deprez, + Quentin Warnant * University of Liege Geodesy and GNSS + Augmenteo, Plaine Image, Lille (France) Belgian

More information

3DM-GX4-45 LORD DATASHEET. GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights. Features and Benefits. Applications

3DM-GX4-45 LORD DATASHEET. GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights. Features and Benefits. Applications LORD DATASHEET 3DM-GX4-45 GPS-Aided Inertial Navigation System (GPS/INS) Product Highlights High performance integd GPS receiver and MEMS sensor technology provide direct and computed PVA outputs in a

More information

EEE 187: Robotics. Summary 11: Sensors used in Robotics

EEE 187: Robotics. Summary 11: Sensors used in Robotics 1 EEE 187: Robotics Summary 11: Sensors used in Robotics Fig. 1. Sensors are needed to obtain internal quantities such as joint angle and external information such as location in maze Sensors are used

More information

NavShoe Pedestrian Inertial Navigation Technology Brief

NavShoe Pedestrian Inertial Navigation Technology Brief NavShoe Pedestrian Inertial Navigation Technology Brief Eric Foxlin Aug. 8, 2006 WPI Workshop on Precision Indoor Personnel Location and Tracking for Emergency Responders The Problem GPS doesn t work indoors

More information

Mobile Security Fall 2015

Mobile Security Fall 2015 Mobile Security Fall 2015 Patrick Tague #8: Location Services 1 Class #8 Location services for mobile phones Cellular localization WiFi localization GPS / GNSS 2 Mobile Location Mobile location has become

More information

Indoor Navigation and the. Conferest Demo App

Indoor Navigation and the. Conferest Demo App Indoor Navigation and the Presented at the FIG Working Week 2017, May 29 - June 2, 2017 in Helsinki, Finland Conferest Demo App Dept. of Navigation and Positioning Finnish Geospatial Research Institute

More information

This content has been downloaded from IOPscience. Please scroll down to see the full text.

This content has been downloaded from IOPscience. Please scroll down to see the full text. This content has been downloaded from IOPscience. Please scroll down to see the full text. Download details: IP Address: 148.251.232.83 This content was downloaded on 22/10/2018 at 00:04 Please note that

More information

ANALYSIS OF BLUETOOTH LOW ENERGY BEACONS IN INDOOR LOCALIZATION POLICY AND APPLICATION JERRY R. GUO THESIS

ANALYSIS OF BLUETOOTH LOW ENERGY BEACONS IN INDOOR LOCALIZATION POLICY AND APPLICATION JERRY R. GUO THESIS c 2018 Jerry R. Guo ANALYSIS OF BLUETOOTH LOW ENERGY BEACONS IN INDOOR LOCALIZATION POLICY AND APPLICATION BY JERRY R. GUO THESIS Submitted in partial fulfillment of the requirements for the degree of

More information

SERIES VECTORNAV TACTICAL SERIES VN-110 IMU/AHRS VN-210 GNSS/INS VN-310 DUAL GNSS/INS

SERIES VECTORNAV TACTICAL SERIES VN-110 IMU/AHRS VN-210 GNSS/INS VN-310 DUAL GNSS/INS TACTICAL VECTORNAV SERIES TACTICAL SERIES VN110 IMU/AHRS VN210 GNSS/INS VN310 DUAL GNSS/INS VectorNav introduces the Tactical Series, a nextgeneration, MEMS inertial navigation platform that features highperformance

More information

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011 Sponsored by Nisarg Kothari Carnegie Mellon University April 26, 2011 Motivation Why indoor localization? Navigating malls, airports, office buildings Museum tours, context aware apps Augmented reality

More information