Change interval time reading beacon RSSI

Hi,
is there any option to read RSSI often then ~1sec on iOS?
I tried 3 solutions:

  • ESTBeaconManager, method beaconManager ... didRangeBeacons
  • iOS CoreLocation, method locationManager ... didRangeBeacons
  • iOS CoreBluetooth, methods readRSSI and didReadRSSI

all of these ways return RSSI approximately one second.
Of course, I set advertising interval to 100ms on the device.

You can use the ESTUtilityManager and it’s startEstimoteBeaconDiscoveryWithUpdateInterval: method.

thanks Piotr - it`s work :wink:

1 Like