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
- 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.
This is intended to be used in conjunction with "Bluetooth Library for Android" library project which can be found here: