This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Are there any BLE mobile apps that depict indoor locations?

Hi, Nordic team. I'm planning to create an iOS 11 BLE app.

I want to create a BLE app that can approximately depict indoor locations after the iOS device scans BLE beacons(either iBeacon/Eddystone) for a while after entering an arbitrary building.

For instance, suppose there a one-story(only one floor) tall building, where the user has never been, that has 4 rooms, A to D, on the same floor.

Each room has BLE beacons with different advertising interval; Room A & D has 4 beacons whereas Room B & C has 8 beacons.

So after the user enters the building and goes to a room, I want the app to show 4 clusters (since there are 4 rooms) and guess what room he/she is in.

Are there mobile apps like this on the market?

Also, if I want to implement one, I think I have to use unsupervised learning or clustering algorithms.

Since beacons only have few data, what would be a good way to cluster beacons, like rely on RSSI values?

-Thanks for your answers!

Parents Reply Children
Related