TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building a Raspberry Pi based server powered 100% by solar energy

66 pointsby 666_howitzeralmost 12 years ago

12 comments

jrabonealmost 12 years ago
45W sounds like overkill for an RPi - I live in Scotland (55.95N) and I have a 50W panel charging a 110Ah battery in my garden shed. The battery is used to power a 1kW Invertek 250V inverter (150A fuses are impressive BTW) which I use to run a lawnmower, power tools, soldering station and lights (not all at once!).<p>The lawnmower is the biggest drain (900W) and is really pushing the envelope - but in the summer I can cut 55 sq. metres of lawn once a week without any charge problems. In the winter the grass doesn&#x27;t grow :) but I can run the other tools just fine. I was very surprised at just how well this system worked, but then I did splash out on a high end 50W Kyocera panel when I designed this. My only alternative would have been to bury an SWA cable across common ground and somehow run it to my consumer unit in a 1st floor flat, so I was prepared to spend £300 (as it was then) on the panel. They&#x27;re a lot cheaper now.
评论 #5936195 未加载
评论 #5932314 未加载
fosapalmost 12 years ago
I was investigating today into something similar.<p>The concusion of my research:<p>- Model A uses a way less (about 33%) electricity, because it does not have a lan controller. So it will be useless as a server, but for my application this is the choice.<p>- The RPi does work with 3.3 Volts, but then the USB does not work. Yet again, for me good enough.<p>- Undervolting (the core and ram) and downclocking do not make much sense. It does save nearly nothing and make the board absurd slow.<p>- The biggest powersink seems to be the GPU, but AFAIK it can&#x27;t sleep.<p>- The most inefficient component are the voltage regulators. Replacing them with dc-dc converters was discussed, i have no experimental results. The easies way is to convert the input to 3.3V without replaying and board components.<p>- Displays use very much power. But they can be turned of if not needed.<p>It seems the solar panel can be significantly smaller, but not for a webserver.
platzalmost 12 years ago
I think he could have halved the size of his solar kit and still not have had to worry about power interruptions.<p><a href="http://pi.qcontinuum.com/cgi-bin/rrd/rrdgraph.volts" rel="nofollow">http:&#x2F;&#x2F;pi.qcontinuum.com&#x2F;cgi-bin&#x2F;rrd&#x2F;rrdgraph.volts</a>
评论 #5931419 未加载
SpacemanSpiffalmost 12 years ago
Excellent project, but the shading on the solar panels from the railings is more than likely severely reducing the output of the panels at lower sun angles. Even shading a single cell on a series connected panel effectively reduces the output of ALL cells. Also having peak power tracking would increase panel utilization. I really like the power monitoring using the Arduino though.
stephengilliealmost 12 years ago
This kind of research is nice to see. Too bad your setup needs a less-powerful system (Arduino) and a more powerful system (RRD host) to operate the charging.<p>What about using the RasPi&#x27;s GPIO pins instead of the Arduino? And why wouldn&#x27;t an SD card be able to manage that many writes? What about a ram drive?
garysweaveralmost 12 years ago
Network traffic graph currently showing what it is like to be HN&#x27;d:<p><a href="http://pi.qcontinuum.com/cgi-bin/rrd/rrdgraph.pi.main" rel="nofollow">http:&#x2F;&#x2F;pi.qcontinuum.com&#x2F;cgi-bin&#x2F;rrd&#x2F;rrdgraph.pi.main</a><p><a href="http://pi.qcontinuum.com/rrd/pi-traffic-day.png" rel="nofollow">http:&#x2F;&#x2F;pi.qcontinuum.com&#x2F;rrd&#x2F;pi-traffic-day.png</a><p><a href="http://pi.qcontinuum.com/rrd/pi-traffic-week.png" rel="nofollow">http:&#x2F;&#x2F;pi.qcontinuum.com&#x2F;rrd&#x2F;pi-traffic-week.png</a>
评论 #5932194 未加载
AaronBBrownalmost 12 years ago
I&#x27;ve been wanting to hack on a few projects that involve small amounts of electrical knowledge, but am not sure where to get the bare minimum information to avoid killing myself or others. What is the best way to get practical background knowledge about this type of electrical project?
csensealmost 12 years ago
What are &quot;the RRD tools&quot;? What does RRD stand for?<p>Also, if you&#x27;re worried about an application which does a lot of SD writes, you could:<p>(1) Try it, see if the SD card holds up. If it does, great. If it doesn&#x27;t, well, SD cards are cheap, and you <i>did</i> make a backup, right?<p>(2) Write to a RAM disk<p>(3) Write to a network drive
评论 #5931588 未加载
评论 #5932717 未加载
评论 #5932521 未加载
brackinalmost 12 years ago
Interesting. Looks similar to this project. <a href="http://www.engadget.com/2012/06/20/48-pandaboards-chained-together-in-solar-powered-arm-cluster/" rel="nofollow">http:&#x2F;&#x2F;www.engadget.com&#x2F;2012&#x2F;06&#x2F;20&#x2F;48-pandaboards-chained-to...</a>
MrDOSalmost 12 years ago
&gt; see how many years I could keep it running without a reboot<p>&gt; I decided set up the panels on the deck facing west.<p>There seems to be some disparity between his goals and the stability of the environment in which he&#x27;s placed the equipment.
vinhboyalmost 12 years ago
I wish there were more pictures and descriptions of how to hook up the battery to the raspberry pi. That is the biggest unknown to me.
评论 #5932015 未加载
thejoshalmost 12 years ago
142 days uptime is pretty cool!