Solar Panel Project: Will it Work?

AI Thread Summary
The discussion centers on a solar-powered Raspberry Pi project designed to capture images at a construction site over nine months. The setup includes a solar cell, Raspberry Pi Zero W, power bank, voltage regulator, Arduino Nano, RTC module, and a transistor. Participants agree that the project should work if there is sufficient sunlight, but suggest using a mobile phone with a solar charger for better efficiency. There are recommendations to utilize the Raspberry Pi's sleep mode and RTC for direct control, potentially eliminating the need for the Arduino. Overall, the project appears feasible with some modifications for optimal performance.
francistm
Messages
14
Reaction score
1
Hey!
So I'm building raspberry pi & camera powered buy a solar panel system to make a automatic timeline of a constructing site (It needs to work for about ~9months).
The rasp only needs to be on a few minutes a day to take a picture or really small video (max 1min). So this is my plan:

Hardware:
1x Solar Cell 6V 330mA
1x RaspBerry Pi Zero W (latest edition) + Camera
1x Normal SmartPhone Power Bank (Input: 5V 1000mA && Output: 5V 1000mA && 2600mAh)
1x Pololu 5V Step-Up/Step-Down Voltage Regulator S7V7F5
1x Arduino Nano
1x RTC Module
1x Transistor

My main goal is to maintain the Arduino with the RTC Module turned ON all the time and every day at, for example, 4PM it turns on the rasp and after 10minute it cuts off the rasp's power again via the transistor (the rasp will auto shutdown itself after the picture/video is taken). PS: All of this is powered by the power bank
The solar cell will always be connected to the voltage regulator and in turn, the voltage regulator will always be connected to the power bank.

Will this work? What would you improve?

Thanks in advance!
 
Engineering news on Phys.org
Providing that the available sunlight is sufficient to keep this setup functional I guess it should work.
Can't see anything wrong with the idea.
 
rootone said:
Providing that the available sunlight is sufficient to keep this setup functional I guess it should work.
Can't see anything wrong with the idea.
Thanks for your feedback!
 
I too think that it can work.

However, I would use a mobile phone with a solar charger/power bank, without a SIM//on plane mode.
There are apps for periodic photo save, and without any wireless connection the solar charger would be able to provide enough power, with decent margin for rainy days.
 
The arduino does not have a real time clock, if all you are using it for is to turn the Pi on and off, there is probably a better way, I assume the PI has some type of sleep mode and use the RTC to drive an interrupt.
 
Windadct said:
The arduino does not have a real time clock, if all you are using it for is to turn the Pi on and off, there is probably a better way, I assume the PI has some type of sleep mode and use the RTC to drive an interrupt.
Yes! That'd be perfect! to use the rtc as an direct on and off "switch" for rasp! But the thing is, how can I do it? Without an ardudino?
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top