-1

I want to know if it is possible to supply power to raspberry pi 3 with AA batteries.

Some electronic boards like Arduinos contains a voltage regulator. The Vin voltage input can be greater than 5V.

But i don't know if raspberries devices contains a regulator. Do they need exactly 5V ?

Thanks

Bob5421
  • 109
  • 1
  • 4

3 Answers3

2

Yes, can be done with a voltage converter.

I use 6x AA NiMH Eneloop Pro batteries which give about 7.2 volts along with a voltage/buck converter to step the voltage down to 5 volts.

CoderMike
  • 6,982
  • 1
  • 10
  • 15
1

The maximum input voltage is 5.25v and a standard aa battery is only rated to supply 50ma of current so running a pi from aa batteries is not really feasible

Bra1n
  • 1,251
  • 7
  • 7
1

There are many things wrong with this approach.

AA batteries are not capable of supplying sufficient current; NiMh cells would be marginal.

The Pi has no regulator and operates over a narrow voltage range.

Milliways
  • 59,890
  • 31
  • 101
  • 209