Electronic – I’m trying to build a lipo discharger

lipotl431

The way I want it to work is to slowly discharge the lipo down to storage voltage and then stop. I think the best way to do this is to use a TL431 to control the voltage shutoff and use a power resistor and status LED as a load. I don't really understand completely how to calculate the proper resistor values. I have done a few calculations and gotten what I think are the right values, but I wanted a sanity check. Below is a image of the schematic I have drawn.

Schematic

Best Answer

As it turns out, I had the parts lying around, so I made and tested a similar circuit to what you drew. I've posted the exact, currently-on-a-breadboard schematic as well as an equivalent schematic below.

Detailed schematic

schematic

simulate this circuit – Schematic created using CircuitLab

Simplified schematic (with resistor bundles condensed to equivalent values)

schematic

simulate this circuit

To use: attach battery, push button, wait.

(Note that the AZ431 is Diodes Incorporated's version of the TL431 and is, as far as I can tell, functionally equivalent in every practical regard)

Two main differences from your circuit: I added a P-channel MOSFET to make a latching switch and I also changed the resistor values across the board, for a variety of reasons. If you have the listed resistors lying about, you can use them, but make sure their power rating is sufficient. In particular, the power equation to use is \$V^2/R\$, which for your load resistor would be 656mW (16.8V*16.8V/430Ohm). Most standard resistors are 1/4W rated, which would make that well out of spec.

I also reduced the values of the voltage divider resistors by an order of magnitude, for two reasons. First, the TL431 draws a few uA of current into the reference pin, so a lower impedance means a lower offset for the output. Second, the entire purpose of the circuit is to drain current, so less resistance is better.

The 2.2k load resistors should each draw about 125mW of power max, well within spec. You can add more 2.2k resistors for faster discharge; each will sink about 7.5mA of current. The 1k LED resistor is a little close at about 225mW, but bumping that one up to 2.2k would mean only ~7mA for the LEDs, which is pretty mediocre.

You'll notice I've added a red LED opposite the green one. This is to act as a reverse voltage indicator, because both the TL431 and MOSFET will conduct if reverse polarized. This is the only polarity protection in the circuit, though if you felt the need, you could modify the circuit around the MOSFET like so:

schematic

simulate this circuit

A second MOSFET with the drain and source reversed will block reverse current flow without noticeably affecting the measured voltage, whereas any standard diode will do to block reverse current through the TL431.

When I tested the actual circuit, my results were as follows. With the battery oriented correctly, the circuit draws 57mA at 16.8V, in good agreement with the 54mA calculated value. Draining a lipo to storage voltage typically means putting it at ~30-40% of rated mAh capacity, so for a 2200mAh battery this process would take about 24 hours with this circuit. You can speed the process up by adding more load resistors in parallel, or by reducing their resistance (check their power rating first).

When dialing the voltage down, the circuit cuts off at the transition from 15.00V to 14.99V, not bad for 5% tolerance resistors. The use of the MOSFET means that when the circuit switches off, no current is drawn. (Any residual current is so low as to be literally beyond my capability to measure; my multimeter reports 000.0uA).

If the battery is flipped, the circuit draws 54mA, with the notable downside that it is only 'controlled' by Ohm's law. If you're using connectors such as XT60s, reverse polarizing the circuit will be quite difficult, but if you're just plugging wires into the balance connector, I recommend at least putting an indicator LED in the circuit (the red one) or using the polarity protection modification above.

Lastly, you can toss a two-wire mini-voltmeter on the load side of the circuit if you want to view the voltage in real time and also drain a bit more current. They can be gotten for <10$ at a variety of online stores.