Electronic – Getting 5VDC from 6V (4S 1.5V AA alkaline batteries)

5vbatteriesvoltage-regulator

For my current project, I need 5VDC rail to power an ATtiny85, an RF module, and an Ultra-sonic range sensor, all of which require 5V. 5V ensure that the ATtiny85 can be operated without crystal at the desired clock frequency reliably, and it also ensures sufficient range for the RF module etc. The total current draw expected, is about 50mA on average, and about 80mA peak.

Currently, I am considering powering the project using 4 AA (alkaline) batteries, in series to get a peak voltage of 6V. Keeping the project low-cost, in low volumes (say, 10 odd pcs), is one of the objectives. Would prefer to keep the batteries until their terminal voltage runs down to about 1.1V, i.e. for series connection, about 4.4V. Are buck-boost switching regulators the only option ?

Edit:
Reading around (arduino.cc forums) I found an alternative proposal, which seems to be low-cost and feasible, but would be good to have some community feedback anyway —

Use 3xAA alkaline (4.5V when new but down to 3.3V after run-down), with the DC-DC boost regulator like this one, selling for a what seems like a rather good price (within my project's budget). It can boost the inputs voltage between 1-5VDC, to 5VDC, supplying max current of 500mA (way more than sufficient for my needs). If this works, the only challenge is finding battery holder for 3 AA's. I've only seen those cylindrical, 3xAAA holders, but nothing for 3 AA's.

Best Answer

(Question subsequently fixed) First off, to get 6 Volts from the alkaline AA cells, they would need to be wired in series, not in parallel. Paralleling batteries will increase current delivery capacity but keep the voltage the same as a single cell.

While pre-built buck regulator modules are available at the same source (eBay.com) as the boost regulator mentioned in the question, and at a similar price, the following are the trade-offs:

  • These buck regulator modules have a measurably higher efficiency in practice than the boost regulator linked in the question - The boost module gets quite warm (I use that specific module for charging my cellphone from a single AA cell while traveling)
  • The boost regulator is significantly smaller in size
  • The boost regulator works until the batteries are far more depleted, than any boost regulator strategy would allow.

Hence, going by the last two points, the boost regulator module is certainly a preferable approach, if the device running a bit warm is not a concern.