Solar Battery Charger
brs
Posts: 33
Does anyone have knowledge/experience they would like to share regarding what type of rechargeable batteries one would use in a small solar powered system. The system currently includes a propeller with temperature, humidity, and pressure sensors and two stepper motors used to align the panel towards the sun. This would be contained in an outdoor enclosure.
Here are the operating specifications of the solar panel: 16.5 Volts, 850 mAmps, 14.4 Watts; blocking diode is included on solar panel.
I have a charge controller and a small lead acid battery (12v - 1.3AH). I believe the charge controller is designed for use with lead acid batteries only, but not positive on that.
I figured lead acid due to its use in the automotive/marine industry under harsh environments, so I guess I'm curious as to what any of you would recommend, e.g. Ni-Cd, Ni-MH, Lithium, etc. ...
Regards,
Bryce
Here are the operating specifications of the solar panel: 16.5 Volts, 850 mAmps, 14.4 Watts; blocking diode is included on solar panel.
I have a charge controller and a small lead acid battery (12v - 1.3AH). I believe the charge controller is designed for use with lead acid batteries only, but not positive on that.
I figured lead acid due to its use in the automotive/marine industry under harsh environments, so I guess I'm curious as to what any of you would recommend, e.g. Ni-Cd, Ni-MH, Lithium, etc. ...
Regards,
Bryce
Comments
Only thing wrong with lead-acid is that it freezes in winter time (and I think D cell is the smallest they come in)...
I think stepper motors use a lot of power though, you may need a big battery to drive those. I plan on using small servos to do it...
I am very interested in the field of renewable energy and have designed my own solar controller units (analog and recently with a HC08 MPU) i also have done a lot of work for calculating (and understanding the movement) the position of the sun. I also have built
a simple positioning unit for my Stirling motor (see attachment) and so on....
My last project is to build a universal motion controller (MoCo) for positioning and other purposes (see the second attachment)
So maybe working together can be very useful!
Saluti Joerg
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
·
If your solar cells are amorphous as opposed to crystalline they will be more sensitive to lower levels of light.· So much so, that even on an overcast·day, they will still operate at about 10-15 % of their full rating where as a crystalline cell will produce next to·nothing under the same conditions. ...· So even at 85mA to 127mA you can do "some" charging.
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
here come "numbers":
- on a sunny day you can charge about 3.3Ah into your battery with your 15Wp panel. I have taken a 1000kWh/m2 per yaer sun power.
- Your acid battery contains 16.6Wh (12V x 1.3Ah) so you could draw 0.65W over 24h (no charging!).
- with a series regulator you could draw about 50mA but with a stepdown converter (efficiency 70%) it will be about 130mA!
Saluti Joerg
Paul: I believe the charge controller I have also protects against "running dry", but I will be sure to include the proper battery capacity in my design.
Beau: The cells are amorphous, and I was surprised to see how sensitive they are to lower light. On a moderately overcast day the cells achieved 90-95% of their full rating. Nice!
Joerg: I would be happy to help. I'm an aerospace engineer during the day so dynamics and celestial tracking are right up my alley. The only minor problem I have run into with regards to solar tracking with the propeller deals with the numerical computations forced to be in single precision (32 bits) where they should be computed in double precision (64 bits), but even with that limitation the azimuth/elevation errors are relatively small (< 1 deg) for solar panel orientation. Matrix and quaternion math is possible using a pointer/array method for position vectors and coordinate transformations. What hardware have you selected for your motion control, i.e. steppers, servos, or something else? Wonderful solar collector!
Rayman: I'll replace the steppers with servos and see what advantages/disadvantages there are for panel orientation.
Thanks again,
Bryce
I have made my apprenticeship in a airplay factory and was skilled in mechanics and electronics then studied electronics, so i think we have a lot in commune. I worked on airplanes like Mirage III, Venom, Hunter, Aluette III and even on rockets like Ariane 3.
Concerning the hardware:
If the mechanics part of the positioning system is self locking (sorry i do not know the precise therm in English [noparse][[/noparse]selbsthemmend in German]) a stepper motor is the ideal choice, because the motor can be switched off between movements. I do the hardware by myself (PCB on a LPKF milling machine, mechanics on my turnlathe and my milling machine) the layouts i do with EAGLE. For development i use UMDL (Universal Micro Development System) www.systech-gmbh.ch.
What kind of formulas will you use for calculating the sun position?
Saluti Jerg
There are typically two methods I use: low accuracy and high accuracy. The low accuracy method is accurate to approximately 0.01 degrees and assumes purely elliptical motion and neglects perturbations by the Moon and planets. The calculations involve polynomial equations but need to be transformed to a local coordinate frame in order to simplify the azimuth/elevation angles the steppers/servos are commanded to control. Here is where the vector, matrix and quaternion math is used.
The higher accuracy method (VSOP87) is accurate to approximately 0.0006 degrees but involves significantly more calculations.
Astronomical Algorithms (Second Edition) by Jean Meeus and Fundamentals of Astrodynamics and Applications (Second Edition) by David A. Vallado are two good references to use.
As mentioned before, the propeller is a 32 bit microcontroller so double precision calculations are not built in. Therefore the accuracies listed above are meaningless when using the propeller. I've found my calculations are accurate to approximately 1 degree or slightly less when using the low accuracy method.
Let me know if that helps.
Cheers,
Bryce
Just a thought.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
Have you considered a Maximum Power Point Tracking scheme in this? I know you'd like to keep it simple, but if you extract a certain current from your panels and keep them at their maximum power output voltage, you can increase the power output, especially on cloudy days, by about 15-20%. Nearly all of this is done in software with minimal external components. The main external components are a couple of Analog-to-Digital chips. I'm currently working on building a large(50amp or higher) unit that I plan on selling.
I've seen this label used with professional solar charge controllers. I didn't realize the MPPT scheme was that effective; thought it was just a marketing gimmick! I will have to look into this further. Thank you for the info.
Bryce
I think calculating the position makes sense, because this way a lot of energy can be saved! There is non need for continuous adjusting the system. A positioning system in combination with a MPP tracker can improve the system performance dramatically.
But i think there is no need for a super precise calculation method. Have a look at the attachment where i edited a letter with my tutor about the positioning problem. It is in German, but if somebody is interested i will translate it.
Saluti Joerg