Abstract:
The following article presents a system that allows the measurement of electrical parameters generated by solar panels using the Raspberry PI minicomputer and the PIC16F887 microcontroller.
In this solar panel all the output voltages are in the analog form, we need to convert them in digital form using an analog-to-digital converter that sends 8-bits at the GPIO port on a Raspberry PI, this
data is processed in the minicomputer by a program written in C, the WIRINGPI library and a text file
saves the electrical parameters during a period of time. These parameters are used to model
characteristic curves of current, voltage and electrical power, obtaining as a result the
performance of the solar panel under certain weather conditions utilized in the implementation.
Description:
El siguiente artículo presenta un sistema que permite la medición de parámetros eléctricos generados por paneles solares mediante el uso de la minicomputadora Raspberry PI y el microcontrolador PIC16F887. En este panel solar todos los voltajes de salida están en forma analógica, sólo necesitamos convertirlos en forma digital mediante un convertidor analógico-digital que envía 8-bits al puerto GPIO en una Raspberry PI, estos datos se procesan en la minicomputadora por un programa escrito en C, la librería WIRINGPI y un archivo de texto guardan los parámetros eléctricos durante un periodo de tiempo. Estos parámetros se utilizan para modelar curvas características de corriente, voltaje y potencia eléctrica, obteniendo como resultado el rendimiento del panel solar bajo ciertas condiciones climáticas utilizadas en la implementación.