Questions tagged [altbeacon]

The Open and Inter-operable Proximity Beacon Specification.

AltBeacon is a protocol specification that defines a message format for proximity beacon advertisements. AltBeacon proximity beacon advertisements are transmitted by devices for the purpose of signalling their proximity to nearby receivers. The contents of the emitted message contain information that the receiving device can use to identify the beacon and to compute its relative distance to the beacon. The receiving device may use this information as a contextual trigger to execute procedures and implement behaviours that are relevant to being in proximity to the transmitting beacon.

746 questions
0
votes
1 answer

Integrating altbeacon with BluetoothCrashResolver

I have an app that uses the altbeacon Android Beacon Library to do iBeacon monitoring and ranging, and I'm trying to handle the "Bluetooth share has stopped" crash. I've followed the instructions to copy in the BluetoothCrashResolver class seen here…
0
votes
2 answers

remove beacon from list if not detected

I'm trying to make a simple app that lists all the found Ibeacons in a ListView and changes the RSSI values according to the distance the user is from the beacons itself. The app works fine, but the problem I'm having is that if a beacon is out of…
brasay
  • 125
  • 1
  • 2
  • 14
0
votes
0 answers

List found beacons in ListView

I'm trying to make a simple application in Android that displays all the beacons that are found in a ListView by using the AltBeacon library. The problem that I'm having is that no beacon is shown, I keep on getting a blank screen without any…
brasay
  • 125
  • 1
  • 2
  • 14
0
votes
1 answer

AltBeacon results in Unable to instantiate activity ComponentInfo RuntimeException

I created a new Android project in Android Studio 1.4 beta 4. I just added the org.altbeacon:android-beacon-library:2.5.1 to Gradle, and added the line: private BeaconManager beaconManager = BeaconManager.getInstanceForApplication(this); to the…
Raptor
  • 53,206
  • 45
  • 230
  • 366
0
votes
1 answer

Beacons name changed - how clear BT name cache

In my app I am using beacons name for work. After name change of beacons, some are seeing OK, some not. They show old name. I find that there's problem with bluetooth cache in device. How can I clear cache? I tried: public void btDevice(){ …
kolo
  • 85
  • 1
  • 1
  • 9
0
votes
1 answer

Transmitting beacon is not detected by Ranging

I am working on Ble Project and I have to make my phone into an emitter. I have succeeded in making my phone emit as a beacon but the problem is that I don't detect it while ranging. I have used Locate and I find my phone. However, while ranging I…
Reda Zejli
  • 11
  • 3
0
votes
2 answers

Altbeacons on Android Ranging Frequency

I am new to programming iBeacons, and was wondering if someone could help me with a question about ranging updates using the AltBeacon library (android-beacon-library-2.5.1). I have some RadBeacon Dot beacons by Radius networks, which are…
0
votes
1 answer

What is the fastest beacon rate supported by ALTBeacon?

If I were to use the ALTBeacon library in Android, what is the fastest scan rate for individual bluetooth low energy (BLE) beacon packets that can be captured and recorded into memory?
George Ou
  • 103
  • 1
  • 7
0
votes
1 answer

Bluetooth buffer read/write speed impact on scanning beacons

Does Bluetooth buffer reading and writing speed has any impact on scanning beacons to find the nearest beacon.
0
votes
1 answer

Altbeacons intergration

So I'm having issues tracking down why binding the beacons to an IntentService doesn't work. I know that the mBase context is null so when the bind is attempted it throws a null. What I don't know is how to propagate the Context forward, or how I…
0
votes
1 answer

Can range monitoring be done in the background?

Based on the samples provided in the site http://altbeacon.github.io/android-beacon-library/samples.html , we can use RegionBootstrap to perform background monitoring of regions. Instead of launching an app, once a region is entered, I start…
juan0208
  • 3
  • 1
  • 1
0
votes
1 answer

Triggering beacons by distance

As @davidgyoung suggested in Detect beacons exited a range, here my new question. I would like to create a radius around beacons for entering and leaving that zone. In fact detecting beacons by distance. I understood how to check, when a beacon…
egmontr
  • 249
  • 3
  • 15
0
votes
1 answer

Detect beacon exited a range

I am using Android with the AltBeacon library. I am starting to develop a BLE app which should tell me when a beacon is entering and when it is exiting a range inside a region so I can start an action. I could detect when a beacon is entering a…
egmontr
  • 249
  • 3
  • 15
0
votes
0 answers

How to detect Multiple beacons using a single region?

I have 2 different beacons representing a single product.I would like to group this beacon to a single region.And start monitoring that region.Is there any way to do this in android altbeacon library?
0
votes
1 answer

AndroidNativeBeacons returning a 500 error with MobileFirst Platform

Intending to implement the monitoring and ranging of the beacons in an Android Application with IBMMobileFirst. Link to the Procedure and Sample Project Also used the Android Beacon Library for the Application. Successfully installed the apk in…
Learner
  • 800
  • 1
  • 12
  • 34