first of all I would like to apologize for the, probably very basic and stupid questions for you, but I'm not an electronic expert..
I'm implementing my project using an Arduino Mega 2560 (I need more pins.. this is the most important reason that it drives the Arduino choice) I'll put my project in an external environment without the electricity source. For this reason my idea is to use a battery with a solar panel as power input to charge the battery. I also applied some low-power techniques in order to reduce energy consumption as much as possible. Regarding the solar panel and battery connections I purchased this Arduino Solar Shield.
Solar Charger Shield V2.2 - Seeed Wiki
And here I'm a bit (a lot) confused about the choice of the battery and the solar panel(s) to be purchased. First of all, my idea is to use multiple (2 or 4) solar panels in order to exploit as much as possible the solar light (multiple positions) but I'm not able (I'm not sure) about the solar panel selection to purchase. Considering that the maximum current that the solar shield could be delivered is 700mA can I use 4 solar panels like this https://www.seeedstudio.com/1W-Solar-Panel-80X100.html (applying also 4 applying 4 diodes to avoid reverse current)?
About this the possible number or size of the solar panels Do I need to consider the amount of th Current at Peak Power? For example, using 4 solar panels with 170mA as Current at Peak Power, 4*170 = 680 that it's > of the current of the solar shield. So, is this wrong? Do I reduce the amount of the panels or do I use a different panel?
About the Solar input voltage it's 4.8~6V. These are the specifications about the solar panel:
Dimensions: 100x80x2.5(±0.2) mm Typical voltage: 5.5V Typical current: 170mA Open-circuit voltage: 8.2 V Maximum load voltage: 6.4V Maximum load voltage, Open-circuit voltage are > Solar input voltage. Is it a risk? About the lipo battery, can I use a battery 3.7v and about the mAh value as high as possible (for example this https://www.amazon.it/2100mAh-Lithium-Polymer-Replacement-Bluetooth/dp/B095BTSMYH/?th=1 ?) What about the maximum current value (in this case 5A)? Is it ok? In case, can you suggest me something else?
** *********** EDIT *********** **
As suggested I'm updating my question in order to give additional info about my scenario.
My project will be installed in an external environment (with some atmospheric protections IP67). The location, from solar irradiation point of view, it's a good place: https://globalsolaratlas.info/detail?m=site&c=40.283716,17.586365,9&a=18.056138,39.997805,18.056138,40.420456,18.535172,40.420456,18.535172,39.997805,18.056138,39.997805&s=40.11799,18.382874
About my project:
- I'll have to take the measurements from more sensors:
- starting from 1 to 10/15 humidity/temperature (DHT22) sensor;
- starting from 1 to 10/15 load cells (4 load cells for each HX711);
- I'll send the data using some transmissions using a LORA Shield.
I don't need to retrieve the measurements continuously or in very short periods.
The idea is to sleep my Arduino (in low power with all power sensors disconnected) and, using a RTC DS3231 module, to wake-up it on regular intervals, read the data, send it via LORA and go to sleep again.
The idea is to wake-up every 15 minutes. The time that I imagine about the measurements and the send will take a few seconds (around 30s in case I can approximate it to 1 minute).
And at the moment I don't have the exact measurements about the used current (because I can connect all here.. but I need to purchase the solar panels and the battery in order to make a real test also)..So, the idea now is to approximate.. In case I can adjust something later.
At the moment, measuring the current I have.
around 0.35mA when the Arduino is sleeping.
I probably can reduce it again because I have to remove 2 power led indicators (1 on my DS3231, one on my LORA shield... and, in case, also the power led on my Arduino).
When the Arduino works (live mode) probably I can consider around 90/100mA (probably this is too much) for 30s).
I'm not expert but, using this values I calculated the average about the used current in 1 hour:
((100mA * 4 minutes) + (0,35mA * 56 minutes)) /60 = 7mA/m 420 mA/h
I'll need 5v about the voltage.
I don't have any limitation about the size or the space.
I think that considering 7days without solar power supply or bad water conditions could be enough (in my opinion it's too much)