disadvantage said:
jeffkay said:
Can a TC54 device (trimmed to a higher voltage) be used for the top-of-charge detection and activation? Would it be high right away if it never went above the detection threshold, or does it need to see the higher voltage before it can work? If so, could it be "primed" by a switch or something. I am asking this because in Bob/Gary circuit they use the different detector for high...
Jeff K.
I think I can answer this question.
The TC54 is used to detect discharged cells. It pulls its output low when the voltage on the input falls too low.
The LM431 is used to detect fully charged cells. It pulls its cathode low when the voltage on the ref pin rises too high.
I think you meant using an LM431 to detect end-of-charge. From the datasheet, the LM431 can be used in a voltage divider up to 36V.
Actually, the LM431 is basically an adjustable zener diode. It has an internal 2.5V reference, so a voltage divider is used to scale 3.65V down to 2.5V. The 100k pot is used to adjust this voltage. I think Bob said the adjustment range is somewhere between about 3.0 and 4.0V, with the parts used. Anyway, once the voltage reaches this point, the LM431 starts conducting, which turns on the TIP105 darlington pair power transistor. This combination will absorb what ever current the cell can't take in.
The TC54 voltage detector comes in various voltages, from 2.5V to 6.0V, but most places like Mouser only stock a few. As I remember, they have 2.1V, 2.7V, 3.3V and 4.0V, but I could be wrong. I know they have the 2.1V and 2.7V, because I have those.

In any case, you can use either of these with a voltage divider to set pretty much any input voltage. As for using it for top-of-charge detection, this won't really work. What needs to happen is to have the voltage held at 3.65V, and let the cell taper off the current it absorbs. If you just shut things off when the cell hits that voltage, the cell would only be charged to about the 85% level.
What the existing BMS design does is turn on an opto-coupler, once the LM431 starts to conduct. All of these opto outputs are logically "OR" together, via a diode matrix, to create the ANY SHUNT LOW signal, which goes low if any of the shunts are operating. These same opto outputs are also logically "AND"-ed together, via a 2nd diode matrix, to create the ALL SHUNTS LOW signal, which goes low when all the shunts are on. What Randomly's mod does, is to keep cutting off the current, once one of the cells is at the cutoff point, which, if I understand it right, causes the cell's voltage to drop below the cutoff, which allows the current to conduct again. The current keeps dropping as the cell keeps getting fuller, to the point that the current required to keep it at the cutoff goes below some adjustable threshold, and everything shuts off. What I haven't quite got my head around is how this works with multiple cells, and what happens if one, or more, are out-of-balance with the rest, by some significant amount (i.e. -- >.1V, for instance...).
Richard, the existing circuit will let the charger "blast through", until the ANY SHUNT LOW signal first goes low. Then the current limiter kicks in. What I think Randomly needs to add to his mod is the temp controlled "throttling" back of the current. Bob added two thermistors to the original design, which will keep the heatsinks from getting over 150F.
-- Gary