I'm looking to power my new Arduino project from a power tool battery. Right now I have a few options ranging from 3.6V to 9V batteries. Is there anything that I should watch out for before trying to hook up the battery directly to the board? Ideally I'd just like to hook up the board to the terminals on the outside of the battery with minimal modding.
You need to be careful of the power dissipated in the
regulator.
The power dissipated in the regulator is (Vbattery - 5V) * I
where I is the amount of current you will draw from the
regulator in your application.
IIRC the minimum voltage required by the Arduino is around
7V. The minimum efficiency is 5/7. At 9V in your are at 5/9
which means close to half of the power is wasted heating
the regulator.
I don't have any prior experience with this sort of thing, so will that mean that I'll need to include a heatsink on the regulator? I'm not entirely sure what this will entail Or, is there some sort of additional voltage regulator or rudimentary power supply I'll need to create? There should be around 4-5 sensors attached to this that will need to be powered, including a 3 or 4-axis accelerometer.
If all you are powering is 4-5 sensors and an accelerometer
you probably won't have a problem (at 9V).
Get the datasheets for each sensor and the accelerometer
and add up the currents. See if the Arduino documentation
mentions power dissipation and input voltage.