2

I would like to make an application in which:

  1. There are many tables or showcases in the big room like convention center.

  2. When you approach one table, one wave sound plays.

  3. When you approach another table, another wave sound plays

Is it possible to make this happen on smartphones?

I guess the GPS is not accurate, I should use blutooth or something,is it correct?

Homam
  • 5,018
  • 4
  • 36
  • 39
whitebear
  • 11,200
  • 24
  • 114
  • 237
  • based optimisation is automatically done by your cell phone, but your GPS gives u best location. – abhi Jun 20 '13 at 04:26
  • Satellite signal strength is the key. And in closed area, the chances are low. – amalBit Jun 20 '13 at 04:30
  • There are a few startup companies that have had some limited successes combining GPS, accelerometer and wifi data to map indoor locations. I haven't heard that anything marketable is out yet. – Joe Jun 20 '13 at 04:50
  • @Joe Do you knoe the name of company?,I am interested in how researches work for now. – whitebear Jun 20 '13 at 06:19
  • @whitebear in-location and wifislam are the ones I remember. – Joe Jun 20 '13 at 11:57

1 Answers1

1

GPS is not accurate (around 10meters) which in a convention centre would not be ideal.

You can be a little more accurate with bluetooth but not much (and unless the centre is really spread out not enough I think 3-4 meters at best with no obstructions people, walls etc). Take a look at this post .

Have you considered creating an app that uses QR codes at each booth (fairly simple to execute and cheap).

Good luck in finding your solution.

Edit: Just a quick update but I would recommened taking a look at iBeacons and also bluetooth LE. I hope someone finds this useful.

Community
  • 1
  • 1
Ben Avery
  • 1,724
  • 1
  • 20
  • 33