2

I want to develop an app using the Indoor Positioning system to track the location of users of my app. i researched internet but couldn't find any way of developing it without the use of any additional devices other than mobile device like ibeacon. i found following git repo and docs which make use of ibeacon.

https://github.com/Estimote/iOS-Indoor-SDK

Excerpt from the above link

We know that building the next generation of context-aware mobile apps requires more than just iBeacon™ hardware. That's why we've built smarter software that abstracts away the difficulty of understanding proximity and position within a given space.

I want to make use of mobile device's bluetooth. Suggest me the links or ways to achieve the IPS using bluetooth.

Devjosh
  • 6,450
  • 4
  • 39
  • 61

2 Answers2

5

IndoorAtlas has a software-only indoor positioning solution for iPhone and Android devices. SDK and mapping tools are available for free on the developer section.

osma
  • 93
  • 4
1

For an Android Device:

If you have an Android device with L (5.0) support (also i think that some features are also available in v:4.4.3+ ), you can convert it to act as a Beacon. Check this link for getting an idea on how it works

Community
  • 1
  • 1
hrskrs
  • 4,447
  • 5
  • 38
  • 52