This class provides APIs to all of the registers of the TI BQ27441 battery gauge, as used on the u-blox C030 board. The caller should instantiate an I2C interface and pass this to init(), which will initialise the chip and place it into its lowest power state. When battery gauging is enabled, the getRemainingCapacity()/getRemainingPercentage() API calls may be used; otherwise the chip will be maintained in its lowest power state until a voltage/current/temperature reading is requested.

Dependents:   example-battery-gauge-bq27441

History

Fixes current = 0 problem and adds power measurement capability default tip

2017-12-13, by breadboardbasics [Wed, 13 Dec 2017 17:14:51 +0000] rev 6

Fixes current = 0 problem and adds power measurement capability


Add ability to enable/disable battery detection and make sure that it is switched off when the tests are run on the u-blox C030 platform (since the BIN pin is not connected).

2017-06-14, by rob.meades@u-blox.com [Wed, 14 Jun 2017 17:11:40 +0100] rev 5

Add ability to enable/disable battery detection and make sure that it is switched off when the tests are run on the u-blox C030 platform (since the BIN pin is not connected).


Add datasheets.

2017-06-07, by RobMeades [Wed, 07 Jun 2017 10:32:54 +0000] rev 4

Add datasheets.


Add API to check if battery gauging is enabled. Remove old UTM board pin-outs. Remove unused Doxyfile.

2017-06-06, by rob.meades@u-blox.com [Tue, 06 Jun 2017 15:58:21 +0100] rev 3

Add API to check if battery gauging is enabled. Remove old UTM board pin-outs. Remove unused Doxyfile.


Change Doxygen comment format to match mbed on-line IDE's somewhat restrictive expectations.

2017-04-11, by RobMeades [Tue, 11 Apr 2017 09:57:10 +0000] rev 2

Change Doxygen comment format to match mbed on-line IDE's somewhat restrictive expectations.


Add files to repo, removing temp.txt placeholder.

2017-04-10, by rob.meades@u-blox.com [Mon, 10 Apr 2017 11:18:51 +0100] rev 1

Add files to repo, removing temp.txt placeholder.


Create repo for TI BQ27441 battery gauge chip.

2017-04-10, by RobMeades [Mon, 10 Apr 2017 10:11:59 +0000] rev 0

Create repo for TI BQ27441 battery gauge chip.