Renewable mobile sound system battery requirements calculator

Latest version of this page available at http://mbharris.co.uk/12-volt-sound-system-battery-calculator/

To power your portable sound system, you'll need to get yourself a set of deep-cycle batteries. Normal leisure/caravanning batteries should do the job, but car/starter batteries will not. Deep cycle batteries are designed to be discharged and charged a lot over a period of time, whereas starter batteries are designed to put out a large amount of charge over a short space of time to start a motor. You'll fuck you're starter battery if you use it for this application. You can buy deep cycle batteries online, at eBay for example.

6 volt, 12 volt or 24 volt?

Does it really matter? Well the short answer is that if you're using a 12 volt sound system, which is the common voltage for systems designed to be installed in cars, then you'll need 12 volt; 24 volt just won't be any good for your application. As you can chain two 6 volt batteries together in series to make a 12 volt array, the 6 volt cells are an option for you.

It's a question of price and quality of battery really. If you get two higher capacity (in ampere hours (Ah)) and better quality 6 volt batteries for a decent price, then these may be better than a single 12 volt one. You need to chain the two 6 volt ones together using some connector leads.

You can also connect 12 volt batteries together in parallel to make a greater capacity, such as chaining two 110Ah leisure batteries together to make a single 220Ah array of batteries.

Calculating what you need

Lead Acid battery - volts vs State of Charge (SOC), courtesy of Wikipedia

To calculate what you need, you can use the various JavaScript calculators below. If you prefer to know the maths, the read on.

Firstly you need to work out what you want to know. This might be how many hours can I run my xxx watt power amp on a battery that's yyy Ah? Or it could be, what battery do I need to run my xxx watt power amp for zzz hours? You can calculate various bits and bobs below:

Working out how much really is the power output of your power amp

A friend, Dave, wrote in about this article to add that there's a big difference between what your system peaks at (often in large letters on the boxes of car amps as MAX POWER!) and the RMS running power of the system - the continuous power your amplifier can deliver without extending out of their safe operating area and generally overheating / exploding. To calculate the RMS running power check out this page at Wikipedia. For example, for a sign-wave output it will be the peak power divided by the squareroot of two:

\frac{a}{\sqrt{2}}

Which for a 300 watt peak power amplifier would be:

    300 / sqrt(2) = 300 / 1.4142 = 212 watts.
  

And another thing that is slightly off topic of batteries but is so crucial to 12V power amplifiers is that one place you can massively improve the running time of your rig is the efficiency of your drivers / speakers, this is often an overlooked factor, but it wouldn't be unusual to get eight times the running length with efficient drivers over inefficient ones at the same volume... more on this hopefully at a later date. Thanks Dave.

Calculating how many amps your power amp will use

If you know that your power amp peaks at 240 watts and that's what you'll be running it at - full tilt for that full-on rave up - then you simply need to work out the amps that that will use. Harking back to those school days, you might remember that power = voltage x current (P = IV)? and that therefore current (Amps) = power (W) / voltage (V) (I = P/V). So for a 240 watt power amp running at 12 volts we have:

    240 (watts) / 12 (volts) = 20 amps
  

If you run your 240 watt 12 volt power amplifier for one hour, then you will use 20 ampere hours.

Calculating the useful capacity of the battery

Your battery will have a manufacturer's recommended maximum discharge amount. This is by how much you can discharge the battery and then recharge it again and it be perfectly alright. Over the recommended discharge amount you might find that your battery won't come back up again to it's former fully charged glory. As the battery discharges, then so the amount of voltage it is able to put out decreases. Looking at the graph on the right, you'll see that a fully charge 12 volt battery actually starts at around 12.7 volts, but at 50% discharge, it is only providing 12.1 volts, and at 40% just 11.8 volts. A deep-cycle battery is designed to discharge between 50% and 80% depending on the manufacturer and construction of the battery. Although these batteries can be cycled down to 20% charge, the best lifespan vs cost method is to keep the average cycle at about 50% discharge, and therefore 50% is what I've used in these calculations.


JavaScript calculators

Max Power -> RMS power

Max power: Peak watts (W)

 


Working out how long you can run when you know the power and the capacity

Use this form to calculate how many hours you could run for given the power you require and the batteries you have. To do this you need to know the voltage of your system (defaults to 12v), the power requirements of your system, and the charge capacity (in ampere hours) and manufacturer's recommended maximum discharge amount (defaults to a conservative 50%) of your battery array.

System power: Watts (W)
Battery capacity: Ampere-hours (Ah)
System voltage:
Recommended max discharge:

 

Working out how what battery capacity you need to run yer amp for so many hours

Use this form to calculate what battery capacity (in Ampere-hours, Ah) you'll need to run your power amp for a certain number of hours. To do this you need to know the voltage of your system (defaults to 12v), the power requirements of your system, and how long you'll want to run for. The calculator defaults to a manufacturer's recommended maximum discharge amount (defaults to a conservative 50%) of your battery array.

System power: Watts (W)
How long's yer rave: hours (h)
System voltage:
Recommended max discharge:

 


(c) 2011 Mike Harris. Free software released under GNU Public Licence 3.0. Feel free to view the source, download, hack and improve this code; but remember to share it with the world.

Valid XHTML 1.1