Raspberry Pi Battery Power
Video Statistics and Information
Channel: ExplainingComputers
Views: 180,134
Rating: 4.9690208 out of 5
Keywords: Running a Raspberry Pi on batteries, Raspberry Pi batteries, Raspberry Pi battery, Raspberry Pi 12v battery, Raspberry Pi 12 volts, Raspberry Pi power bank, Raspberry Pi battery life, Raspberry Pi 4 battery, Raspberry Pi Zero battery, Christopher Barnatt, Barnatt, Raspberry Pi, buck converter, 12 volt buck converter, battery power, power bank, USB power bank, Belkin USB power bank, Belkin 10K
Id: lPyDtuzYE5s
Channel Id: undefined
Length: 20min 33sec (1233 seconds)
Published: Sun May 02 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
What is safer to leave unattended connected to your Pi, a Li-Po or Lead Acid battery?
I would redo the test with the buck converter output to 3v3 and power the pi on the 3v3 pins.
Going 12v to 5v, then feeding the usb and converting again to 3v3 on the pi isn't the best for efficiency
Can I get a TL;DW?
You shouldn't pick a battery chemistry based on capacity because you can scale most batteries up and down to manage capacity.
What really matters is the voltage droop over a discharge cycle and whether the battery is designed to be shallow or deep cycle.
Draining a lead acid battery fully is bad for it; they're shallow cycle batteries and designed to be discharged a little before being recharged, thus their application in UPS systems, cars, and as the backup for submarines.
LiPo batteries to contrast are deep cycle and are designed to be discharged completely before being recharged.
Either way the choice of battery should be for some engineering reasons and not arbitrary based on cheapest mAh/dollar or expected vs actual battery performance. The battery tech should fit its intended use and for most applications what matters is size, weight, capacity and DESIGN CYCLE. If you don't consider deep vs shallow cycle you can quickly ruin the battery you're using.
Once you know the duration of the battery life by this test e.g. 187 hours, you can put in a cronjob (
sudo crontab -e
) the following command:@reboot shutdown -P +9000
to run on boot up.
Machine will then run for 150 hours (9000 mins) and then shutdown correctly, corresponding to a 80% discharge. This should protect the battery.
I crossposted this to r/raspberry_pi and where it was well received. However, the discussions are quite different in the two subs. Here it is a lot more technical. There it is more chatty and lighthearted. Both are interesting though.
You missed the opportunity to call this
Raspberry Pi and acid
That looks stupidly overkill for something that can easily stay on 24/7 with any 10k mAh battery.
Sure, testing stuff is fun and all that, but... anyone knows that the pi zero has a "closer to nothing" energy consumption.
looks like a makeshift bomb to me