@StarTropics
Disclaimer: I have not looked at the schematic for the Dev Term power management and will probably not until I get my unit.
Knowledge is power; but please don’t use the information in this post to burn down your house or splatter molten lithium and plastic across you work bench. I’ve worked as a EE in the industry and seen other engineers with scars from being burned by battery explosions. Use your head.
TLDR: I would not recommend expanding the battery life with additional batteries.
—
From the documentation you see that it is possible to hot swap the battery cells one at a time. This means that they are running in parallel so the voltage stays constant and the discharge time of all batteries is multiplied by the total number of cells.
So in perfect conditions two cells, in parallel, last 2x the life of one. Three cells give you 3x and so on.
In imperfect conditions, however this does not happen. Instead your discharge time is only slightly longer and the extra power from the additional cells is lost as heat. The more cells in parallel the more heat is generated.
Imperfect conditions in lithium batteries comes from the quality of the battery materials, the current charge level of the battery, and any manufacturing defects.
It is very rare to see lithium ion batteries in banks of more that two parallel cells, which is how the Dev Term come from the manufacturer.
the last consumer device I can recall with 3 parallel cells are the Lenovo laptop batteries. They where sold in 2 parallel sets and 3 parallel sets. All of the 3x batteries have been recalled for catching on fire and are no longer produced. It is very hard to mass produce lithium ion batteries in a way that they are similar enough in molecular composition to create a safe scenario when >2 are used in parallel.
You can reduce some of the hazards by building your own power regulator. The schematic for the dev term’s existing power regulator is a good starting point. You will need to add additional resistors between each parallel cell to prevent them from charging each other. The resistance level between the cells needs to be slightly higher than what you estimate to be the highest delta between the cells at any given point in their discharge cycle but not higher than the current requirement of the device or the current requirement of charging the batteries (if you plan on using the power cable to charge your pack when the device is running)
If you to do the math I described above (again I didn’t read the schematic) you may find that there is no resistance level that satisfies the equation. For example the cell delta may be higher than the power consumption. If this is the case your batteries will spend more time charging each other instead of providing power to the device. This is where there is the greatest risk of fire.
Industrial/medical applications overcome these problems by using materials with a higher production quality and including a circuit board that cycles between the battery sets using a microcontroller. The microcontroller monitors the batteries sets and preforms and automatic hot swap when they reach a determined discharge level.
The 9S12 microcontroller would be my “go to” for the above described application. It has enough pins to monitor the sensor for a handful of cells and also monitor a temperature sensor (in case any of the relays get stuck open from a programming/hardware fault) that can fire a watchdog application. You can also build a usb interface to the 9S12 so it can report the power state of the disconnected batteries and any faults from the temperature watchdog.