I've been working with the android beacon library (AltBeacon) and I'm having the following problems:
When a didEnterRegion event is detected is always followed by a didExitRegion for the same region. Then, 20 - 30 seconds later (is not immediately), a didEnterRegion event is fired again and the process repeats.
Right now I'm working with 3 beacons representing 3 different regions and sometimes, when I turn them on gradually, every didEnterRegion of a single region triggers a didExitRegion event for the other active
regions.
I'm using a Moto G (4.4.4) with the WiFi turned off (I also tested on a BQ Aquarius 5 and the error persists). The beacons I'm using are April Beacon from April Brother and their configuration is: TxPower: 0bdm Adv(ms): 9
I've tried with different advertisement values and with different scanning period times but the problem persists.
Here's the log I took today:
Any idea?
Thanks in advance!