Photovoltaic data logger – Part III

Introduction This is the third post of this series. I'll describe here: The software that I have developed for the Arduino Mega board The IoT platform I have used to store and visualize the data collected on the field. Previous posts are available here and here. It is worth remembering that most of the choices … Continue reading Photovoltaic data logger – Part III

Photovoltaic data logger – Part II

Introduction In this post, I will briefly describe the hardware component of the project I introduced in this Part I. First of all, I have chosen to use Arduino Mega [1] because it provides four hardware UART interfaces. I have allocated them as follows: UART0 (Serial): used for informative and debug messages that can be … Continue reading Photovoltaic data logger – Part II

Photovoltaic data logger – Part I

Introduction I have been thinking for a while about a simple project that would allow me to combine two different needs. On one hand, I would like to experiment with some kinds of technology that I have not had the chance to play with so far, specifically: The tools used to build an Internet of … Continue reading Photovoltaic data logger – Part I