Report On MPPT
Report On MPPT
Report On MPPT
On
BACHELOR OF TECHNOLOGY
In
Submitted By
N.MUVINESH (RA1511004040042)
S.SUDHARSUN (RA1511004040066)
Ms.P.SUMATHY
Certified that this project report titled “A NOVAL APPROACH TO IMPLEMENT THE
MAXIMUM POWER POINT TRACKING USING FUZZY LOGIC” is the bonafied work of
N.MUVINESH (RA1511004040042), S.SUDHARSUN (RA1511004040066) &
V.L.MANJUSHA (RA1511004040079) who carried out the project work under my
supervision as a batch. Certified further, that to the best of my knowledge the work reported
herein does not from any other project on the basis of which a degree or award was conferred
on an earlier occasion for this or any other candidate.
Date:
Submitted for IST Examination held in April 2019 at SRM INSTITUTE OF SCIENCE AND
TECHNOLOGY, Vadapalani, Chennai-600 026.
CHAPTER 3: COMPONENTS.................................................................................................................... 10
In India, more than 400 million people in rural areas have no access to
electricity, the existing electric grids are incapable of satisfying the need of
electricity all over the country.
Non-renewable resources that are currently being used for generating electricity
are substantially subjected to depletion which calls for an urgent need for
renewable resources such as solar power, wind power, tidal power etc.
In the modern world, demand for renewable energy is rising and its usage is
becoming a must in order to satisfy the requirements and fulfil the slot to
alternate non-renewable energy sources.
With the invention of various energy harnessing techniques using natural energy
sources such as sun, wind, water etc, it is made possible to meet the
requirements and provide cost-effective non-exhaustive power resources.
The solar panel has an internal resistance which changes with respect to
irradiance and temperature. The cell delivers its rated power only at a specific
load and voltage and this, in turn, depends on the varying intensity of sunlight.
As long as the load matches with the internal resistance, maximum power can be
drawn. If the load is great or lesser than the internal resistance of the solar cell
then the cell delivers the power lesser than the rated power. Therefore, it is
important to match the load with the internal resistance which can be done using
a buck-boost converter which varies its duty cycle to track the maximum power
point tracking.
This concept is inspired to bring change in the limited power supply in rural areas
and make the most of the renewable resources which are perennially available in
ample amounts.
The operating voltage is 5V and the input voltage can vary from 7 to 12V. It
contains 14 digital pins, 8 analog Pins, 2 Reset Pins & 6 Power Pins.
The only drawback of Arduino Nano is that it does not come with a DC power
jack forcing us to give the power externally using a battery. It is the most preferred
choice because of its compatibility and its breadboard friendly nature.
This is used for fuzzy logic implementation and MPPT manipulation. This is the
heart of the entire system which has good capabilities and features.
3.2 Buck Converter
MOSFET driver is a high-speed power Mosfet and IGT driver with high
voltage, which depends on high and low side referenced output channels.
Minimum driver cross-conduction is obtained with the help of these output
drivers.
Figure 3.0.5 MOSFET Driver
These are a series of fixed and adjustable voltage regulators that provides
up to 10A current. Its vital advantages are low dropout voltage, on-chip thermal
limiting, load regulation of 0.2% and optimized for low voltage.
Toroidal core and magnetic wire are used to make this inductor by winding
the magnetic wire over the toroidal core, these are in the shape of a donut or a
ring. The toroid is made from 50% nickel and 50% iron powder or ferrite alloy.
It has higher magnetic field, inductance and Q factor than the normal inductors
due to its wound nature into a closed-loop.
Along with these major components, other discrete components like
inductors, resistors, capacitors, LCD display, MOSFETs, regulators and
comparators are used.
Figure 3.7 Toroidal core wounded Inductor
CHAPTER 4: ALGORITHMS
Fractional Open Circuit Voltage is improved from the basic ideology that
the MPP of a solar panel is always proportional to the open circuit voltage. The
Voltage reference and Open circuit voltage are formulated using the below
formula,
Most of the times the k is found equal to 0.76. This is a fixed ratio framed
empirically by our references.
𝑑𝐼 𝐼 𝑑𝑃
= − & = 0, when Panel output is at MPP.
𝑑𝑉 𝑉 𝑑𝑉
𝒅𝑰 𝑰 𝒅𝑷
= − & < 𝟎, when Panel output is above MPP.
𝒅𝑽 𝑽 𝒅𝑽
𝒅𝑰 𝑰 𝒅𝑷
= − & > 𝟎, when Panel output is below MPP.
𝒅𝑽 𝑽 𝒅𝑽
Here the derivative dI/dV and -I/V is the foundation of the equations measuring
MPP. It will be stable unless like the perturb and observe oscillating back and
forth between the irradiance values. This method drastically improves the power
efficiency and optimizes the energy output levels.
In this project, fuzzy logic is utilised to convert the given inputs to the fuzzy
form, process the fuzzy control using the rules and conditions, and de-fuzzify
these values back to normalized values. The main reason for such kind of
approach is to improve efficiency and accuracy.
The above figure shows the block diagram of the process where MPPT is
performed using the fuzzy logic. Here the initial inputs are normalised and
fuzzified using rules that are designed according to the requirements.
At the output end, defuzzification is done to get back the normalised values. On
obtaining these values, feedback control is functioned based on the algorithm
shown below fig (5.1) where the comparison is done based on the power gradient
by manipulating the current or voltage values and MPPT is fixed when a
particular power gradient is obtained.
CHAPTER 6: HARDWARE AND SOFTWARE IMPLEMENTATION
From this we can ensure that buck converter is working fine. Buck converter is
also available as a packaged IC and numbered as LM2596 DC-DC. We first
worked with the hand winded inductor and capacitor. For fabrication purpose
we decided to move for a packaged LM2596 IC.
Arduino Nano is responsible for generating the analog signal as it outputs 0 for
0V and 1023 for 5V. As because analog signals oscillate from 0-5V.
Finally, sub-modules are checked and tested for any sort of cautious
behaviours, malfunctions of IC’s, mismatching of specifications and ready to
face a 50W solar powered array for tracking peak power. The final schematic as
shown in fig () is connected in breadboard and the inputs are given from the
solar panel which delivers a 50W power output to measure a MPP.
Figure 6.2.4 Final Implementation
MATLAB and Simulink made an entry and to make things easy to learn
and implement the same. Simulink is a hardware support software used to
simulate electronic circuits. Simscape electrical is a product by Mathworks to
assist with the power electronic converters and power grids. It’s a similar
software to PSPICE in constructing models.
Figure 6.3.1 Simulink Simulation
Figure 6.3.3 Simulation outputs