Questions tagged [ibeacon-android]

iBeacon in a single sentence is a technology that enables an iOS device or other hardware to send push notifications to iOS devices within close proximity using BLE (Bluetooth Low Energy).

Apple’s iBeacon works on Bluetooth Low Energy (BLE), also known as Bluetooth 4.0 or Bluetooth Smart. In a real life scenario it would be more of a location-aware, context-aware, pervasive small wireless sensor beacon which could pinpoint your location in a store. From there iBeacons could send you personal notifications of items around you that are on sale or items you may be looking for. It could enable payments at the point of Sale (POS) such that you don’t need to remove your wallet or card to make a payment. It could be a possible Near Field Communication (NFC) competitor.

It works by using Bluetooth Low Energy Proximity sensing to transmit a Universally unique identifier which when picked up by a compatible app or operating system can be turned into a physical location or trigger a specific action on the device such as a Check-in on social media.

Since BLE is a low energy technology it may face lot of challenges, such as data transmission rate, streaming might not be possible, security still remains an unclear subject, how would it manage broadcasting offers information on mass scale when in-store traffic is at its peak.

The beacons themselves come in a number of different formats, including small coin cell powered devices, USB sticks and software versions.

570 questions
0
votes
1 answer

Bluetooth LE / iBeacons - one radio, multiple broadcasts?

I want to broadcast several BTLE beacons, preferably from a single bluetooth LE radio dongle. Instead of buying multiple dongles, would it be possible to "pulse" say 5 UUID, major and minor broadcasts very quickly - every second or even half…
user1048175
  • 1,100
  • 3
  • 12
  • 29
0
votes
3 answers

detecting arbitrary iBeacon proximity with out app supporting it

Can I detect the iBeacon with out the user install any app ? on iOS or on Android . For example: A aribetry user enter the store , he dont have the store app. Can I detect that the user entered the store ? can I do it on iOS or Android ? I am…
0
votes
1 answer

Get the region from monitoring Demo app

I try to get region which is entered by my app, bu I get only errors 03-15 02:41:37.453: E/AndroidRuntime(3420): FATAL EXCEPTION: IntentService[IBeaconIntentProcessor] 03-15 02:41:37.453: E/AndroidRuntime(3420): Process:…
MyWay
  • 1,011
  • 2
  • 14
  • 35
0
votes
1 answer

Android iBeacon getting DataProviderException

Although i am using the lib from this link, Proximity Kit download Page which i believe it is the latest version, i am getting a DataProviderException that tells me to upgrade to the pro version. I get this exception using the IBeaconDataNotifier…
FOliveira
  • 558
  • 4
  • 9
0
votes
1 answer

How can I test the background scan and launch the application in background with iBeacon-Android?

I am using the pro library. But I just found doc for free library I cannot find any doc for pro version. Also, I don't know how to implement the background mode even using the pro sample. Here are the steps: Build the pro sample project start…
jjLin
  • 3,281
  • 8
  • 32
  • 55
0
votes
1 answer

Is there any sample for android-proximity-reference?

In github, android-ibeacon-reference is eclipse project, but however, android-proximity-reference is not. Is there any sample for eclipse?
jjLin
  • 3,281
  • 8
  • 32
  • 55
0
votes
3 answers

Doesn't work iBeacon identifier?

I'm using Estimote SDK. PROXIMITY_UUID = "B9407F30-F5F8-466E-AFF9-25556B57FE6D" // Beacon(iPad Air) [[CLBeaconRegion alloc] initWithProximityUUID:PROXIMITY_UUID major:2000 …
Hun
  • 3,652
  • 35
  • 72
0
votes
1 answer

iBeacon Android Service possible?

I was wondering if somebody could explain to me if it's possible to a service with the raduis networks android SDK? So I want to make it so it's running in the background when a user presses a button to start the service and then once the user…
user3332069
  • 43
  • 1
  • 6
0
votes
1 answer

How can I iterate through beacons with android-ibeacon-service?

I'm using the beacon ranging methods to discover and use iBeacons. However, I have run into problem while trying to iterate through all the beacons that were found. The beacon service returns a collection, which I can check the size of and see there…
calumb
  • 1,051
  • 2
  • 10
  • 24
0
votes
1 answer

Why doesn't Monitor Notifier always return UUID in android-ibeacon-service?

I'm trying out the sample with some iBeacons. Everything works as expected in the RangingActivity. I can see all the info about the iBeacon. However, I am trying to modify the didEnterREgion method of the notifier and I am running into a problem.…
calumb
  • 1,051
  • 2
  • 10
  • 24
0
votes
1 answer

setBackground is not working properly in IBeacon service

When I press back button in Main Activity the iBeaconService is unbinding automatically. I didn't unbind the service in onDestroy too, Then how does this automatic unbinding happen? Due to this, I am not able to detect beacons when app runs in…
0
votes
1 answer

Android - iBeacons didRangeBeaconsInRegion

Does anyone know if the collection given by the interface RangeNotifier is ordered by approximate distance from the device, with the closest beacons at the beginning of the array like in iOS? didRangeBeaconsInRegion(java.util.Collection iBeacons,…
0
votes
1 answer

Android - iBeacon setup

I've started using the RadiusNetworks API 1.0.1 and I've followed the setup guide in the following link: http://www.proximitykit.com/kits/279/download/android When I've finished the setup I click the "Make Project" button and I have the following…
0
votes
3 answers

Pairing Google Glass with iBeacons to push glass cards (information) to device (glass)

Hey I'm a student working on a development project on a Google Glass Application that will allow users to obtain information about a restaurant/bar/etc via info cards that will push to an individual users' glass display. The technology we are trying…
-1
votes
1 answer

React native simulated ibeacon detection

I'm trying to scan the beacons nearby in react native application. For that I used react-native-ble-plx library https://github.com/dotintent/react-native-ble-plx I simulated a beacon using this windows…
CraZyDroiD
  • 6,622
  • 30
  • 95
  • 182
1 2 3
37
38