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
  • Hi,

    I believe it is quite normal to use RSSI when using beacon indoor location tracking. You just have to be aware that the location accuracy is not ideal, as RSSI values are usually quite noisy. I believe Gatwick Airport in England has an app which is similar to your usecase. I would recommend taking a look at these links: link 1, link 2.

    Kind Regards,

    Bjørn

  • Hello!

    after entering an arbitrary building.

    I think those apps have prior knowledge to calculate indoor location tracking.

    The airport has installed 2,000 beacons and those beacon locations will be stored, right?

    Instead, I wanted to do an indoor location tracking(not an accurate one, just distinguish whether the user has entered room A/B)

    when the user enters any building that has unknown beacons (don't know where the beacons are located, etc).

    Then, this type of "almighty" app isn't shown on the market?

    Also, is this achievable by collecting beacon data and do data processing?

Reply
  • Hello!

    after entering an arbitrary building.

    I think those apps have prior knowledge to calculate indoor location tracking.

    The airport has installed 2,000 beacons and those beacon locations will be stored, right?

    Instead, I wanted to do an indoor location tracking(not an accurate one, just distinguish whether the user has entered room A/B)

    when the user enters any building that has unknown beacons (don't know where the beacons are located, etc).

    Then, this type of "almighty" app isn't shown on the market?

    Also, is this achievable by collecting beacon data and do data processing?

Children
Related