Electronic – arduino – Suggestions for solar / LiPo powered 3.3v supply for Arduino

arduinopower supplysolar cell

I am building several slightly-differently-purposed Arduino + Xbee systems to monitor various things around my home and property. Some of these are line powered, while others must use solar.

Many LiPo solar + DC chargers exist, but most output 5 VDC. I'm hoping to find one that puts out 3.3 VDC, directly rather than having to then use an on-board linear regulator, and waste that power. Of course, with the addition of a large enough cell, a drop from (say) 4v to 3.3v is unlikely to waste much heat.

I believe I need about 250 mA to be safe, but for very short bursts. When the Arduino is sleeping along with the Xbee, I cannot even measure its current draw with the three meters I have on hand. The majority of the current draw comes from the Xbee's transmit power requirements of up to 205 mA. The Arduino itself should be fairly constant, so with the 8 MHz clock running and a nominal 3.3 V supply, it looks like the Arduino will draw under 10 mA.

My ideal system would have connections for a solar source input, a DC input (or USB) and have indicators I can read the status of, to have the Arduino report on its own power supply state.

I am assuming a single cell LiPo here, or a package with internal cell balancing. Also assume I am doing all the smart stuff (powering down the unused components on the Arduino, setting the clock speed to its lowest setting, sleeping and waking only when there is something interesting to do, and sleeping the Xbee unless there is something to transmit.) I can calculate the power requirements and size the solar / LiPo properly.

Best Answer

So to confirm - you want a LiPo charger + a buck-boost regulator to 3.3V (primarily cause you want to be power efficient).

So you have a ton of options. If you want to go with the Microchip battery charger that comes with the Sparkfun breakouts (https://www.sparkfun.com/products/10217) or Adafruit breakouts (), there are a ton of buck-boost regulators you can put in the next stage. I personally use the TPS63031DSKT in one of my designs, and I'm using the exact same schematic as in the first page of the datasheet (http://www.ti.com/lit/ds/symlink/tps63031.pdf). The efficiency curve is great for the Iout range you are expecting.

However, if you are starting from scratch, I'd look for a PMIC that combines the two like the LTC3558 from Linear (http://www.linear.com/product/LTC3558). That will really help cut down on board space, and cost. Really great chip - all its missing is a battery gauge. I know that MAXIM makes similar PMICs but I can't find it right now.