IoT Based Solar Power Monitoring Data Logger System Final
IoT Based Solar Power Monitoring Data Logger System Final
net/publication/371709290
CITATIONS READS
0 335
6 authors, including:
All content following this page was uploaded by Sayed Tanimun Hasan on 20 June 2023.
Abstract—A significant component of successfully employing important for the data monitoring system to be inexpensive,
a solar power system is an accurate monitoring mechanism. secure and dependable. The data logging system developed
It is to be noted that a plethora of such accurate systems are in this article not only meets these criteria, but is capable of
already in use globally. However, with the invention of compact
and more powerful solar power plants, the earlier models of much more.
monitoring systems are not practical. Additionally, the new In this paper, we have proposed an IoT based solar power
pico solar systems suitable for usage in underdeveloped areas, monitoring and data logger system. It provides real-time power
require foolproof data logging systems. Thus, this paper sought monitoring and saves data for both software and hardware.
to develop an innovative and cost-effective system that could This data logging system was implemented here on a simple
observe the numerous parameters of pico solar systems. The way
we have accomplished this, is by fitting in a battery following the solar power setup consisting of a solar panel and battery
installation of the solar panel and solar charge controller, which connected via a solar charge controller (PWM). The brains
were then linked to a voltage and current sensor along with the of the data logging portion of the project is the MCU ESP32,
load. Internet of Things (IoT) was utilized via the ThingSpeak which is an inexpensive micro-controller unit with integrated
cloud server. The MCU ESP32 receives signals from the sensor, Wi-Fi and Bluetooth. Sensors such as the DHT11 for tem-
after which the microcontroller uploads the value to the cloud
server and also displays it on the LCD screen. The system perature monitoring, LDR for luminance and MAX471 for
successfully monitored in real time the parameters of the solar accurate current and voltage measurements were installed on
power system. Established by this project was the development the system. They provide a constant feed of sensor data to
of a monitoring system that allowed rural and developing areas the MCU, which the user can monitor on an LCD screen or
to utilize solar power systems that were easy to diagnose and the designated ThingSpeak cloud server. These measurements
monitor the system parameters as well as the environmental
conditions remotely. will be crucial to maintain adequate system efficiency. Fur-
Index Terms—IoT, Solar PV cell, Monitoring, Data Logger thermore, if using the internet is not viable, the system can
system be accessed on a local HTTP server using a web browser on
computers or even an android app.
I. I NTRODUCTION
Amidst the continued population growth and the myriad
of advancements in technology, the call for a cheap and II. R ELATED W ORK
sustainable source of energy is louder than ever. The most
widely accessible and cheapest to deploy renewable source is A. Non-Commercial Systems
solar power. However, like with any power system, we need Ranhotigamage et al [1]. have created an information col-
to be able to monitor the several parameters to confirm the lecting system for detect defective solar panels and performing
installed Photovoltaic system is performing up to its rated maintenance on them. The system cost $175. M. Fuentes et al.
specification. The older, wired monitoring systems costed [2] developed an Arduino-based low-cost system sporting, 18-
more to maintain and install compared to wireless systems. bit design and up to eight inputs for from eight PV modules.
Sophisticated data monitoring systems for solar power plants Retail cost was $90. Jihua et al. [3] using TinyOS on host
do exist, but more intuitive solutions need to be developed for computers, they could monitor and control the PV system
the smaller, pico solar systems. Pico solar systems will have remotely. Shrihariprasath et al. [4] used GPRS to access their
the most usability in rural or developing regions. Hence, it is cloud storage containing performance metrics of the Solar
III. COMPARISON
The global era is experiencing changes in the use of energy IV. METHODOLOGY
resources. In this race for exploration, renewable energy like We have developed an affordable IoT based solar power
as solar energy is racing ahead of several energy resources due monitoring and also developed a data logger system. In our
to several factors. Hence energy as well as the parameters of model, the primary source of energy is a solar panel. A battery
solar Photovoltaic (PV) system needs to be carefully monitored connected as storage by solar charge controller (PWM). And
and data logger in cloud. PWM distribute to load and voltage & current sensor. MCU
ESP32 receives reading from DHT11 sensor, LDR, MAX471
Older monitoring systems were wired. They were reliable, sensor. Microcontroller shows it to LCD monitor and publish
but they had to use long cables to send data with noise or MCU ESP32 data to a cloud server.
and low accuracy data. RS232 or RS485 cables were used to Functional Block Diagram shows the Solar Panel as power
send and receive data in wired monitoring systems. The cost of source connected (PWM) solar charge controller and it dis-
setting up and maintaining this physical system was costly and tributes to battery, load and voltage & current sensor. All
need huge employee. The wireless monitoring system solve sensors connected with ESP32 Microcontroller. And it receives
this problems. Satellite, GSM, Zigbee, and other RF devices reading from DHT11 sensor, LDR, MAX471 sensor and shows
have all been used to send and receive data for wireless data it to LCD monitor and send it to cloud server.
monitoring systems. In the fig3, this is the circuit design of the Solar Power
Satellite data transmission is slow and that installation costs Monitoring and Data Logger System. 9V 220mA Solar Panel
a lot. Compared to satellite, GSM-based systems are reliable connected as incoming power to Solar Charger Controller
The functional block diagram is shown in Fig. 1.
Fig. 3. Circuit design of the Solar Power Monitoring and Data Logger System
Fig. 1. Functional block diagram
V. A LGORITHM F LOWCHART
R EFERENCES