objective c - Estimote Beacons: Set up broadcasting interval -
is ist possible increase broadcasting interval of estimote beacon? use corelocation connect beacons app. want put rssi values of several beacon in kalman filter. in current state 1 value in second.
thanks in advance.
core location not support connectivity, because treats beacons (or, more precisely, ibeacon) broadcasting only. however, specific vendors can expose access settings through own apps , sdks. @ estimote: can download app itunes (https://itunes.apple.com/webobjects/mzstore.woa/wa/viewsoftware?id=686915066&mt=8) or google play (https://play.google.com/store/apps/details?id=com.estimote.apps.main), or check sdk (https://github.com/estimote) access beacon's settings, advertising interval among them.
estimote beacons broadcast @ 950 ms interval default, , can adjust anywhere between 100 , 2000 ms. keep in mind though, responsiveness depends on receiver's probing frequency. ios devices that, on average, once second. however, that's general consensus: apple not publish details this, nor expose access settings of bluetooth scanning.
on android, on other hand, can set scanning interval yourself. check beaconservice class in estimote sdk: http://estimote.github.io/android-sdk/javadocs/com/estimote/sdk/service/beaconservice.html
cheers.
Comments
Post a Comment