Skip to content

geekykant/BLE-Indoor-Postitioning-Navigation-Android

 
 

Repository files navigation

Beacon Indoor Navigation Scanner

We have prototyped an Indoor navigation system using beacons, localising to accuracy of 1 meters in a room. Bleutooth Low Energy beacons provide useful in cases of navigating a user easily in commercial buildings like shopping malls and airports.

Downloads - Project Report / Slides

Description

  • This application uses android class BluetoothManager, as a Service to scan for nearby beacons (Bluetooth devices) through an AsyncTask.
  • The service reschedule itself for future runs, in between pauses and also will unregister once the maximum number of runs have been reached.

Design Architecture

Team

Dependencies

This is intended to be used in conjunction with "Bluetooth Library for Android" library project which can be found here:

https://github.com/MikeFot/Android--Beacon-Scanner-Service

About

We implemented a user-friendly indoor navigation system that can be used in many user scenarios. An accuracy of up to 1m in positioning was achieved. 🧭

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%