iPat16
Posts: 5
Joined: Mon Nov 28, 2016 8:36 pm

Raspberry Pie power

Mon Nov 28, 2016 8:46 pm

Hello! I would need to know if it's possible to power up a Raspberry Pie 3 with a rechargeable battery AND a power supply at the same time?

The purpose of this application is that I would need my Raspberry Pie to keep running even if the electricity runs out. With that said, would the Pie shut down if the electricity runs out even if I have a battery attached to it?

Thanks a lot for your help!

This would be the rechargeable battery that I would use : https://www.buyapi.ca/product/lithium-i ... v-6600mah/

tweak42
Posts: 532
Joined: Tue Mar 22, 2016 3:16 am
Location: Los Angeles, California

Re: Raspberry Pie power

Tue Nov 29, 2016 5:24 am

iPat16 wrote:Hello! I would need to know if it's possible to power up a Raspberry Pie 3 with a rechargeable battery AND a power supply at the same time?

The purpose of this application is that I would need my Raspberry Pie to keep running even if the electricity runs out. With that said, would the Pie shut down if the electricity runs out even if I have a battery attached to it?

Thanks a lot for your help!

This would be the rechargeable battery that I would use : https://www.buyapi.ca/product/lithium-i ... v-6600mah/
Yes and no. You don't power both, but have the battery on standby and switch over when mains drops.

The Pi is powered at USB voltage (5.25v, recommended 2.4A) therefore the cheapest option is one of those portable USB battery packs used for charging tablets and cellphones. The caveat you need to fine one that doesn't cut it's output power when the mains cuts off and switches to battery. The Pi would have no way to tell if it's running on battery so it will continue running until battery is exhausted.
http://raspi-ups.appspot.com/en/index.jsp (guide has workaround for outage detection)

Another option is a UPS specifically made to interface with a Pi or other kin.
https://shop.pimoroni.com/products/mopi-mobile-pi-power
http://www.allspectrum.com/mopower/

Or you could build your own:
http://homediyelectronics.com/projects/raspberrypi/ups/

User avatar
davidcoton
Posts: 5027
Joined: Mon Sep 01, 2014 2:37 pm
Location: Cambridge, UK
Contact: Website

Re: Raspberry Pie power

Tue Nov 29, 2016 9:20 am

tweak42 wrote: USB voltage (5.25v, recommended 2.4A)
USB voltage is 5V, +/- 0.25V. So 5.25V is the top limit -- not a good design point, in case the tolerances pull the voltage high. The "official" supply is 5.1V.
Signature retired

iPat16
Posts: 5
Joined: Mon Nov 28, 2016 8:36 pm

Re: Raspberry Pie power

Tue Nov 29, 2016 2:55 pm

Perfect, thank you for your help!

Cellox
Posts: 3
Joined: Wed Nov 30, 2016 6:41 am

Re: Raspberry Pie power

Wed Nov 30, 2016 9:03 am

tweak42 wrote:
iPat16 wrote:Hello! I would need to know if it's possible to power up a Raspberry Pie 3 with a rechargeable battery AND a power supply at the same time?

The purpose of this application is that I would need my Raspberry Pie to keep running even if the electricity runs out. With that said, would the Pie shut down if the electricity runs out even if I have a battery attached to it?

Thanks a lot for your help!

This would be the rechargeable battery that I would use : https://www.buyapi.ca/product/lithium-i ... v-6600mah/
Yes and no. You don't power both, but have the battery on standby and switch over when mains drops.

The Pi is powered at USB voltage (5.25v, recommended 2.4A) therefore the cheapest option is one of those portable USB battery packs used for charging tablets and cellphones. The caveat you need to fine one that doesn't cut it's output power when the mains cuts off and switches to battery. The Pi would have no way to tell if it's running on battery so it will continue running until battery is exhausted.
http://raspi-ups.appspot.com/en/index.jsp (guide has workaround for outage detection)

Another option is a UPS specifically made to interface with a Pi or other kin.
https://shop.pimoroni.com/products/mopi-mobile-pi-power
http://www.allspectrum.com/mopower/

Or you could build your own:
http://homediyelectronics.com/projects/raspberrypi/ups/
This was helpful. Thanks.

Return to “General discussion”