I've been working on a project that is basically a garden sensor that uses a SIM900 mini module along with an Arduino Uno which has a variety of sensors hooked up. The sensors are plugged into 3.3V, and the SIM900 is plugged into 5V. As of now, I'm just using power from when I plug the Arduino into my computer. The SIM often has trouble uploading data because it doesn't have enough power.
Since I want to be able to place this project outside, I want it to be solar powered. In order to do that, I need help choosing solar panels to use. I would also think a lipo battery of some sort connected to the solar pannel(s) would be useful, so that the project can run during the night or when it's cloudy.
Does anyone have any suggestions for how to power it?
A power-hungry 50mA Uno and a cellphone module (2A peak) might need that 0.25m2 panel.
It all depends where you live. Panel current strongly depends on sunlight.
Panel output could drop to 5% on an overcast day.
My 10*10cm panel can just keep up with a 20mA LED night light on an overcast winter day.
On a sunny day it will take less than 20min to re-charge that battery.
Leo..
Don't forget that powerbanks state the capacity of the internal 3V7 battery.
The boost process to 5volt means more input current is needed for a given output current, and there are idle losses. Expect 2/3 of those values.
Did you already work out that 0.25m squared is 2500cm2?
Leo..
@Wawa
Yes. I've been doing research for a somewhat complex high-amperage (1000ma) project whaich has to last on battery for a minimum of 24 hours. So I'm getting a 30000mah power bank so the extra 6 hours can be too low voltage and all that. Technically, it should run for about 27 hours reliably.
Do you think that’s the smallest size I can use to power everything? I’m trying to keep the entire project as small as possible, and since I need to disguise the sensor (I’m going to make it look like a rock), I’m trying to make sure that I can keep it compact.
OP has maybe unrealistic expectations of running an Arduino controlled cellphone module with LiPo battery and charger (not optional) from a small solar panel. That requires mA currents from every single part. Not an easy task. Expect you can harvest <10mAh from a small 160mA solar panel.
Leo..