All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
126 views

ConcurrentModificationException in ScanJob from android-beacon-library

I've an app scanning for BLE devices. In Crashlytics, I noticed the following crash: Fatal Exception: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next + 860(ArrayList....
matdev's user avatar
  • 4,225
1 vote
1 answer
409 views

android maximum regions to ranging and monitoring

I want to track all nearby beacons using global region, then i create individual region for each ranged region from the global region, is there any regions limit for android phone ? i've read that in ...
Fathan Soeltoni's user avatar
1 vote
1 answer
162 views

Android Beacon Library version -- 2.3.5 not detecting TI senor tag

Mobile device model and OS version -- Nexus 5, API 23 Android Beacon Library version -- 2.3.5 I have a sensor tag from TI(Texas Instruments), and the firmware is TI provided. The same 2541 chipset is ...
Nicks's user avatar
  • 16.1k
0 votes
1 answer
828 views

How to search custom/manufacturer specific beacon using Altbeacon Android library

I am working on Android trying to search/find beacons nearby and I am using Altbeacon Android library. The beacon is custom and here is the manufacturer specific: //---------------flags data type----...
user's user avatar
  • 471
0 votes
1 answer
382 views

Ble distance calculation using Time

Is it possible to calculate distance between BLE-BLE or Beacon-BLE device using Time(T) taken on packet received on receiver device with measured power or RSSI value? Is there any formula for that?
Shanmugapriyan's user avatar
0 votes
0 answers
573 views

How to transmit beacon using altbeacon

I am working on Android app to transmit data by custom beacon, here is my code : public void transmitData() { mBeaconTransmitter = new BeaconTransmitter(this, new BeaconParser().setBeaconLayout("...
user's user avatar
  • 471