Hello,
I have “Roximity Beacon” and currently working on android and using AprilBeacon sdk for it. I download demo code from GitHub . But it not gives current battery status of beacon . I install app in SDK version 21 . Please help for how to get battery status or how to resolve that problem.
If the beacon’s fm is above 2.1, you can use Beacon.getPower();
else you need use the AprilBeaconCharacteristics to read battery,
you can find how to use in demo code of ModifyActivity.
You can click the item to modify View, and click getBattery button to get battery
By the way ,AprilBeacon sdk only for read and modify AprilBeacon.