Reviewing The Numbers From One Month Of Solar Harvesting

[Mathieu] just finished analyzing the numbers from a month of solar energy harvesting. You may remember that he was curious to see what kind of energy can be collected from small solar cells used indoors. He built several copies of a test platform which collected data between December 16th and January 16th.

First of all, it’s not shocking to find out that rooms with no sunlight produced negligible energy during that time. When you think about it, if they had been gathering a statistically significant amount wouldn’t that mean the lighting used in those rooms was incredibly inefficient? In other words, there’s no way you need to be making that much light.

But he did find that proper positioning in rooms that catch sunlight during the day can result in usable energy for small loads. He established that a 0.5 Watt panel harvested just a bit more than half of what a 1 Watt panel did. But perhaps the most useful discovery was that it’s quite a bit more efficient to have a charging circuit store energy in a battery rather than directly powering a fixed load.

It will take us a few more viewings to really decide what we can take away from the experiment for our own projects. But we appreciate [Mathieu’s] quest for knowledge and his decision to put this information out there so that others can learn from it.

Getting The Lead Out Of The Arduino Runtime

mhvlib_arduino_efficiency_runtime

Ah, the Arduino.

Love it or hate it, there’s no denying that part of its accessibility comes at the expense of speed and efficiency. We honestly like the platform as well as all of the others out there, because we believe that everything has its proper place and purpose. The crew over at Make, Hack, Void think that the Arduino dev boards are well and good, but that the core of the Arduino runtime could use some improvement.

They have taken it upon themselves to dig deep into the code and make some of the improvements that many advanced Arduino users have been clamoring for. Their MHVLib is an efficiency oriented runtime library which works on all AVR microcontrollers, whether they be standalone uCs or Arduino-branded hardware.

They have changed the way that the Arduino handles pin and port information, as well as how object and buffers are allocated in memory. Their code still relies on an Arduino-style bootloader, though they recommend Optiboot since it’s about a quarter of the size of the Arduino version.

There’s a complete list of what has been implemented available on their site, and you can grab the code via their GIT repository if you want to give it a try yourself.

Cheap Hack May Double Solar Panel Power

MIT researchers have devised something they call the Solar Concentrator which is to be placed on top of existing solar cells. Its purpose is to separate the visible and infrared spectra of light by absorbing the visible spectrum and routing the energy to specialized cells. They claim this could lead to doubling the panel’s efficiency and greatly reducing costs.

We have seen many promising advances to solar panel efficiency in the past few years, but what is special about this one is the amazingly simple and cheap technique. Essentially, all the team has done is coat a piece of glass with simple organic dyes. After the organic molecules absorb the visible light, they remit the energy to the sides of the glass where it can be routed to their specific cells. The process is more efficient because the dye absorbs the light rather than something expensive like silicon. That means less silicon, and thus a better price range. Also, the fact that this material is just a piece of glass also opens up the possibility of solar windows.