Arduino Project powered by Solar or Battery

arduinobattery-chargingsolar cell

After searching quite a bit on this topic I'm a little lost. I am new to the electronics side and am constantly learning more as I go along. I have a project where I'd like to power an Arduino Uno by a solar panel and battery. The Uno would run off the solar cell or battery depending on power is available (sun is up or down).

For simplicity, I was thinking of using a LiPo Rider Pro + a Solar Panel. I saw this came as a kit: http://www.seeedstudio.com/depot/wireless-sensor-node-solar-kit-p-919.html
It claims it will output 5V which is what I believe the Arduino requires to run (is this right?). The kit does not list the components so I'm a little lost on what size solar panel to get. I believe this: http://www.seeedstudio.com/depot/1w-solar-panel-80×100-p-633.html would output the right voltage (lists: Typical Voltage: 5.5V). However, a 1W Solar panel outputs 170mA and a 3W solar panel outputs 540mA.

On the battery I was looking at this:
http://www.seeedstudio.com/depot/lithium-ion-polymer-battery-2a-p-603.html
It outputs: 3.7V at 2000mA.

Will this solution 1) power the Arduino and 2) will the solar panels charge the battery?

Another idea is to use the Solar Charger Shield V2:
http://www.seeedstudio.com/depot/solar-charger-shield-v2-p-914.html?cPath=1_75
However, I'm still unsure about the solar panel and battery to choose.

Any guidance on this would be very helpful. I am very comfortable on the programming side, setting the Arduino to sleep, etc. The electronics side (the whole point) is a challenge I am enjoying!

Best Answer

I have used the Seeeduino Stalker with Waterproof Solar Kit successfully. I think this kit is a great place to start as it will work out of the box. It consists of an Arduino compatible board with LiPo charger, solar panel input, SD card, real time clock, and water resistant case.

The wireless sensor node kit you suggest is a standalone board for XBees, it would not go with the UNO.

The solar panel and charger should work with the UNO. The battery is the same one as in the Stalker kit.

By the way, the Arduino UNO has an inefficient regulator with about 10mA quiescent current so it consumes a fair bit of power just sitting idle. This can be an issue with solar powered devices. The Stalker has a more efficient regulator. You may also want to have a look at sleeping the Arduino to save more power.

Related Topic