Battery level

Is there and example of how to get the battery level percentage from the MetaWare board? I was able to do it on iOS but not Android.

Thanks,
Derek

Comments

  • Yes,  if you look at the metawear example application there is code that does it in there.  

    The callback happens through the receivedGATTCharacteristic callback that you need to define and is received when you make a call to readBatteryLevel.


  • Thank you - I'll take a look at the example application.
This discussion has been closed.