Skip to content

Instantly share code, notes, and snippets.

@raysuelzer
Last active July 26, 2019 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raysuelzer/ef977e835810c17d3cf51bfeabaeb34d to your computer and use it in GitHub Desktop.
Save raysuelzer/ef977e835810c17d3cf51bfeabaeb34d to your computer and use it in GitHub Desktop.
DIY Battery Backup

DIY Battery Backup

Components Needed

Tools Needed

  • Multimeter for testing voltage of batteries
  • Wire Stripper / Cutter
  • Electrical Tape
  • A soldering iron optional, but recommended

Step 1 - Test Batteries

Check the voltage of all your battery packs. The max charge voltage is 42Volts, the minimum voltage should be about 30 volts.

Step 2 - Balance Batteries

If the voltages of the batteries are within 2-3 volts of each other, the batteries can be balanced by connecting them in paralell using the XT60 Parralel Connectors. It is recommended to add batteries to the chain in order of their voltage from lowest to highest.

You should have 1 left over XT60 Connector which will be used in Step 3.

Once all the batteries are connected, let them sit for 10 to 30 minutes. Make sure there is no heat coming from the packs, this is a bad sign. Occasionally remove one battery at a time from the string of batteries and check the voltage. After about an hour, all the batteries should be at the same voltage.

If the batteries have large voltage differences, it is probably best to charge each battery individually from the UPS. And then connect them in parallel. This is explained in the following steps.

Step 3 - Add XT60 Connector to UPS.

Open the UPS where the battery is found. You should see a red wire and a black wire. This is where we will attach an XT60 Connector. Take your extra XT60 Connector and cut off one of the male ends so that it can be soldered or securely attached to the red and black wires of the UPS. Make sure that there are no exposed parts of the wire, wrap in electrical tape or heat shrink to prevent a short circuit.

Step 4 - Attach Batteries to UPS

Now that the UPS has an XT60 connector, the batteries can be attached to it. If your batteries had wildly different voltages, you can connect one at a time and charge it before connecting them all in parallel.

Step 5 - Plug in and turn on UPS.

The UPS should turn on and begin charging the batteries. In my tests, the Tripp Lite 1500 charged the batteries to a maximum of 41.9 volts, which is absolutely perfect as the rated voltage for these packs is 42 fully charged. It is important to occassionally stop the process and check the voltage of each battery to make sure that it's not overcharging the batteries. This is why we use a 36Volt UPS, with a 10s 18650 configuration as the max charge is the roughly the same for the Lithium Ion batteries as lead acid when using 10s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment