About this project
This project provides a simple method to compare irradiance performance of solar panels using a simple resistor circuit. Before solar panels are used in any project or experiment it is good to check variation of irradiance of solar panels especially the project uses multiple solar panels.
There are different ways of measuring irradiance of solar panels. The following thread provides a simple but effective way of getting approximate solar panel irradiance. It uses a resistor (R1) between the solar terminals, measures the voltage across the resistor, and converts it to current which approximates solar irradiance.
In this project four toy-grade solar panels are compared.The nominal specs are, 60mmx60mm, 5.5V, 80mA. Four solar panels are attached tothe support side-by-side, and set up such that tilt angle is 30deg andorientation is South. Voltage across theresistor is measured and recorded in a micro SD card for every 2 minutes, from9am to 6pm.
Hardware connection
Arduino and solar panels
Ground terminals of solar panels are all connected to Gnd of Arduino. Positive terminal of each solar panel is connected to 10kOhm resistor,and the other end of resistor is connected to Analog Input. A0 collects panel #1 data, A1 collects panel #2 data, etc.
Arduino and micro SD card module
SD card module has six pins and they are connected to Arduino like the following:
SD Gnd -- Arduino Gnd
SD Vcc – Arduino 5V
SD MISO – Arduino Digital 12
SD MOSI – Arduino Digital 11
SD SCK – Arduino Digital 13
SD CS – Arduino Digital 10
Setup Photos
Results
Here is how to convert the readings to current. If the reading at Analog Input is x, the voltage is (x/1023 ) * 5 V. And the current generated by the solar panel is obtained by dividing the voltage by R1. The following chart shows the results after conversion. Panel #2 is obviously an NG part,and panel #4 is somewhat unstable. Panels #1 and #3 are stable and the readings are very close. And the peak values when the sun is highest is around 81mA which is close to the nominal rating of the solar panel.
Comments
Please log in or sign up to comment.