Electron battery capacity recognition

Hello :slight_smile:

I want to use a 10000mah 3.7V LiPo battery which is connected to the LiPo plug of the Electron.
Currently I’m using the original 2000mah battery and I can see the following information in the console:

f.e 94 % battery charge

When I connect the 10000mah battery will the Electron recognize the battery capacity? F.e will it display 10 % battery charge if the battery has 1000mah left or will it display 50 % battery charge because it assumes that the original battery is connected?

Best regards

The battery level is determined by the MAX17043 fuel gauge chip on the Electron (also E Series and Boron). This should work with any single cell 3.7V LiPo battery and does not depend on the capacity of the battery in any way.

Note that it does only work with lithium ion batteries. Connecting a battery with a different battery chemistry will likely result in incorrect readings even if the voltage is the same.

Thanks! :slight_smile:

@rickkas7 just to close the loop, this statement (soc is independent of capacity since it is voltage dependent) is true for the Boron fuel gauge as well?

Edit: just saw that you included the E Series and Boron in your statement, my apologizes.
Thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.