xevilstar1
Posts: 22
Joined: Wed Mar 07, 2018 10:38 am

A bunch of solar usb battery packs

Tue Aug 04, 2020 6:51 pm

I happen to have a bunch of solar usb battery packs laying around....
I wander if is it possible to connect them all to a pi so that they all give the same 5v to the pi without trying to discharge one into the other....
how would you do that ?

Image

Is it possible to have an onscreen battery indicator that will tell me how much energy I have real-time ?

drgeoff
Posts: 10832
Joined: Wed Jan 25, 2012 6:39 pm

Re: A bunch of solar usb battery packs

Tue Aug 04, 2020 6:59 pm

xevilstar1 wrote:
Tue Aug 04, 2020 6:51 pm
I happen to have a bunch of solar usb battery packs laying around....
I wander if is it possible to connect them all to a pi so that they all give the same 5v to the pi without trying to discharge one into the other....
how would you do that ?
Not impossible but IMHO impractical.
Quis custodiet ipsos custodes?

pidd
Posts: 727
Joined: Fri May 29, 2020 8:29 pm
Location: Birkenhead, Wirral, UK
Contact: Website

Re: A bunch of solar usb battery packs

Tue Aug 04, 2020 7:09 pm

Not really practical, they shouldn't discharge into each other, but the same one will always take the hammering first - the one with the highest output voltage. Then they will discharge in order one at a time.

In practice there will be some sharing of load but the principal remains that one will discharge first, possibly before some of the others start supplying any significant current.

Depending how close their voltages are, they could be levelled out with small resistors but that would be throwing energy away, the closer the voltages the more efficient that would be.

There is also a risk of oscillation where one starts to provide current but its output drops under load and then another takes over etc ad infinitum.

drgeoff
Posts: 10832
Joined: Wed Jan 25, 2012 6:39 pm

Re: A bunch of solar usb battery packs

Tue Aug 04, 2020 7:15 pm

I'd think about connecting them in series and using a buck converter to convert the resulting higher voltage down to 5 volts. My concern would be if they aren't well matched in terms of capacity and fullness what (bad?) things happen when one or more start running out?
Quis custodiet ipsos custodes?

xevilstar1
Posts: 22
Joined: Wed Mar 07, 2018 10:38 am

Re: A bunch of solar usb battery packs

Tue Aug 04, 2020 7:19 pm

what if they are all equal ?
how would I make the onscreen indicator ?

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

Re: A bunch of solar usb battery packs

Tue Aug 04, 2020 7:24 pm

drgeoff wrote:
Tue Aug 04, 2020 7:15 pm
... what (bad?) things happen when one or more start running out?
Potentially (pun intended) reversed polarity. That's in Something Very Bad™ territory. But the discharge protection might kick in first, if it exists.
xevilstar1 wrote: what if they are all equal ?
They won't be.
how would I make the onscreen indicator ?
With considerable difficulty.
Signature retired

W. H. Heydt
Posts: 12785
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: A bunch of solar usb battery packs

Tue Aug 04, 2020 7:39 pm

xevilstar1 wrote:
Tue Aug 04, 2020 7:19 pm
what if they are all equal ?
how would I make the onscreen indicator ?
This gets into the difference between Physics and Engineering. *In*theory*, they are all identical. In practice, they won't and can't be.

xevilstar1
Posts: 22
Joined: Wed Mar 07, 2018 10:38 am

Re: A bunch of solar usb battery packs

Tue Aug 04, 2020 8:02 pm

is out there a pcb with screw terminals or usb ports I can use to switch seamlessly from one battery to the other ?

User avatar
Imperf3kt
Posts: 3677
Joined: Tue Jun 20, 2017 12:16 am
Location: Australia

Re: A bunch of solar usb battery packs

Tue Aug 04, 2020 10:52 pm

You're a step ahead.
Before trying to make something out of what you have, you first need to learn what you need for this to work.

Calculate your required wattage to run the Pi for your desired time, calculate how much energy each panel outputs and then see if you what you have will supply what you need.


Pwrsonally, I'd not even bother but if I was going to do it I'd remove the batteries and just use the solar panels, rewired to a different battery pack / setup instead of trying to balance all the different batteries.
55:55:44:44:4C
52:4C:52:42:41

xevilstar1
Posts: 22
Joined: Wed Mar 07, 2018 10:38 am

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 4:13 am

How can I know how much energy my pi rig draws in 24 hours ?

W. H. Heydt
Posts: 12785
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 5:07 am

xevilstar1 wrote:
Wed Aug 05, 2020 4:13 am
How can I know how much energy my pi rig draws in 24 hours ?
5v time average current times the time interval. If you want to be (engineering) conservative, use the nominal max current spec of 3A. Doing that, you are drawing 15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh.

salvato
Posts: 103
Joined: Tue Jan 15, 2013 9:21 pm

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 5:47 am

W. H. Heydt wrote:
Wed Aug 05, 2020 5:07 am
xevilstar1 wrote:
Wed Aug 05, 2020 4:13 am
How can I know how much energy my pi rig draws in 24 hours ?
5v time average current times the time interval. If you want to be (engineering) conservative, use the nominal max current spec of 3A. Doing that, you are drawing 15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh.
360W to be pedantic...

User avatar
DougieLawson
Posts: 39304
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 5:51 am

W. H. Heydt wrote:
Wed Aug 05, 2020 5:07 am
xevilstar1 wrote:
Wed Aug 05, 2020 4:13 am
How can I know how much energy my pi rig draws in 24 hours ?
5v time average current times the time interval. If you want to be (engineering) conservative, use the nominal max current spec of 3A. Doing that, you are drawing 15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh.

You'd have to be running flat out for that.

I was looking at my energy monitor the other night (while charging my EV). The grid was supplying 7.8KW. The car was charging at 7.5KW. Everything else running in the house at the time (that's freezers, fridge, raspberries, lights, TV, laptop & phone chargers) was using 300W.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

W. H. Heydt
Posts: 12785
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 5:59 am

salvato wrote:
Wed Aug 05, 2020 5:47 am
W. H. Heydt wrote:
Wed Aug 05, 2020 5:07 am
xevilstar1 wrote:
Wed Aug 05, 2020 4:13 am
How can I know how much energy my pi rig draws in 24 hours ?
5v time average current times the time interval. If you want to be (engineering) conservative, use the nominal max current spec of 3A. Doing that, you are drawing 15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh.
360W to be pedantic...
Nope. Do the dimensional analysis.

W. H. Heydt
Posts: 12785
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 6:01 am

DougieLawson wrote:
Wed Aug 05, 2020 5:51 am
W. H. Heydt wrote:
Wed Aug 05, 2020 5:07 am
xevilstar1 wrote:
Wed Aug 05, 2020 4:13 am
How can I know how much energy my pi rig draws in 24 hours ?
5v time average current times the time interval. If you want to be (engineering) conservative, use the nominal max current spec of 3A. Doing that, you are drawing 15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh.

You'd have to be running flat out for that.

I was looking at my energy monitor the other night (while charging my EV). The grid was supplying 7.8KW. The car was charging at 7.5KW. Everything else running in the house at the time (that's freezers, fridge, raspberries, lights, TV, laptop & phone chargers) was using 300W.
IT also ignores conversion losses and battery inefficiencies. So, taking a conservative approach, I'd still use the 360Wh value.

salvato
Posts: 103
Joined: Tue Jan 15, 2013 9:21 pm

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 6:10 am

W. H. Heydt wrote:
Wed Aug 05, 2020 5:59 am
salvato wrote:
Wed Aug 05, 2020 5:47 am
W. H. Heydt wrote:
Wed Aug 05, 2020 5:07 am

5v time average current times the time interval. If you want to be (engineering) conservative, use the nominal max current spec of 3A. Doing that, you are drawing 15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh.
360W to be pedantic...
Nope. Do the dimensional analysis.
Sorry. You are right!

xevilstar1
Posts: 22
Joined: Wed Mar 07, 2018 10:38 am

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 1:55 pm

is there a commecially available lipo that can suit my needs ?

W. H. Heydt
Posts: 12785
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 5:21 pm

On the whole issue.... Is it necessary to use a Pi4B? There are a number of different Pis that could be used that would lower the power requirements to make a battery powered solution much easier.

Do you need 4 USB ports? If so, do you need the sort of computational power that comes with a Pi4B? If not, consider a Pi2B, which would cut your fully loaded power requirements by one third to 2A.

If you don't need a full array of USB ports, and if you don't need to computational power of a Pi4B, then the Pi3A+ or even A+ might be a better board to use. Even a Pi3A+ would cut power requirement significantly and an A+ should run on less than 1A, probably less than 500mA. In the extreme, you could look at the Pi0 or Pi0W and cut your power budget to around 200mA (1W).

xevilstar1
Posts: 22
Joined: Wed Mar 07, 2018 10:38 am

Re: A bunch of solar usb battery packs

Wed Aug 05, 2020 7:57 pm

my portable rig has many things attached it is intended for on the go experimenting with the pi and I am thinking about a jacket or something around my arm haven't decided yet. got also two 7 inches touchscreens that give me a good nice desktop view.

by the way I found this https://nevonprojects.com/multi-power-s ... t-sources/
do you think something like this could be safely adapted to my needs ?

Paul Hutch
Posts: 551
Joined: Fri Aug 25, 2017 2:58 pm
Location: Blackstone River Valley, MA, USA
Contact: Website

Re: A bunch of solar usb battery packs

Thu Aug 06, 2020 2:23 pm

W. H. Heydt wrote:
Wed Aug 05, 2020 5:07 am
5v time average current times the time interval. If you want to be (engineering) conservative, use the nominal max current spec of 3A. Doing that, you are drawing 15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh.
The units you used are a not quite correct causing some of the confusion, at least for me. Watt hours per hour is not appropriate here, that's a unit for change in power consumption over time.

To keep the units clear I would write it as:
15W or 15W/h, 15W * 24 hr = 360Wh

User avatar
dickon
Posts: 1595
Joined: Sun Dec 09, 2012 3:54 pm
Location: Home, just outside Reading

Re: A bunch of solar usb battery packs

Thu Aug 06, 2020 4:28 pm

Paul Hutch wrote:
Thu Aug 06, 2020 2:23 pm
To keep the units clear I would write it as:
15W or 15W/h, 15W * 24 hr = 360Wh
Dimensionally, that's nonsense. 15W == 15J/s, 15W/h == (15/3600)J/(s^2). The two are not the same.

pidd
Posts: 727
Joined: Fri May 29, 2020 8:29 pm
Location: Birkenhead, Wirral, UK
Contact: Website

Re: A bunch of solar usb battery packs

Thu Aug 06, 2020 4:39 pm

Paul Hutch wrote:
Thu Aug 06, 2020 2:23 pm
W. H. Heydt wrote:
Wed Aug 05, 2020 5:07 am
5v time average current times the time interval. If you want to be (engineering) conservative, use the nominal max current spec of 3A. Doing that, you are drawing 15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh.
The units you used are a not quite correct causing some of the confusion, at least for me. Watt hours per hour is not appropriate here, that's a unit for change in power consumption over time.

To keep the units clear I would write it as:
15W or 15W/h, 15W * 24 hr = 360Wh
@Heydt's statment of "15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh" is absolutely correct other than the mix of "h" and "hr" and it even makes sense if read out aloud. Yours is incorrect but I love trying to picture what a "W/h" is and whether it has any use.

Paul Hutch
Posts: 551
Joined: Fri Aug 25, 2017 2:58 pm
Location: Blackstone River Valley, MA, USA
Contact: Website

Re: A bunch of solar usb battery packs

Thu Aug 06, 2020 6:10 pm

dickon wrote:
Thu Aug 06, 2020 4:28 pm
Dimensionally, that's nonsense. 15W == 15J/s, 15W/h == (15/3600)J/(s^2). The two are not the same.
pidd wrote:
Thu Aug 06, 2020 4:39 pm
@Heydt's statment of "15W or 15Wh/hr. 15Wh/hr * 24 hr = 360Wh" is absolutely correct other than the mix of "h" and "hr" and it even makes sense if read out aloud. Yours is incorrect but I love trying to picture what a "W/h" is and whether it has any use.
Thanks guys and sorry W. H. Heydt.

Return to “General discussion”