crazyflie android-client battery check

Firmware/software/electronics/mechanics
Post Reply
JaeDeok
Beginner
Posts: 24
Joined: Tue Oct 06, 2020 6:22 am

crazyflie android-client battery check

Post by JaeDeok »

https://github.com/bitcraze/crazyflie-android-client

I refer to this site and I am using an Android app.

However, when the PA is connected, the battery health percentage is displayed as 0~100, and when a BLE connection is established, the battery health percentage is displayed only in two ways: 0 and 100. Is there any solution for this?
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: crazyflie android-client battery check

Post by arnaud »

As far as I know, none of the logging functions are actually implemented using Bluetooth. So the most surprising to me is that you saw anything else than 0% battery: I just tested and I could not get the android client to show anything else than 0% battery when connected via bluetooth.

I guess, the indicator should be at least greyed-out when connected via BLE, or basic logging should be implemented via BLE. You are welcome to push an issue or a pull request on the android client git repo is you are interested in looking at it :-).
Post Reply