You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can update update firmware in Estimote beacons from the SDK. There are several ways to do it:
Use BeaconOta class to perform firmware update on selected beacon.
Use BeaconConnection#updateBeacon which triggers update on the beacon. See updated demos to see how it works.
You can also use Estimote app from Play Store to do that.
Estimote SDK now includes also android.permission.ACCESS_NETWORK_STATE permission to determine internet connectivity.
Breaking changes (please bear with us, we are approaching stable 1.0 release):
BeaconConnection's ConnectionCallback#onAuthenticated method does not return BeaconCharacteristics object any more. You can read them directly on BeaconConnection object.
For example read reading broadcasting power is just connection.getBroadcastingPower().