Modeling and Performance Analysis of a Solar PV-Based Mobile Battery Charging System with MPPT Control in MATLAB
- lms editor
- 9 hours ago
- 8 min read
Abstract
This paper presents the modeling, simulation, and performance analysis of a solar photovoltaic (PV) based mobile battery charging system designed for efficient off-grid power delivery to portable electronic devices. The system architecture comprises a solar PV array, a DC-DC buck converter for voltage regulation, and a lithium-ion battery load. The control strategy integrates a Perturb and Observe (P&O) Maximum Power Point Tracking (MPPT) algorithm to continuously harvest maximum available solar power, complemented by a battery management scheme for overcharge protection. Simulations were conducted in MATLAB/Simulink to evaluate system performance under two distinct PV power configurations: a 9W low-power case and a 45W high-power case. Simulation results quantitatively establish a direct relationship between PV source power and battery charging time. A comparative analysis demonstrates that a five-fold increase in PV power dramatically reduces the projected full-charge time for a 6000 mAh battery to approximately 50 minutes. These findings validate the model's effectiveness in demonstrating the viability and performance of the proposed portable solar charging solution.
Keywords
Solar PV, Battery Charger, Buck Converter, MPPT, Perturb and Observe (P&O), State of Charge (SoC)
--------------------------------------------------------------------------------
I. Introduction
The increasing ubiquity of portable electronics necessitates the development of resilient, off-grid power solutions, for which solar photovoltaic systems represent a leading technological pathway. The ability to harness solar energy to power essential devices provides a significant advantage in remote locations or during power outages, underscoring the strategic importance of this technology.
The primary objective of this paper is to present the comprehensive modeling, simulation, and performance analysis of a solar PV-based mobile battery charger. The study focuses on a system designed to efficiently capture solar energy and deliver it to a standard mobile device battery under a robust control framework.
The system architecture consists of three core components: a photovoltaic panel that serves as the variable DC power source, a DC-DC buck converter that acts as the power electronic interface for voltage step-down and regulation, and a lithium-ion battery that functions as the energy storage element. This configuration is governed by an intelligent control system that ensures both maximum power extraction from the PV panel and safe charging of the battery.
This paper is structured as follows: Section II details the proposed system configuration and its constituent components. Section III describes the control strategy, including the MPPT algorithm and battery management logic. Section IV presents the simulation model and its key parameters. Section V discusses the simulation results under different power scenarios, followed by a comparative analysis. Finally, Section VI provides a conclusion and outlines potential directions for future research.
II. Proposed System Configuration
The proposed system is architected to function as an efficient power transfer bridge between a variable-power solar source and a fixed-voltage battery load. Its primary goal is to continuously track the maximum power point of the PV panel and regulate the output to safely and rapidly charge the connected lithium-ion battery. The system's effectiveness relies on the seamless integration of its three core subsystems.
A. System Components
The system's architecture, modeled for simulation, comprises three primary components:
1. Photovoltaic (PV) Array The primary energy source is a solar PV array with a nominal voltage of 12V. The model is designed for inherent scalability, enabling the simulation of various charger capacities by adjusting the number of parallel strings. For instance, configuring two parallel strings would yield an 18W system. This flexibility allows the model to represent a range of commercial charger ratings. For this study, two specific configurations were analyzed:
• A single parallel string, yielding a nominal power output of 9W.
• Five parallel strings, yielding a nominal power output of 45W.
2. DC-DC Buck Converter A DC-DC buck converter serves as the critical power electronic interface between the PV array and the battery. Its primary function is to step-down the higher voltage from the PV panel (~12V) to the lower voltage required by the lithium-ion battery (~5V). The converter's switching duty cycle is actively controlled by the system's logic to regulate power flow, implement the MPPT algorithm, and manage the battery charging process.
3. Lithium-Ion Battery The energy storage element is modeled as a 5V, 6000 mAh lithium-ion battery, representing a typical power bank or mobile device battery. The battery model includes a defined operational voltage range, operating from 3.75V at a 0% State of Charge (SoC) to a maximum of 5.81V at 100% SoC. The model also specifies a maximum discharge current of 2.6 A. For the purpose of simulation, the battery's initial SoC was set to 50% to observe the charging dynamics.
These components are interconnected and governed by a comprehensive control strategy designed to optimize performance and ensure operational safety.
III. Control Strategy
The control system plays a critical role in the charger's operation, serving a dual purpose: it maximizes the energy harvested from the PV panel and simultaneously protects the battery from conditions that could compromise its safety and operational lifespan. This is achieved through the integration of two distinct but complementary control logics.
A. Maximum Power Point Tracking (MPPT) The power output of a solar panel is dependent on solar irradiance and temperature, resulting in a unique current-voltage (I-V) curve with a single point of maximum power output. The fundamental principle of MPPT is to continuously adjust the electrical operating point of the PV panel to coincide with this maximum power point (MPP), thereby maximizing energy extraction.
This system implements the widely used Perturb and Observe (P&O) algorithm. The algorithm's logic proceeds systematically as follows:
1. The instantaneous PV voltage (V) and current (I) are measured.
2. The change in power (dP) and change in voltage (dV) are calculated relative to the previous measurement cycle.
3. A nested decision-making process adjusts the buck converter's duty cycle to track the MPP:
◦ First, the sign of dP is checked.
◦ If dP > 0, indicating the previous perturbation moved the operating point toward the MPP, the sign of dV is checked. If dV > 0, the duty cycle is decreased to continue increasing power; if dV < 0, the duty cycle is increased.
◦ If dP < 0, indicating the previous perturbation moved the operating point away from the MPP, the perturbation direction is reversed. If dV > 0, the duty cycle is increased; if dV < 0, the duty cycle is decreased.
This iterative process ensures the system continuously seeks and tracks the MPP under varying conditions.
B. Battery Charging Management To prevent damage from overcharging, a protective logic is implemented to manage the charging process. This logic governs the gate signal of the buck converter, effectively enabling or disabling the power flow to the battery.
The charging process is permitted to be active only when both of the following conditions are met:
1. The battery's State of Charge (SoC) is less than 100%.
2. The battery's terminal voltage is less than or equal to its maximum specified charging voltage (5.81V).
If either of these conditions is not met, the control logic deactivates the gate signal to the buck converter, halting the charging process. This simple yet effective scheme is essential for ensuring the safety and longevity of the lithium-ion battery.
This integrated control strategy was implemented and tested within the simulation environment to validate its performance.
IV. Simulation Model and Parameters
The proposed solar PV mobile battery charger system and its associated control strategies were modeled and validated using the MATLAB/Simulink environment. This platform allowed for a detailed analysis of the system's dynamic performance under different power input scenarios.
The Simulink model integrates distinct blocks representing the PV array, the DC-DC buck converter, the lithium-ion battery, and the P&O MPPT and battery management control algorithms. These blocks are interconnected to simulate the flow of energy and control signals throughout the system.
The key parameters used to define the system components and simulation conditions are consolidated in the table below.
Table 1: Key Simulation Parameters
Parameter | Value |
PV Panel Nominal Voltage | 12 V |
PV Panel Power (Case 1) | 9 W |
PV Panel Power (Case 2) | 45 W |
Battery Type | Lithium-Ion |
Battery Nominal Voltage | 5 V |
Battery Capacity | 6000 mAh |
Battery Operating Voltage Range | 3.75 V (0% SoC) – 5.81 V (100% SoC) |
Initial State of Charge (SoC) | 50% |
Simulation Duration | 60 seconds |
The following section presents the outcomes obtained from running the simulation with these defined parameters.
V. Results and Discussion
The simulation was executed under two distinct scenarios to rigorously evaluate the impact of the PV array's power capacity on the battery charging performance. The analysis focused on key metrics including PV panel output, battery charging current, and the rate of change of the battery's State of Charge (SoC).
A. Case 1: Low-Power Configuration (9W PV Array) In the first scenario, the system was simulated with a single-string PV array, providing a nominal power of 9W. The performance under this low-power condition was observed as follows:
• The PV panel operated at a voltage of approximately 12V and delivered a current of around 0.72A.
• This resulted in a battery charging current of approximately -1.4A. The negative sign conventionally denotes current flowing into the battery, confirming a charging state.
• The rate of increase in the battery's SoC was observed to be relatively slow, reflecting the limited input power from the panel.
B. Case 2: High-Power Configuration (45W PV Array) In the second scenario, the PV array was configured with five parallel strings to deliver a nominal power of 45W. This configuration yielded significantly improved performance:
• The PV panel supplied a much higher current of approximately 3.8A, achieving a total power output of nearly 45W.
• The battery charging current increased substantially to approximately -6A.
• The charging speed was dramatically faster. The simulation showed a State of Charge increase of 1% within 30 seconds, corresponding to a rate of 2% per minute.
C. Comparative Analysis A direct comparison of the results from Case 1 and Case 2 highlights the profound impact of PV source power on charging efficiency. The five-fold increase in available power (from 9W to 45W) led to a more than four-fold increase in the battery charging current (from -1.4A to -6A). The primary graphical evidence of this accelerated charging dynamic is the significantly steeper slope of the SoC curve in Case 2, confirming a much faster energy transfer rate.
Based on the charging rate observed in the high-power configuration, an analytical projection indicates that the 45W system is capable of charging the 6000 mAh battery from 0% to 100% in approximately 50 minutes. This demonstrates the system's potential for rapid charging when sufficient solar power is available.
The simulation results successfully validate the system's operational design and confirm the direct and critical relationship between the power capacity of the solar source and the efficacy of the battery charger.
VI. Conclusion and Future Scope
This paper successfully detailed the modeling and simulation of a solar PV-based mobile battery charger using MATLAB/Simulink. The objective was to analyze the performance of a system composed of a PV array, a buck converter, and a lithium-ion battery, governed by a Perturb and Observe (P&O) MPPT algorithm and an overcharge protection scheme.
The primary finding of the study is the direct and substantial correlation between the available solar power and the battery charging time. The simulation demonstrated that increasing the PV panel's power from 9W to 45W resulted in a dramatic acceleration of the charging process, reducing the projected full-charge time to under an hour. The MATLAB/Simulink model effectively demonstrated the technical feasibility and operational performance of the proposed design, confirming its potential as a viable solution for off-grid portable charging.
Future Scope
While this study establishes a strong foundation, several avenues for future research could further enhance the system's design and analysis. Potential enhancements include:
• The investigation and implementation of more advanced MPPT algorithms (e.g., Incremental Conductance or fuzzy logic-based controllers) to assess improvements in tracking efficiency.
• The integration of a battery thermal management model to analyze the effects of temperature on charging efficiency and battery health.
• A comprehensive performance analysis of the system under dynamically varying solar irradiance conditions to simulate real-world environmental changes more accurately.
VII. YouTube Video
VIII. Purchase link of the Model
SKU: 0312
Comments