Hello,
How can we get Telemetry info(Temperature, Battery life) in android ?
I have seen only iOS code here,
http://developer.estimote.com/sensors/estimote-telemetry/#detecting-estimote-telemetry-packets
Thank you,
Monik
Hello,
How can we get Telemetry info(Temperature, Battery life) in android ?
I have seen only iOS code here,
http://developer.estimote.com/sensors/estimote-telemetry/#detecting-estimote-telemetry-packets
Thank you,
Monik
Hey there, in the current SDK at:
And this supports getting the telemetry packets via the Beacon Manager and setting a TelemetryListener on it. You can also set a NearableListener on it as well to pick up those sorts of packets. The listener receives a List of packets on each interval of type EstimoteTelemetry which has temperature, etc as part of the object.