android - Beacon general information -


first of beacons seems great , usable, enthusiastic still saw first time. now, try them , make android app, i'm confused things didn't found on internet:

  1. are beacons available already?
  2. how beacon cost?
  3. does need charged ?
  4. how time can beacon work without charging?
  5. do need setup every device interaction it?
  6. can implement beacon in unity app ?
  7. is there tutorials using it?

i know, post little big, glad if found here answers. have nice day! ;)

are beacons available already? yes, check out internet.. radius networks, kontakt.io, estimote etc., hit alibaba, or buy raspberry pi , bluetooth dongle

how beacon cost? cheap. small beacons little $1 each, these have drawbacks non-replaceable batteries , short range, bluetooth 5 beacon more expensive, these can cover 1km radius (personally think that's pointless). typically expect around $30 "good" or top-tier beacon company's primary beacon choice. if buy bulk cheaper, might want experiment few different kinds before that. our company bought 300 @ 1 stage , might need replace them different manufacturer now

does need charged ? have replaceable batteries, available plugged in, disposable - need track yourself

how time can beacon work without charging? can't - may thinking of nfc here - bluetooth radio/antenna requires more power might think (but less both of think honest), needs dedicated power source both transmit , receive data

do need setup every device interaction it? no, make app listens it. well.. there lot of options, however, not straightforward detection/processing. eddystone promotes notion of "the physical web", using urls sent eddystone beacons show right content, or iphones have more built in support (mainly) retail use cases. android great because can in background, , foreground services give lot more how , when stopped. should aware 4/5/6/7 have different caveats around scanning/receiving, of differences will/should absorbed sdk might use

can implement beacon in unity app ? certainly, find use case (ar/vr , drone beacon dragon? :o)

is there tutorials using it? many, google about, recommend starting radius network's android beacon library.(this uses altbeacon, changed work ibeacon , eddystone, it's free , these guys know stuff). also, there many beacon apps should download consistency not guaranteed across devices, , few apps have few different features might want debugging. try locate beacon (by radius) nrf toolbox , other ble app decent score - can cross reference hits when funny stuff starts happening.

a lot of people talk beacons , managing them if it's more complex is, have object screams id every x milliseconds, hear that, it, once, every x seconds, or whatever want

i should familiar difference between ble/ bluetooth smart , regular bluetooth interacts via gatt server. beacons you're listening peripheral device advertises in set format. developer, take , make meaningful user


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -