Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

71%
+3 −0
Q&A Battery voltage: to boost or to connect in series.

Background. I have a legacy battery system that is comprised of twenty-four 12V Li-ion battery modules (self-protected), enclosed in a shell with the charging connection provided as a common groun...

1 answer  ·  posted 3y ago by DSI‭  ·  last activity 2y ago by Olin Lathrop‭

#1: Initial revision by user avatar DSI‭ · 2021-07-06T15:12:51Z (almost 3 years ago)
Battery voltage: to boost or to connect in series.
**Background.**


I have a legacy battery system that is comprised of twenty-four 12V Li-ion battery modules (self-protected), enclosed in a shell with the charging connection provided as a common ground and 24 individual non-isolated charger connections. The 24 Li-ion modules are connected in parallel. Part of the circuit is the high current draw (4A) electronics running from 12V directly from batteries, with additional electronics running at low current (300mA) 5V and (200mA) 3.3V. Because of the cost of battery certification and testing, I must use the existing 12V modules. The enclosure shell imposes a height constraint on PCB+component of less than 0.5".


**Current Challenge.**


The high power consumption electronics is being upgraded, and can now run at up to 48V. The existing 12V modules were tested in a series connection, and they can output 4A without issue still. However, connecting the batteries in series would not allow the batteries to be charged with the existing system (due to common ground chargers), and we cannot have a "permanent" 48V Li-ion system because of the previously mentioned certification process.


**Proposed approaches.**



 1. Create a re-configurable battery system where a 12V battery module connections can be managed with back-to-back MOSFET's when the charging system is connected. When the charging system is not connected, the battery modules would be disconnected from the charging ports and reconnected back into the predetermined configuration (4S6P). The losses from the MOSFET's operating in fully enhanced mode would be fairly small, with low Rds(ON) in the mOhm range. The component count added with this approach would be at least 24x(4xMOSFETs+2xGate drivers+4passives) = 240 SMD components or more.

 2. Leave the battery modules connected in parallel with the same charging circuit and add a boost circuit to increase the voltage output to 48V and 4A. From most online resources, 90% efficiency or slightly less would be achievable. The issue here is lack of SMPS boost circuit design experience on our part, and most of the advice online is to stack batteries in series to achieve the high voltage, and buck that as necessary. There is also concern of fitting large boost circuit components into the height restriction.


I'd like to ask for advice on choosing between the two proposed approaches or introducing an alternative approach.