adafruit / Bluefruit_LE_Connect_Android

Android port of Adafruit's Bluefruit LE Connect app
MIT License
122 stars 100 forks source link

Battery service displays -1% #36

Closed transistor-man closed 6 years ago

transistor-man commented 6 years ago

After configuring and starting the battery service on an NRF52 bluefruit, app displays -1% battery, regardless of what blebas is set to. To duplicate this, I used the stock bleuart peripheral example, where blebas.write(100); was used to set battery status to 100%. Included a screenshot. Bluefruit firmware 0.8.4

screencap

transistor-man commented 6 years ago

Just to update, running the Nordic app, running the same bluefruit bleuart demo, I am able to see the correct battery percentage, included below and poorly circled

nordic

antonio-openroad commented 6 years ago

Thanks for the report. It has been fixed on v3.0.8 and it will be soon available on GooglePlay

This repository is no longer updated. Please report any problems that you find on the following repository: https://github.com/adafruit/Bluefruit_LE_Connect_Android_v2