May 2023

Solar Panel Characterization

Jalius Welch

Need

For my senior project, I wanted to combine my passions for power electronics and embedded systems for a practical application. My goal was to create a portable and low-cost device that could characterize solar panels and other renewable energy sources.

Design

Solar panels along with other renewable energy sources have specific characteristics that depend on the applied load and the environmental conditions. I wanted this device to perform measurements for the analysis of maximum power point, I/V characteristics, and other source-loaded characteristics.

The device is made up of two key systems: the microcontroller and the electronic load circuit. The microcontroller handles changing the current demanded by electronic load while recording the response of the source.

Top level black-box diagram of the device.

The electronic load circuit was constructed to act as a voltage-controlled current sink, using an op amp that provides negative feedback to linearize the voltage to current behavior of the FET in its ohmic region. The microcontroller will apply a voltage to the control input which will be proportional to the current demanded from the source.

Low fidelity model for electronic load.

In order to keep the circuit low-complexity, I decided to construct an electronic load circuit using commercially available ICs and microcontrollers. With this design, we can only measure relatively small solar panels. The main limiting factors in measuring larger panels are due to FET thermal limits and microcontroller resolution.

Some panels used to test the device

The microcontroller will handle the load adjustment and data collection. The microcontroller also needs to keep track of device maximum power and dynamically adjust its data collection range on the second-pass, in order to provide more relevant data.

Top-level microcontroller logic flow.

Implementation

An outdoor test setup in the early afternoon

The device successfully collects data over a range of source currents. The data can be imported to spreadsheet software for analysis and plotting.

In the future, it would be nice to create an enclosure for the device and increase the capabilities of the device, including both max power and data resolution.

Bread-boarded implementation of the device.

In conclusion, the device functions as intended, and was able to capture data points to plot the IV characteristics of multiple test sources. The device can be used outdoors and off-grid with a battery source, which satisfies the portability requirement. The final device is low cost and low part count, making it easy to manufacture and distribute. While the device is capable of measuring a wide range of sources, the precision of the device suffers when testing low power sources. In my report, I propose increasing the DAC and ADC resolutions to resolve this. Additionally, while the device is incapable of measuring higher-power sources, an increase to the heat-sinking is demonstrated to be feasible for increasing the power limit of the device. Overall, the device is functional, low cost, portable, and is useful in characterizing solar and other energy sources.