All Questions
Tagged with android-ble altbeacon
6
questions
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....
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 ...
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 ...
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----...
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?
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("...