For a project at uni, I'm trying to learn to work with 18650s and TP4056s. One of the tasks is to be able to USB-charge three 18650s (Panasonic NCR, 3350 mAh each) in parallel, whilst also being able to draw current from the batteries (not when charging; we already have a switching circuit to separate charging and discharging automatically, but this is besides my question).
After days of research, it seems to me that over various forums, people are split on the use of multiple batteries and possibly multiple TP4056 in this regard. I've seen people recommending for and against the use of each of the following three scenarios:
- One TP4056 with a 3P parallel pack;
- Three TP4056s in parallel with each having one battery;
- Three TP4056s in a series/parallel configuration with the first having a 3P pack.
This is an example of people approving the first, this is an example of someone approving the second, and this is what I mean by the third configuration.
All these seem conflicting to me, and so I'm wondering which is considered bogus, and which is considered good practice. Personally, I'm most inclined to go with the first approach, since I don't see why a TP4056 would treat three (balanced) batteries differently from a single battery with triple the single-battery capacity. A diagram of this proposal - not including switching mechanisms as mentioned since those are not fundamental to the question at hand, and therefore assuming the TP's OUT
will never be outputting anything when there is current flowing into the IN
- is found all the way at the bottom.
I was also told it'd be bad to connect the inputs of three TP4056s in parallel to one USB breakout board, and I don't know what's up with that (I'd be fine in using diodes, if current flowing in and out of the modules would somehow be the problem). This would of course not be an issue with my proposed way of doing things, but it would be for the other two methods.
Furthermore - notify me if this requires me to open a separate question -, this SE thread's accepted answer advises that one connect a protective DW01A in between TP4056s and batteries, but as far as I know, that exact circuit is already present on the TP4056 itself. I have read about there being TP4056s on the market with and without protective circuitry, and I'm thinking this might be what that SE thread is referencing, but I might be wrong about this. Any extra thoughts on this last point appreciated.
Edit: Added diagram. I forgot to add that the charging time is of little importance.