I am wondering if there is any library for calculating remaining battery time on mobile devices like the iPhone, iPad, android phones etc? Or if there is any hope of doing any reasonable assumptions about battery usage depending on properties like:
- Screen brightness
- Radio usage (network, WIFI/3G/4G/bluetooth)
- User interaction level
- CPU utilization
I am thinking that it might be possible to find out how these properties affect the battery life and in that way be able to develop some kind of library to be able to warn users about low battery levels when you know for how long the user will need to use the device. You could then:
- Ask the user to lower the screen brightness
- Ask the user to turn off WIFI/3G (or switch)
- Automatically lower the update polling frequency of any network operations
I have a limited knowledge of physics and electronics, but it seems to me that it should be possible to do this? Ive googled and not found anything like this.