Hi everyone,
I am developing a BLE application and I have a quick question which I couldn’t find any clue at stack overflow or documentation.
didDiscoverPeripheral method is reading my iBeacon in every 1 or 2 sec without and problem. But exactly 2 minutes later it suddenly starts to read with an awkward interval. Is there any power saving option or something?
Beacon is alive I have already tested it.
I am going to add some log to clear things out.
////////////////////////////////////////////
2015-01-22 13:16:32.621 beacon Id=38B-53-0 RSSI=-23 beaconUpdateInterval=1.900367
2015-01-22 13:16:33.581 beacon Id=38B-53-0 RSSI=-23 beaconUpdateInterval=0.960013
2015-01-22 13:16:35.493 beacon Id=38B-53-0 RSSI=-23 beaconUpdateInterval=1.911985
2015-01-22 13:16:37.399 beacon Id=38B-53-0 RSSI=-23 beaconUpdateInterval=1.905596
2015-01-22 13:16:38.356 beacon Id=38B-53-0 RSSI=-23 beaconUpdateInterval=0.957303
*
*
2 minutes later
*
*
2015-01-22 13:18:59.748 beacon Id=38B-53-0 RSSI=-22 beaconUpdateInterval=10.510001
2015-01-22 13:19:10.245 beacon Id=38B-53-0 RSSI=-23 beaconUpdateInterval=10.496970
2015-01-22 13:19:20.742 beacon Id=38B-53-0 RSSI=-23 beaconUpdateInterval=10.497204
2015-01-22 13:19:31.247 beacon Id=38B-53-0 RSSI=-22 beaconUpdateInterval=10.504780
2015-01-22 13:19:41.742 beacon Id=38B-53-0 RSSI=-23 beaconUpdateInterval=10.495166
////////////////////////////////////////////