element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Power Raspberry PI using Solar Panel
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 40 replies
  • Subscribers 652 subscribers
  • Views 15276 views
  • Users 0 members are here
  • solar panel raspberry pi
  • raspberry pi
  • power raspberry pi solar
Related

Power Raspberry PI using Solar Panel

feiticeir0
feiticeir0 over 2 years ago

Hi all.

Following a project - AllSky - taking photos all night at the sky - I want to place the PI - Raspberry PI 4 B+ 4GB memory using a SSD NVMe 512GB  - where I don't have a power outlet.

I've the following setup:

- Solar Panel -

  • max power: 20W
  • Vmpp: 18.2V
  • Voc: 22.6V
  • Impp: 1.12A
  • short-circuit: 1.18A

image

That connects to a Waveshare Solar Power Manager (C), that is powered by 3x 18650 batteries - each battery has 3350mAh - NCR18650B.

imageimage

I've set the setup voltage switch for 12V - the same as the solar panel.

image

I don't have a problem with the charging. It charges very well, to full charge.

My problem is, it just wont last all night.

Starting to take pictures at 21:30 (9pm), it only lasts to (the last picture taken) 3:44 (3:44am) . Just over 6h.. This can't be right.

My question is - what can I do to make it last longer. Should I buy more powerful batteries - like 5000mAh or more ? Chose other solar charger ?

I have the Raspberry PI Lite version - and I've disabled some unwanted services like - bluetooth, avahi-daemon, triggerhappy, etc.. I even disabled the status LEDS... Slight smile

Any idea would be great.

Thank you

  • Sign in to reply
  • Cancel
  • beacon_dave
    beacon_dave over 2 years ago in reply to feiticeir0

    12V battery is probably more scalable but the initial cost might end up being quite high. Depends if you are planning on adding additional load in the future. There should be lots of off-the-shelf kits available due to off-grid camping.

    Wesley did an off-grid solar project over on element14 presents which may be of interest:

    /challenges-projects/element14-presents/project-videos/w/documents/28102/episode-598-how-to-build-a-portable-solar-charged-off-grid-power-station

    However, you have previously stated that the 10000mAh power bank provided sufficient capacity to power the R-Pi 4 setup, and that it works being charged off the solar power bank. You could perhaps just use that as a solution and increase the size of the powerbank if needed. 

    However, it should be possible to get around 10500mAh out of the Waveshare solar powerbank using 3x 3500mAh 18650 cells. So perhaps worth taking a closer look at your existing '3350mAh' cells and replace them with known high quality ones that will give the full stated capacity. It's the neatest solution but those higher capacity cells can be quite expensive.

    Buy Now

    Alternatively you could perhaps look at using an external 3.6V power pack with the solar charger, using 4x 2500mAh cells which probably works out cheaper to give similar capacity of around 10000mAh.

    Buy Now

    The 3-cell battery holder looks like it plugs into the circuit board so would just need unplugging and a slot cutting in the cover to pass a power cable through and allow it to be plugged in. 

    There is potential to expand this to 13400mAh if required, either using an off-the shelf pack containing 4x 3350mAh cells

    Buy Now  

    or building a custom pack (with appropriate protection). I think the Waveshare battery holder is just three cells in parallel, I didn't notice  any fuses to protect against shorted cells. 

    If using external batteries, there are also the larger higher capacity 26650 sized cells. 

    However by this stage, replacing the Waveshare solar powerbank with the likes of a Voltaic laptop one might end up being better value 

    https://voltaicsystems.com/v88/ 

    as although is is at around $149 you are getting around 24000mAh capacity which sounds like it would be enough to power your setup for 2-3days.

    Another thing to consider is your solar charging capacity over the typical year. As nights grow longer and there are less sunny days, then you may need additional solar collection and storage to keep things running through the night. You may want to power down the R-Pi during daylight hours to conserve power rather than adding batteries and panels.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • feiticeir0
    feiticeir0 over 2 years ago

    Well, I've been reading and reading - something I did before, but probably not so thoroughly as I should have - thank you for your comments .  This is mainly from projects that uses the PiJuice hardware - that I have - I did support them on KickStarter.

    I need at least a 20W solar panel - That I have.

    The battery is the crux of this . They recommend at least 12.000 mAh battery - or at least 5000 mAh or above - that I don't have.  My main problem with this is:

    - The Pi will be sitting on a waterproof box - in the sun - lots of heat. a lipo battery will be suffering with this and I don't want to burn down the house. I'm talking of temperatures around 45º C or more. I will have some openings (protected from rain) to vent, but the temperatures inside will be around that value.

    - So, probably Li-ion batteries should be the choice.

    Since a 10000mAh power bank can power the Pi and still has juice left (from experience), I'm going to guess that the batteries in the Waveshare power solar Manager are the key .

    Will have to see how are they connected - serial or parallel.

    The other version that waveshare sells has an 10000mAh li-po battery inside.

    Tonight will try with a Raspberry PI Zero W 2 !

    Thank you all

    Here's some links :https://sustainablewww.org/principles/how-to-build-a-solar-powered-raspberry-pi-with-pijuice

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 2 years ago in reply to feiticeir0
    feiticeir0 said:
    I'm talking of temperatures around 45º C or more.

    This high ambient temperature will also likely affect the efficiency of your solar panel. The power ratings are usually for a panel operating at 25ºC.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • feiticeir0
    feiticeir0 over 2 years ago in reply to beacon_dave

    Thank you beacon_dave for the information.

    I would love to keep using the Waveshare Solar Charger - I've bought it for this purpose . I will take a look at those batteries.

    beacon_dave said:

    The 3-cell battery holder looks like it plugs into the circuit board so would just need unplugging and a slot cutting in the cover to pass a power cable through and allow it to be plugged in. 

    There is potential to expand this to 13400mAh if required, either using an off-the shelf pack containing 4x 3350mAh cells

    I'm not against this - heck, I would prefer this. Need to dig a bit further on the solar charger to see if I can replace that.

    I have 3 cell packs at home for a LED cube project - that sits there - and I don't mind to use them..

    Again, thank you.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • feiticeir0
    feiticeir0 over 2 years ago in reply to feiticeir0

    I have this ones at home

    image

    Will see if I can use them

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • feiticeir0
    feiticeir0 over 2 years ago in reply to feiticeir0

    I am so stu....

    Because of your post, I'm checking what I already have at home regarding solar - all I was missing was a good solar panel.

    After all, I have this:

    image

    That I can connect one of those 1s4p 10400 mAh packs...

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 2 years ago in reply to feiticeir0

    I have one of these as well. Be careful on the polarity of the battery connector - I've noticed that some are reversed from Waveshare/Adafruit polarity.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 2 years ago in reply to feiticeir0

    Looks like it should be comprised of 4x 2600mAh cells.

    However the price looks a bit on the low side.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • tyronegrey
    tyronegrey over 1 year ago

    To power a Raspberry Pi, the solar panel needs to output at least 5V. The wattage and current ratings of the solar panel will determine how fast the battery charges. This means a 2W solar panel can charge a battery twice as fast as a 1W solar panel.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • robogary
    robogary over 1 year ago

    My first thought was to increase the voltage of the battery pack by adding another battery bank in series, but the battery manager isnt rated for it. 

    I myself would do an experiment, with case open, add another battery in parallel with jumper clips. It would add 2 hours to operation, hopefully the MPP tracking is going to limit the charging volts and long time current regardless of additional battery load.  The solar panel is going to sag big time anyway, the difference between full load and short circuit is 6 mA.      

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube