You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option 1:
$ sudo apt install libbluetooth-dev python3-dev
$ pip3 install bluetooth_battery
$ bluetooth_battery XX:XX:...
Battery level for XX:XX:... is 70% (agrees with Android 11)
Incidentally does it only report in jumps of 10%? After some time it was reporting 60% but I never saw anything in-between. I had a look at your code but did not see anything to account for this so maybe its a function of the BT device?
Many thanks
The text was updated successfully, but these errors were encountered:
Option 1:
$ sudo apt install libbluetooth-dev python3-dev
$ pip3 install bluetooth_battery
$ bluetooth_battery XX:XX:...
Battery level for XX:XX:... is 70% (agrees with Android 11)
Incidentally does it only report in jumps of 10%? After some time it was reporting 60% but I never saw anything in-between. I had a look at your code but did not see anything to account for this so maybe its a function of the BT device?
Many thanks
The text was updated successfully, but these errors were encountered: