Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started guide for sample app #89

Open
raitani opened this issue Jun 18, 2018 · 6 comments
Open

Getting started guide for sample app #89

raitani opened this issue Jun 18, 2018 · 6 comments
Labels
enhancement General improvement sample app Sample App
Projects

Comments

@raitani
Copy link

raitani commented Jun 18, 2018

i installed app on my android phone . can you please suggest how it will work? give a guideP?

@Steppschuh Steppschuh changed the title guide for the app Getting started guide for sample app Jun 18, 2018
@Steppschuh Steppschuh added enhancement General improvement sample app Sample App labels Jun 18, 2018
@Steppschuh Steppschuh added this to To do in Sample App via automation Jun 18, 2018
@Steppschuh
Copy link
Contributor

Completely agree that we need a guide for setting up the app with your own beacons / locations / maps. We'll create a post in our wiki about that in the near future.

@raitani
Copy link
Author

raitani commented Jun 18, 2018 via email

@ZaxLofful
Copy link

I am really interested in this getting started guide myself. I just found this while doing a bit of research for positioning, here are the things I would love to see as I am a total newbie at the moment:

  1. What modules can I use with this? A link to an example would be great, I am looking at a few on Amazon now.
  2. What do I have to do to get them setup?
  3. Does the app do all the hard work or do I need to deploy a server?

@Steppschuh
Copy link
Contributor

Glad that you're interested in this topic. However, I'm not sure if you understand what this repository is providing.

It's a Java library that allows you to calculate geo-coordinates based on the signal strength of nearby Bluetooth beacons. It also contains a demo app that uses this library to visualize its capabilities.

You are in charge of setting up the Bluetooth beacons and assigning geo-coordinates to them. If you need a server to do so, that's also on you to implement.

@ZaxLofful
Copy link

ZaxLofful commented Jul 9, 2018

I completely understand that this repo is for, I was merely suggesting a way to up level and get more people interested in your code. I randomly stumbled upon this, but have no idea what beacons to get or how to start attempting this....Even just a link to another GitHub would be cool. Top notch documentation often includes extra relevant information.

@Steppschuh
Copy link
Contributor

I agree that a lot of documentation is still missing. That's because we use and develop this library for internal projects at neXenio and need to maintain this repo besides our regular tasks.

You can use any type of beacon you like, as long as your device can receive their advertising packages. We opted for beacons from blueup, as they are highly configurable and provide a great value for their price. We configured them to advertise iBeacon frames, so that iOS apps can use them for other purposes as well. You can read a bit more about that in this wiki post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement General improvement sample app Sample App
Projects
Sample App
  
To do
Development

No branches or pull requests

3 participants