Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
103 views

Im running a code connected to a Raspberry PI and a BLE antenna to detect BLE Data. I get many items with UUID 4C0012020000, 4C0012020001, 4C0012020002, and 4C0012020003. None of them have names or ...
David Shoen's user avatar
0 votes
2 answers
107 views

I am trying to implement presence detection at room level. I have an ESP32-WROOM-32 with Espresense running for now, which I have done some testing with. I intend to use Beacon Scope on my Android 15 ...
DaGo1120's user avatar
0 votes
0 answers
210 views

I have the following uses-case. I have an Android application which may be in different states: Foreground (user is using the app); Background (user is not using the app but it's app's task exists ...
Alexandru Iachimov's user avatar
0 votes
0 answers
579 views

I am trying to implement room-level presence detection. I have esp32 devices in each room, all reporting to mqtt, and it works beautifully with Tile transmitters. I am also trying to detect my ...
tbclark3's user avatar
0 votes
0 answers
191 views

Since it's known that scanning beacons shouldn't require an internet connection, we were expecting Android Beacon Library by AltBeacon to detect beacons the same when the device is with or without an ...
Gilu's user avatar
  • 1
0 votes
1 answer
213 views

I am currently using https://github.com/AltBeacon/android-beacon-library to detect iBeacon in app in service. In my application, scan restart is performed every 6 seconds, and the monitoring cycle is ...
bnnnw154's user avatar
1 vote
1 answer
447 views

When application is initially launched, the beacons detecting works correctly. But after some time (didn't find exact pattern but we met it after 8-16 hours) iBeacons detecting stops. We detected the ...
Vladimir Putilov's user avatar
0 votes
1 answer
685 views

I have noticed that the AltBeacon library takes a while (10-15 seconds) to detect the beacon in case the app is paused and resumed multiple times. I've recreated the error by writing a sample app in ...
Guy's user avatar
  • 6,522
1 vote
1 answer
370 views

I'm trying to implement an app using advertising BLE-Beacons in a similar way the existing automated contact-tracing apps do. But I need more than the normal 25 free bytes in the beacon layout. Since ...
SannyCodin's user avatar
0 votes
1 answer
446 views

I'm using altbeacon android library for beacon detection in my app. It runs foreground services as a feature by default, but I only want to run foreground services when I enter a beacon region or when ...
Mkhakpaki's user avatar
  • 120
1 vote
1 answer
2k views

I have a BLE Beacon and instead of broadcasting constantly it just broadcasts a message when you push a button. It's a commissioning message. I'm looking all over the place but can't find a library ...
Lheonair's user avatar
  • 528
0 votes
1 answer
164 views

I have to make an android application with the purpose of a user check-in on a bus. The app have to research the beacons from a bus and at the same time has to send a beacon. How can I check that the ...
Empi's user avatar
  • 1
0 votes
1 answer
56 views

I am confused here in Google Nearby connections API(only Android) and ALTBeacon(Android+IOS), i want to use ALTBeacon but i want to know whether this library is able to do media streaming just like ...
Abhishek Kumar's user avatar
0 votes
1 answer
636 views

I'm working on a solution that advertises and scans in the iBeacon format using the AltBeacon library. The concern that i have is that the library scans all the devices which is fine but after parsing ...
Deep Lathia's user avatar
0 votes
1 answer
887 views

Update: I would still want advice as the start up time is still slow but reduced to about 10 seconds compared to 2 minutes. As far as I understand, the default beacon search time is around once every ...
Clement Tong's user avatar
1 vote
1 answer
3k views

It is possible to find actual ble txPower of android device. So that, I can use it below Beacon builder object instead of -59 as txPower. Beacon beacon = new Beacon.Builder() .setId1("2f234454-...
Shanmugapriyan's user avatar
1 vote
1 answer
583 views

I am trying to implement the AltBeacon library to range beacons similarly to the way iOS does. However I am having trouble getting my app to recognize any beacons. Here is my code: onCreate: ...
MattEllison's user avatar
0 votes
1 answer
144 views

As per current specs only duration in 5 min increments is tracked. Suggested interval is 200-300ms it seems. In Singapore signal strength was accounted for but this is variable per device. What if we ...
Arwin's user avatar
  • 1,023
1 vote
1 answer
395 views

I'm using the AltBeacon library for detecting iBeacons in my Android app. The code I have works on the following devices: Xiaomi MI9 (Android 10.0) Motorola Moto G4 (Android 6.0.1) Huawei P Smart (...
476rick's user avatar
  • 2,805
0 votes
1 answer
92 views

The activity is used by the foreground service. BeaconManager is used as a foreground in that service. Library version is 2.16.2 The settings are as follows g_beaconManager = BeaconManager....
katu source's user avatar
0 votes
1 answer
232 views

I've done some experiments on different devices and I made each of the scanner and receiver at the same time and saved RSSI get from other nearby devices but the result was strange. first, there was a ...
beezoo's user avatar
  • 3
2 votes
1 answer
151 views

I'm building a simple BLE scanner to scan for particular beacon. Currently, I was able to scan the beacon to get the Major, Minor and Rssi value in the logcat continuously until I hit the stop button. ...
Reyha's user avatar
  • 147
0 votes
1 answer
28 views

I wonder why there is a limitation of 50 regions for status preservation? private static final int MAX_REGIONS_FOR_STATUS_PRESERVATION = 50; And what is the impact of monitoring many regions (...
Rémi Latapy's user avatar
1 vote
2 answers
363 views

I am run callbacks for changes in the state of my region with the altbeacon libary. Sample code from here ("Starting an App in the Background" section). But after trying everything I can come up with,...
joeydebreuk's user avatar
0 votes
1 answer
387 views

I have an estimote beacon, i want to display a notification, when user comes in beacon range. I was checking estimote beacon's android integration document, and found out that it requires location ...
Taha Kirmani's user avatar
  • 1,274

1
2 3 4 5
12