psas / stm32

PSAS STM32F4xx firmware development.
30 stars 20 forks source link

Configure the BQ3060 (battery gas gauge) #23

Open ThirteenFish opened 10 years ago

ThirteenFish commented 10 years ago

The BQ3060 will need to be configured with some to be determined (by the hardware guys) magic values to charge the battery and function correctly.

Capability to set these values should be implemented in the common/devices/BQ3060 driver, but the actual values to be set should be implemented in flight-rnh.

ThirteenFish commented 10 years ago

Apparently this can be configured once in its life and then never touched again, keeping the config through power cycles.

I'd still like to have the config written down in the RNH source so that we can verify the config is correct.