SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1546
Design & Implementation of Heuristic based MPPT Algorithm under
Partial Shading Condition
Akshay Varma1, Parag Pandit2, Palak Mishra3
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Solar energy is radiated light and heat, coming
from the sun which is harnessed using a wide range of
technologies such as passive solar heating, photovoltaic cells
which convert sunlight into electricity, solar thermal
technology, solar architecture and it is an important and
never-ending source of renewable energy. These technologies
are broadly classified as either passive or active depending on
how they capture and distribute solar energyorconvertitinto
solar power. Effectiveness of different solar technologies
mainly depends on the maximum amount of sunlight which
they could be provided with for the purpose of extracting
maximum power. Partial shading conditions have become a
huge challenge for the effectiveness of solarenergy.Inorder to
extract the maximum power from PV modules, the Maximum
Power Point Tracking (MPPT) technology has always been
applied in PV modules. Currently numerous MPPT control
methods have been suggested and presented. The perturband
observe (P&O) and conductance increment methods are the
most popular and widely used under the constant irradiance.
However, these methods exhibit fluctuations among the
maximum power point (MPP). Furthermore, the frequent
changes in the environmental conditions such as cloud cover,
plant shelter, depositing dust and also the building blocks,
leads to the change in radiation and then have a direct effect
on the position of MPP. The performance of theproposedGWO
algorithm will be evaluated by comparing it with the
conventional P&O method in terms of tracking speed and
accuracy.
Key Words: Maximum Power Point Tracking (MPPT)
Algorithms, Enhanced Grey Wolf Optimization, Partial
Shading Conditions (PSCs), Solar energy, Photo Voltaic.
1.INTRODUCTION
There is a lot of energy packed in the Sun. Solar energy is
non-polluting, clean and highly reliable. But the solar panel
system converts around 40% of solar radiation into
electrical energy. The rest of the sunlight that is incident on
the panel is wasted as heat energy. Also, their efficiency
drops drastically even when a small portion is blocked by
fallen debris or a film of dust. The primary obstacle with
solar power that weakens its use is the fact that energy
production only takes place when the Sun is up and shining.
Design and development of large storage systems is
necessary to provide a constant and reliable source of
electricity when the Sun isn't present at night or when any
other environmental conditions strike. To overcome this,
various batteries have been used to store the power. New
technologies and algorithms are being invented and
modified to improve the battery efficiency. Renewable
energy has recently attracted increasing attention of the
researchers due to cleanliness, on-site availability, and
absence of greenhouse gas emission. The power of Sunlight
is converted into DC electricity through photovoltaic (PV)
cells which are usually made of semiconductor materials.
The output characteristics of thePVarraysaredependent on
solar irradiation and cell temperature as the independent
variables of the system. However, solar irradiation on a
certain array may not be uniform due to partial shading
caused by the shadows of passing clouds, trees, or nearby
buildings. Maximum Power Point Tracking (MPPT) is a
technique used commonly with wind turbines and
photovoltaic (PV) solar systems to maximize power
extraction under all conditions. Many algorithms such as
Perturb and observe, Incremental conductance,Hill climbing
method, Current sweep, Constant voltage etc. are
implemented to improve the efficiency of solartracking. The
basic concept of maximum power point tracking (MPPT) is
to adjust the operating point of a converter up to the
maximum in real time such that the system can constantly
operate at the maximum power point (MPP). Working this
way, MPPT enhances conversion efficiency and degrades
power loss. However, the MPP changes with the changes in
the external environment, thereby further increasing the
complexity of tracking the maximum power point.
Recognition and knowledge of the characteristics of PV
system is not necessary for the traditional P&O algorithm.
Thus, this algorithm is straightforward to develop. It works
by commanding a fixed step perturbation on a reference
voltage or current, calculating the output power generated
by the PV system, and analyzing the values before and after
disturbance to determine the directionofthedisturbance for
the next step. If PV power increases, then the directionofthe
disturbance is similar to as that of the last step (i.e., the
system is moving in right direction and towards the MPP);
otherwise, a direction reversal occurs. Despite the
uncomplicated structure of the P&O algorithm, the
fluctuation along the MPP is unavoidable.Recentlythebioor
nature inspired such as Particle Swarm Optimization (PSO)
algorithm, firefly algorithm, bat algorithm etc. have shown
their ability to extract maximum power from an arrayunder
any shading condition. Another similar nature inspired
algorithm proposed known as the Grey Wolf Optimization
(GWO) algorithm, which is based on the wolf's abilities for
hunting in nature. GWO which is a new type of bioinspired
algorithm and in this project this algorithm will be used to
track the MPP of a PV module. To evaluate the performance
of the algorithm, the proposed GWO-based MPPT method
will be implemented on a buck converter, and its
performance will be compared with that of the traditional
P&O algorithm.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1547
2. METHODOLOGY
2.1 BLOCK DIAGRAM
Fig -1: Block diagram of System
Along with all these components a battery is connected as
load and a LCD is connected for taking respective readings.
The proposed design configuration for photovoltaic module
is mainly consisting of buck converter and controller. The
schematic blocks of the designed system consisting of dc-dc
converter with microcontroller PIC18F452 are developed
using Proteus VSM software. The block diagram of proposed
system is as shown in figure. Power stage input which is the
output of PV module is sensed by using voltage sensor and
current sensor (WCS2801) which is sent to the
microcontroller which produces PWM pulses to switch on
the MOSFET. The solar PV module is connected to the dc-dc
converter to control the propagated dc voltage constant
which in turn is connected the battery or dc load. Theoutput
voltage is sensed and sent to the microcontroller. The
algorithm iterates continuously to find the global maximum
point based on the initial search agents. The circuit
algorithm compares the current voltage with the set point
voltage. Also, PV module output and current which are the
inputs to power stage are sensed by using voltage and
current sensors respectively which are displayed bytheLCD
interfaced to the microcontroller.Pulseskippingmodulation
is provided to the gate of MOSFET to turn ON and OFF by the
opto-coupler.
2.2 CIRCUIT DIAGRAM
Fig -2: Circuit diagram of System
The above circuit diagram explains the designed circuit and
also shows the various interconnections between different
components. The various components that can be seeninthe
circuit diagram are the microcontroller, buck converter, LCD
display, wifi module, voltage and current sensor. The buck
converter as evident from the design is connected to the pin
no. 17 of the PIC microcontroller. The 18V solar panels and a
12V battery is also connected to the buck converter. Buck
converter is used for stepping down the voltageincircuit.Pin
no. 1 of PIC is connected to the Vcc i.e., the power source and
pin 38 is connected to ground. Furthermore, for easy
monitoring purpose, we haveusedanESP8266Wi-Fimodule
and implemented IOT by interfacingittoPICmicrocontroller.
The ESP8266 is configured and the Current (in mA) and
Voltage readings are directlydisplayedonthewebserver.Itis
connected to the pin no. 25 & 26 of PIC. The voltage and
current sensors which are used for sensing the respective
parameters are connected to pin no 2 & 3 respectively. The
LCD display connected has various operating modes for
programming it and displaying respective outputs so its
different peripherals are connected to pins 33, 34 and from
pin 37 to 40. A 12MHz crystal oscillatorisusedforthecontrol
and generation of clock frequencies to the circuit and is
connected between the pin numbers 13 & 14.
3. GREY WOLF OPTIMIZATION
Grey wolf optimization is a swarm intelligent technique
developed by Mirjalili et al. 2014, which mimics the
leadership hierarchy of wolves are well known for their
group hunting. Grey wolf belongs to Canidae family and
mostly prefer to live in a pack. They have a strict social
dominant hierarchy; the leader is a male or female, called
Alpha. The alpha is mostly responsible for decision making.
The orders of the dominant wolf should be followed by the
pack. The Betas are auxiliary wolves who co-operate the
alpha in decision making. The beta is an advisor toalpha and
discipliner for the pack. The lower ranking grey wolf is
Omega which has to submit to all otherdominantwolves.Ifa
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1548
wolf is neither an alpha or beta nor omega, is called delta.
Delta wolves dominate omega and reports toalpha andbeta.
The hunting techniques and the social hierarchy of wolves
are mathematically modelled in order to develop GWO and
perform optimization. The GWO algorithm is testedwiththe
standard test functions that indicate that it has superior
exploration and exploitation characteristics than other
swarm intelligence techniques. Grey wolves encircle a pray
when planning a hunt and this behavior canbeimplemented
with the help of following equations-
……..(3.1)
Where, t = current iteration,
D, A & C = coefficient vectors,
Xp = position vector of the prey,
X = position vector of wolf.
The vectors A & C are calculated as follows,
………(3.2)
Where a linearly keeps on decreasing from2 to 0 and r1 & r2
are random vectors in [0,1].
In this method, a combination between GWO anddirectduty
cycle control has been attempted i.e., at MPP the duty cycle
remains steady and constant which leads to the reduction of
steady state oscillations that exist in the traditional MPPT
algorithms which in turn helps in reducing the power loss
resulting in greater system efficiency.
The fitness function of the proposed GWO technique is
calculated as –
……(3.3)
Where, P = power,
d = duty cycle,
I = number of current grey wolves,
K = number of iterations.
The pseudo code developed for the GWO algorithm is
presented as,
1. Initially the search agents are generated Gi (i=1,
2…., j)
2. Vectors a, A and C are initialized
3. Fitness value of each hunt agent is estimated
✓ G(alpha) = the primary hunting agent
✓ G(beta) = the second-best agent
✓ G(delta) = the third best agent
4. Itr=1
5. Repeat the steps
6. For i=1: Gs (grey wolf pack size) renew the
location of the current hunt agent using Equation
(3.1).
7. Again, estimate the fitness value of all hunt agents
8. Values of G(alpha), G(beta), G(delta) are updated
9. Vectors a, A and C are updated
10. Itr=Itr+1
11. Until Itr >= highest number of iterations
12. Output G
The Algorithm according to the Pseudo code and
flowchart is written in MikroC software and simulated
on PIC 18F452 using the Proteus platform. Using Flash
magic the hex file is dumped in the PIC IC.
4. FLOWCHART
Fig -3: Flowchart of System
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1549
5. RESULTS
5.1 OBSERVED RESULTS
Below is the graphical representation of testing for a
period of Ten (10) hours window (8:00 am to 6:00 pm)
during one of the days in March.
Fig -4: Time vs Voltage curve
As observed above, the maximum output was observed
between 11:00 am to 3:00 pm. This durationwasconsidered
as a “Solar Window” for the project.
Tabulated Output for our GWO Algorithm under PSC in
comparison to otherfastconvergingalgorithmslikeP&O and
IPSO
Trackin
g
techniq
ue
Maxim
um
power
(W)
(I/P)
Maxim
um
power
(W)
(O/P)
Maxim
um
Voltage
(V)
Maxim
um
current
(mA)
Trackin
g
Efficien
cy (%)
PO 6.2 1.9 8.54 0.222 30.58
IPSO 6.2 5.9 13.83 0.438 95.47
GWO* 6.2 6.0 13.85 0.431 96.28
Table 1: Performance comparison of GWO
Our Grey Wolf optimization algorithm achieves anefficiency
of 96.28% which as superior as compared to the other two
algorithms taken into consideration.
5.2 EXPERIMENTAL RESULTS
Each solar panel has been divided into 6 columns and hence
we can test different partial shading patterns by covering
each column one by one and observing the output to check if
we have successfully tracked the maximum power point to
get constant voltage at the output.
(1) (2)
(3) (4)
(5)
Fig -5: Testing under different PSC patterns
Partial Shading
Pattern (covering
number of
columns)
Input
Voltage(V)
Output
Voltage
(V)
Current
(A)
Power
(watts)
1 20 13.36 0.464 6.21
2 19 13.37 0.463 6.22
3 17.4 13.37 0.463 6.22
4 17 13.36 0.464 6.21
5 16 13.36 0.464 6.21
Table 2: Results under different PSC patterns
We observe that under different partial shading patterns we
are getting almost constant output with changing input
voltage.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1550
6. ADVANTAGES & APPLICATIONS
6.1 ADVANTAGES
 It does not consume much computational power.
 Can be implemented as analog or digital circuits.
 The temperature varies as per the timehence,there
are no steady-state oscillations.
 Solar system is cost effective. The power purchase
agreement of Gujarat solar plant is Rs.15/unit for
first 12 years and Rs.5/unit for next 30 years.
 The system efficiency is about 95%.
 Enables the efficient use of renewable energy.
 System is implemented using microcontrollers
which intelligent chips, that’s why the system can
be modified considering the need of application.
Use of microcontroller ensures reliability of the
system.
 Temperature sensors are usually very cheap.
 Robust against noise.
6.2 APPLICATIONS
 The solar energy is one of the most competitive
sources of electrical energy, especially photovoltaic
(PV) devices. PV panels are devices that convert
solar energy into electricity in a clean way and offer
an alternative solution of electric power generation
in all industry sectors and domestic applications,
particularly in remote areas.
 The effective implementation of the algorithm can
help to improve harnessing of energy for
agriculture, household and commercial
requirements at less cost and lesser time.
 Easy installation and less complexity can attract
even most consumers to use renewable sources of
energy and spread awareness.
 Use of microcontroller in the project not only
reduces the cost of the entire setup but also helps
for easy debugging of code and use inbuilt libraries.
 The system efficiency is about 95%.
7. CONCLUSION
We, in our project have proposed a heuristic based MPPT
algorithm which is based on the grey wolf hunting pattern
and have acquired results with higher efficiency as
compared to the traditional P&O and IPSO under partial
shading conditions .It was observed that battery was
charged faster using our algorithm as compared to the
traditional way and the difference was around 40 minutes.
We achieved the maximum power point even in shading
patterns (implemented by partially covering up a solar
panel). An efficiency of 96.28 % is achieved with the GWO
algorithm which is superior as compared to the other
implemented methods and hence we can conclude that the
proposed heuristic algorithm can successfully detect the
shading pattern variations and reinitializetheMPPTprocess
displaying superior performance in terms of better tracking
efficiency, steady-state oscillations nearly to null, faster
convergence to GP, and faster and accurate tracking in PV
system under PSCs.
ACKNOWLEDGEMENT
Words are inadequate to express ourdeepsenseofgratitude
to Mrs. Aarti Pawar, our Guide, for her consistent guidance,
inspiration and sympathetic attitude throughout the project
work, which we are sure, will go a long way in our life. We
express our sincere thanks to all our staff and colleagues
who have helped us directly or indirectly in completing this
project. We are grateful for the many useful comments and
suggestions provided by reviewers, which have resulted
significant improvements in project.
REFERENCES
[1] M. P. Raj and A. M. Joshua, "Modeling and performance
analysis of perturb & observe, incremental conductance and
fuzzy logic MPPT controllers," International Conference on
Advances in Electrical Technology forGreenEnergy(ICAETGT),
Coimbatore, India, 2018
[2] Dhananjay P. Labde1, Mrs. Pranita Chavan2, AnantkumarN.
Pimpale, “A Review on MPPT Control Schemes for Large
Generation Single Phase Grid Connected PV Systems “
International Research Journal of Engineering and Technology
(IRJET) May -2017
[3] By D. Sera, T. Kerekes, R. Teodorescu and F. Blaabjerg
,“Improved MPPT Algorithms for Rapidly Changing
Environmental Conditions,” 2016.
[4] Satyajit Mohanty, BidyadharSubudhi,SeniorMember,IEEE,
and Pravat Kumar Ray, Member, IEEE “A New MPPT Design
Using Grey Wolf Optimization Technique for Photovoltaic
System Under Partial Shading Conditions”,IEEEtransactionson
sustainable energy, vol. 7, no. 1, January 2016.
[5] J. Prasanth Ram and N. Rajasekar, Member, IEEE “A novel
Flower Pollination based Global MaximumPowerPointmethod
for Solar Maximum Power Point Tracking”,TPEL-Reg-2016-06-
1119.
[6] Dalila BERIBER and Abdelaziz TALHA, LINS Laboratory,
University of Sciences and Technology Houari Boumediene
Allergies, Algeria “MPPT Techniques for PV Systems”, 4th
International Conference on Power Engineering, Energy and
Electrical Drives Istanbul, Turkey, 13-17 May 2013.
[7] Yi-Hwa Liu, Member, IEEE, Shyh-Ching Huang, Jia-Wei
Huang, and Wen-Cheng Liang “A Particle Swarm Optimization-
Based Maximum Power Point Tracking Algorithm for PV
Systems Operating Under Partially Shaded Conditions”, IEEE
transactions on energy conversion, vol. 27, no. 4, December
2012

More Related Content

What's hot

Attou pub pv_mppt
Attou pub pv_mpptAttou pub pv_mppt
Attou pub pv_mpptAttou
 
IRJET - PV based Power Management System using Smart Inverter
 IRJET - PV based Power Management System using Smart Inverter IRJET - PV based Power Management System using Smart Inverter
IRJET - PV based Power Management System using Smart InverterIRJET Journal
 
A SIMSCAPE based design of a dual maximum power point tracker of a stand-alon...
A SIMSCAPE based design of a dual maximum power point tracker of a stand-alon...A SIMSCAPE based design of a dual maximum power point tracker of a stand-alon...
A SIMSCAPE based design of a dual maximum power point tracker of a stand-alon...IJECEIAES
 
Integral sliding-mode controller for maximum power point tracking in the grid...
Integral sliding-mode controller for maximum power point tracking in the grid...Integral sliding-mode controller for maximum power point tracking in the grid...
Integral sliding-mode controller for maximum power point tracking in the grid...IJECEIAES
 
IRJET- Application of Model Predictive Control in PV-STATCOM for Achieving Fa...
IRJET- Application of Model Predictive Control in PV-STATCOM for Achieving Fa...IRJET- Application of Model Predictive Control in PV-STATCOM for Achieving Fa...
IRJET- Application of Model Predictive Control in PV-STATCOM for Achieving Fa...IRJET Journal
 
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...IJSRP Journal
 
Mppt vs pwm charge controller - which one to take?
Mppt vs pwm charge controller -  which one to take?Mppt vs pwm charge controller -  which one to take?
Mppt vs pwm charge controller - which one to take?NeelHope
 
IRJET- Maximum Power Point Technique (MPPT) for PV System based on Improv...
IRJET-  	  Maximum Power Point Technique (MPPT) for PV System based on Improv...IRJET-  	  Maximum Power Point Technique (MPPT) for PV System based on Improv...
IRJET- Maximum Power Point Technique (MPPT) for PV System based on Improv...IRJET Journal
 
Improved strategy of an MPPT based on the sliding mode control for a PV system
Improved strategy of an MPPT based on the sliding mode control for a PV system  Improved strategy of an MPPT based on the sliding mode control for a PV system
Improved strategy of an MPPT based on the sliding mode control for a PV system IJECEIAES
 
An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...eSAT Journals
 
An Improved Constant Voltage Based MPPT Technique for PMDC Motor
An Improved Constant Voltage Based MPPT Technique for PMDC MotorAn Improved Constant Voltage Based MPPT Technique for PMDC Motor
An Improved Constant Voltage Based MPPT Technique for PMDC MotorIAES-IJPEDS
 
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...IJERA Editor
 
Comparative study and implementation of
Comparative study and implementation ofComparative study and implementation of
Comparative study and implementation ofeSAT Publishing House
 
IRJET - Implementation of Low Harmonics Multilevel Inverter using SPWM
IRJET -  	  Implementation of Low Harmonics Multilevel Inverter using SPWMIRJET -  	  Implementation of Low Harmonics Multilevel Inverter using SPWM
IRJET - Implementation of Low Harmonics Multilevel Inverter using SPWMIRJET Journal
 
Modelling and Simulation of Perturbation and Observation MPPT Algorithm for P...
Modelling and Simulation of Perturbation and Observation MPPT Algorithm for P...Modelling and Simulation of Perturbation and Observation MPPT Algorithm for P...
Modelling and Simulation of Perturbation and Observation MPPT Algorithm for P...IJMTST Journal
 
3 ijaems nov-2015-9-microcontroller based constant voltage maximum power poin...
3 ijaems nov-2015-9-microcontroller based constant voltage maximum power poin...3 ijaems nov-2015-9-microcontroller based constant voltage maximum power poin...
3 ijaems nov-2015-9-microcontroller based constant voltage maximum power poin...INFOGAIN PUBLICATION
 
Comparison between neural network and P&O method in optimizing MPPT control f...
Comparison between neural network and P&O method in optimizing MPPT control f...Comparison between neural network and P&O method in optimizing MPPT control f...
Comparison between neural network and P&O method in optimizing MPPT control f...IJECEIAES
 

What's hot (20)

Attou pub pv_mppt
Attou pub pv_mpptAttou pub pv_mppt
Attou pub pv_mppt
 
IRJET - PV based Power Management System using Smart Inverter
 IRJET - PV based Power Management System using Smart Inverter IRJET - PV based Power Management System using Smart Inverter
IRJET - PV based Power Management System using Smart Inverter
 
A SIMSCAPE based design of a dual maximum power point tracker of a stand-alon...
A SIMSCAPE based design of a dual maximum power point tracker of a stand-alon...A SIMSCAPE based design of a dual maximum power point tracker of a stand-alon...
A SIMSCAPE based design of a dual maximum power point tracker of a stand-alon...
 
Integral sliding-mode controller for maximum power point tracking in the grid...
Integral sliding-mode controller for maximum power point tracking in the grid...Integral sliding-mode controller for maximum power point tracking in the grid...
Integral sliding-mode controller for maximum power point tracking in the grid...
 
IRJET- Application of Model Predictive Control in PV-STATCOM for Achieving Fa...
IRJET- Application of Model Predictive Control in PV-STATCOM for Achieving Fa...IRJET- Application of Model Predictive Control in PV-STATCOM for Achieving Fa...
IRJET- Application of Model Predictive Control in PV-STATCOM for Achieving Fa...
 
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
Development of a Novel Robust Differential Maximum Power Point Tracking (MPPT...
 
Mppt vs pwm charge controller - which one to take?
Mppt vs pwm charge controller -  which one to take?Mppt vs pwm charge controller -  which one to take?
Mppt vs pwm charge controller - which one to take?
 
IRJET- Maximum Power Point Technique (MPPT) for PV System based on Improv...
IRJET-  	  Maximum Power Point Technique (MPPT) for PV System based on Improv...IRJET-  	  Maximum Power Point Technique (MPPT) for PV System based on Improv...
IRJET- Maximum Power Point Technique (MPPT) for PV System based on Improv...
 
Improved strategy of an MPPT based on the sliding mode control for a PV system
Improved strategy of an MPPT based on the sliding mode control for a PV system  Improved strategy of an MPPT based on the sliding mode control for a PV system
Improved strategy of an MPPT based on the sliding mode control for a PV system
 
An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...
 
An Improved Constant Voltage Based MPPT Technique for PMDC Motor
An Improved Constant Voltage Based MPPT Technique for PMDC MotorAn Improved Constant Voltage Based MPPT Technique for PMDC Motor
An Improved Constant Voltage Based MPPT Technique for PMDC Motor
 
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
Performance evaluation of Maximum Power Point Tracking algorithm with buck dc...
 
Implementation in Arduino of MPPT Using Variable Step Size P&O Algorithm in P...
Implementation in Arduino of MPPT Using Variable Step Size P&O Algorithm in P...Implementation in Arduino of MPPT Using Variable Step Size P&O Algorithm in P...
Implementation in Arduino of MPPT Using Variable Step Size P&O Algorithm in P...
 
40220140504010
4022014050401040220140504010
40220140504010
 
Comparative study and implementation of
Comparative study and implementation ofComparative study and implementation of
Comparative study and implementation of
 
IRJET - Implementation of Low Harmonics Multilevel Inverter using SPWM
IRJET -  	  Implementation of Low Harmonics Multilevel Inverter using SPWMIRJET -  	  Implementation of Low Harmonics Multilevel Inverter using SPWM
IRJET - Implementation of Low Harmonics Multilevel Inverter using SPWM
 
Amit kumar
Amit kumarAmit kumar
Amit kumar
 
Modelling and Simulation of Perturbation and Observation MPPT Algorithm for P...
Modelling and Simulation of Perturbation and Observation MPPT Algorithm for P...Modelling and Simulation of Perturbation and Observation MPPT Algorithm for P...
Modelling and Simulation of Perturbation and Observation MPPT Algorithm for P...
 
3 ijaems nov-2015-9-microcontroller based constant voltage maximum power poin...
3 ijaems nov-2015-9-microcontroller based constant voltage maximum power poin...3 ijaems nov-2015-9-microcontroller based constant voltage maximum power poin...
3 ijaems nov-2015-9-microcontroller based constant voltage maximum power poin...
 
Comparison between neural network and P&O method in optimizing MPPT control f...
Comparison between neural network and P&O method in optimizing MPPT control f...Comparison between neural network and P&O method in optimizing MPPT control f...
Comparison between neural network and P&O method in optimizing MPPT control f...
 

Similar to IRJET - Design & Implementation of Heuristic based MPPT Algorithm under Partial Shading Condition

Modeling of Solar System with MPPT Based Inverter Synchronization with Grid i...
Modeling of Solar System with MPPT Based Inverter Synchronization with Grid i...Modeling of Solar System with MPPT Based Inverter Synchronization with Grid i...
Modeling of Solar System with MPPT Based Inverter Synchronization with Grid i...IRJET Journal
 
IRJET- High Accurate Sensorless Dual Axis Solar Tracking System Controlle...
IRJET-  	  High Accurate Sensorless Dual Axis Solar Tracking System Controlle...IRJET-  	  High Accurate Sensorless Dual Axis Solar Tracking System Controlle...
IRJET- High Accurate Sensorless Dual Axis Solar Tracking System Controlle...IRJET Journal
 
Modeling and Simulation of Solar System with MPPT Based Inverter and Grid Syn...
Modeling and Simulation of Solar System with MPPT Based Inverter and Grid Syn...Modeling and Simulation of Solar System with MPPT Based Inverter and Grid Syn...
Modeling and Simulation of Solar System with MPPT Based Inverter and Grid Syn...IRJET Journal
 
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...Editor IJMTER
 
IRJET- Comparative Simulation Study of Grid Connected Perturb & Observe a...
IRJET-  	  Comparative Simulation Study of Grid Connected Perturb & Observe a...IRJET-  	  Comparative Simulation Study of Grid Connected Perturb & Observe a...
IRJET- Comparative Simulation Study of Grid Connected Perturb & Observe a...IRJET Journal
 
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...IRJET Journal
 
IRJET - Maximum Power Extraction by Introducing P&O Technique in PV Grid
IRJET - Maximum Power Extraction by Introducing P&O Technique in PV GridIRJET - Maximum Power Extraction by Introducing P&O Technique in PV Grid
IRJET - Maximum Power Extraction by Introducing P&O Technique in PV GridIRJET Journal
 
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...IRJET Journal
 
maximum power point tracking (mppt)
maximum power point tracking (mppt)maximum power point tracking (mppt)
maximum power point tracking (mppt)Shashikumar Jeevan
 
maximum power point tracking ( mppt)
maximum power point tracking ( mppt)maximum power point tracking ( mppt)
maximum power point tracking ( mppt)Shashikumar Jeevan
 
IRJET- A Fast Converging MPPT Control Technique (GWO) for PV Systems Adaptive...
IRJET- A Fast Converging MPPT Control Technique (GWO) for PV Systems Adaptive...IRJET- A Fast Converging MPPT Control Technique (GWO) for PV Systems Adaptive...
IRJET- A Fast Converging MPPT Control Technique (GWO) for PV Systems Adaptive...IRJET Journal
 
Analysis and Implement of Hybrid ANN PandO Based MPPT Controller to Enhance E...
Analysis and Implement of Hybrid ANN PandO Based MPPT Controller to Enhance E...Analysis and Implement of Hybrid ANN PandO Based MPPT Controller to Enhance E...
Analysis and Implement of Hybrid ANN PandO Based MPPT Controller to Enhance E...ijtsrd
 
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...IRJET Journal
 
Tunicate swarm algorithm based maximum power point tracking for photovoltaic...
Tunicate swarm algorithm based maximum power point  tracking for photovoltaic...Tunicate swarm algorithm based maximum power point  tracking for photovoltaic...
Tunicate swarm algorithm based maximum power point tracking for photovoltaic...IJECEIAES
 
“Performance Analysis of Induction Motor Fed from Hybrid Micro grid system”
“Performance Analysis of Induction Motor Fed from Hybrid Micro grid system”“Performance Analysis of Induction Motor Fed from Hybrid Micro grid system”
“Performance Analysis of Induction Motor Fed from Hybrid Micro grid system”IRJET Journal
 
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic ArrayComparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic ArrayIRJET Journal
 
IRJET- A Fuzzy Logic Control Method for MPPT to Improve Solar System Efficiency
IRJET- A Fuzzy Logic Control Method for MPPT to Improve Solar System EfficiencyIRJET- A Fuzzy Logic Control Method for MPPT to Improve Solar System Efficiency
IRJET- A Fuzzy Logic Control Method for MPPT to Improve Solar System EfficiencyIRJET Journal
 
Simulation of Optimal Control Strategy for a Solar Photovoltaic Power System
Simulation of Optimal Control Strategy for a Solar Photovoltaic Power SystemSimulation of Optimal Control Strategy for a Solar Photovoltaic Power System
Simulation of Optimal Control Strategy for a Solar Photovoltaic Power Systemijtsrd
 

Similar to IRJET - Design & Implementation of Heuristic based MPPT Algorithm under Partial Shading Condition (20)

Modeling of Solar System with MPPT Based Inverter Synchronization with Grid i...
Modeling of Solar System with MPPT Based Inverter Synchronization with Grid i...Modeling of Solar System with MPPT Based Inverter Synchronization with Grid i...
Modeling of Solar System with MPPT Based Inverter Synchronization with Grid i...
 
IRJET- High Accurate Sensorless Dual Axis Solar Tracking System Controlle...
IRJET-  	  High Accurate Sensorless Dual Axis Solar Tracking System Controlle...IRJET-  	  High Accurate Sensorless Dual Axis Solar Tracking System Controlle...
IRJET- High Accurate Sensorless Dual Axis Solar Tracking System Controlle...
 
Modeling and Simulation of Solar System with MPPT Based Inverter and Grid Syn...
Modeling and Simulation of Solar System with MPPT Based Inverter and Grid Syn...Modeling and Simulation of Solar System with MPPT Based Inverter and Grid Syn...
Modeling and Simulation of Solar System with MPPT Based Inverter and Grid Syn...
 
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
AN ADAPTIVE EXTREMUM SEEKING CONTROL FOR REAL TIME OPTIMIZATION IN PHOTOVOLTA...
 
IRJET- Comparative Simulation Study of Grid Connected Perturb & Observe a...
IRJET-  	  Comparative Simulation Study of Grid Connected Perturb & Observe a...IRJET-  	  Comparative Simulation Study of Grid Connected Perturb & Observe a...
IRJET- Comparative Simulation Study of Grid Connected Perturb & Observe a...
 
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
Analysis of Double Moving Average Power Smoothing Methods for Photovoltaic Sy...
 
Maximum power control for photovoltaic system using intelligent strategies
Maximum power control for photovoltaic system using intelligent strategiesMaximum power control for photovoltaic system using intelligent strategies
Maximum power control for photovoltaic system using intelligent strategies
 
IRJET - Maximum Power Extraction by Introducing P&O Technique in PV Grid
IRJET - Maximum Power Extraction by Introducing P&O Technique in PV GridIRJET - Maximum Power Extraction by Introducing P&O Technique in PV Grid
IRJET - Maximum Power Extraction by Introducing P&O Technique in PV Grid
 
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
Maximum Power Point Tracking Technologies for Photovoltaic Efficiency Improve...
 
Adaptive Neuro-Fuzzy Inference System-based Improvement of Perturb and Observ...
Adaptive Neuro-Fuzzy Inference System-based Improvement of Perturb and Observ...Adaptive Neuro-Fuzzy Inference System-based Improvement of Perturb and Observ...
Adaptive Neuro-Fuzzy Inference System-based Improvement of Perturb and Observ...
 
maximum power point tracking (mppt)
maximum power point tracking (mppt)maximum power point tracking (mppt)
maximum power point tracking (mppt)
 
maximum power point tracking ( mppt)
maximum power point tracking ( mppt)maximum power point tracking ( mppt)
maximum power point tracking ( mppt)
 
IRJET- A Fast Converging MPPT Control Technique (GWO) for PV Systems Adaptive...
IRJET- A Fast Converging MPPT Control Technique (GWO) for PV Systems Adaptive...IRJET- A Fast Converging MPPT Control Technique (GWO) for PV Systems Adaptive...
IRJET- A Fast Converging MPPT Control Technique (GWO) for PV Systems Adaptive...
 
Analysis and Implement of Hybrid ANN PandO Based MPPT Controller to Enhance E...
Analysis and Implement of Hybrid ANN PandO Based MPPT Controller to Enhance E...Analysis and Implement of Hybrid ANN PandO Based MPPT Controller to Enhance E...
Analysis and Implement of Hybrid ANN PandO Based MPPT Controller to Enhance E...
 
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
 
Tunicate swarm algorithm based maximum power point tracking for photovoltaic...
Tunicate swarm algorithm based maximum power point  tracking for photovoltaic...Tunicate swarm algorithm based maximum power point  tracking for photovoltaic...
Tunicate swarm algorithm based maximum power point tracking for photovoltaic...
 
“Performance Analysis of Induction Motor Fed from Hybrid Micro grid system”
“Performance Analysis of Induction Motor Fed from Hybrid Micro grid system”“Performance Analysis of Induction Motor Fed from Hybrid Micro grid system”
“Performance Analysis of Induction Motor Fed from Hybrid Micro grid system”
 
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic ArrayComparison of Maximum Power Point Technique for Solar Photovoltaic Array
Comparison of Maximum Power Point Technique for Solar Photovoltaic Array
 
IRJET- A Fuzzy Logic Control Method for MPPT to Improve Solar System Efficiency
IRJET- A Fuzzy Logic Control Method for MPPT to Improve Solar System EfficiencyIRJET- A Fuzzy Logic Control Method for MPPT to Improve Solar System Efficiency
IRJET- A Fuzzy Logic Control Method for MPPT to Improve Solar System Efficiency
 
Simulation of Optimal Control Strategy for a Solar Photovoltaic Power System
Simulation of Optimal Control Strategy for a Solar Photovoltaic Power SystemSimulation of Optimal Control Strategy for a Solar Photovoltaic Power System
Simulation of Optimal Control Strategy for a Solar Photovoltaic Power System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

IRJET - Design & Implementation of Heuristic based MPPT Algorithm under Partial Shading Condition

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1546 Design & Implementation of Heuristic based MPPT Algorithm under Partial Shading Condition Akshay Varma1, Parag Pandit2, Palak Mishra3 ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Solar energy is radiated light and heat, coming from the sun which is harnessed using a wide range of technologies such as passive solar heating, photovoltaic cells which convert sunlight into electricity, solar thermal technology, solar architecture and it is an important and never-ending source of renewable energy. These technologies are broadly classified as either passive or active depending on how they capture and distribute solar energyorconvertitinto solar power. Effectiveness of different solar technologies mainly depends on the maximum amount of sunlight which they could be provided with for the purpose of extracting maximum power. Partial shading conditions have become a huge challenge for the effectiveness of solarenergy.Inorder to extract the maximum power from PV modules, the Maximum Power Point Tracking (MPPT) technology has always been applied in PV modules. Currently numerous MPPT control methods have been suggested and presented. The perturband observe (P&O) and conductance increment methods are the most popular and widely used under the constant irradiance. However, these methods exhibit fluctuations among the maximum power point (MPP). Furthermore, the frequent changes in the environmental conditions such as cloud cover, plant shelter, depositing dust and also the building blocks, leads to the change in radiation and then have a direct effect on the position of MPP. The performance of theproposedGWO algorithm will be evaluated by comparing it with the conventional P&O method in terms of tracking speed and accuracy. Key Words: Maximum Power Point Tracking (MPPT) Algorithms, Enhanced Grey Wolf Optimization, Partial Shading Conditions (PSCs), Solar energy, Photo Voltaic. 1.INTRODUCTION There is a lot of energy packed in the Sun. Solar energy is non-polluting, clean and highly reliable. But the solar panel system converts around 40% of solar radiation into electrical energy. The rest of the sunlight that is incident on the panel is wasted as heat energy. Also, their efficiency drops drastically even when a small portion is blocked by fallen debris or a film of dust. The primary obstacle with solar power that weakens its use is the fact that energy production only takes place when the Sun is up and shining. Design and development of large storage systems is necessary to provide a constant and reliable source of electricity when the Sun isn't present at night or when any other environmental conditions strike. To overcome this, various batteries have been used to store the power. New technologies and algorithms are being invented and modified to improve the battery efficiency. Renewable energy has recently attracted increasing attention of the researchers due to cleanliness, on-site availability, and absence of greenhouse gas emission. The power of Sunlight is converted into DC electricity through photovoltaic (PV) cells which are usually made of semiconductor materials. The output characteristics of thePVarraysaredependent on solar irradiation and cell temperature as the independent variables of the system. However, solar irradiation on a certain array may not be uniform due to partial shading caused by the shadows of passing clouds, trees, or nearby buildings. Maximum Power Point Tracking (MPPT) is a technique used commonly with wind turbines and photovoltaic (PV) solar systems to maximize power extraction under all conditions. Many algorithms such as Perturb and observe, Incremental conductance,Hill climbing method, Current sweep, Constant voltage etc. are implemented to improve the efficiency of solartracking. The basic concept of maximum power point tracking (MPPT) is to adjust the operating point of a converter up to the maximum in real time such that the system can constantly operate at the maximum power point (MPP). Working this way, MPPT enhances conversion efficiency and degrades power loss. However, the MPP changes with the changes in the external environment, thereby further increasing the complexity of tracking the maximum power point. Recognition and knowledge of the characteristics of PV system is not necessary for the traditional P&O algorithm. Thus, this algorithm is straightforward to develop. It works by commanding a fixed step perturbation on a reference voltage or current, calculating the output power generated by the PV system, and analyzing the values before and after disturbance to determine the directionofthedisturbance for the next step. If PV power increases, then the directionofthe disturbance is similar to as that of the last step (i.e., the system is moving in right direction and towards the MPP); otherwise, a direction reversal occurs. Despite the uncomplicated structure of the P&O algorithm, the fluctuation along the MPP is unavoidable.Recentlythebioor nature inspired such as Particle Swarm Optimization (PSO) algorithm, firefly algorithm, bat algorithm etc. have shown their ability to extract maximum power from an arrayunder any shading condition. Another similar nature inspired algorithm proposed known as the Grey Wolf Optimization (GWO) algorithm, which is based on the wolf's abilities for hunting in nature. GWO which is a new type of bioinspired algorithm and in this project this algorithm will be used to track the MPP of a PV module. To evaluate the performance of the algorithm, the proposed GWO-based MPPT method will be implemented on a buck converter, and its performance will be compared with that of the traditional P&O algorithm.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1547 2. METHODOLOGY 2.1 BLOCK DIAGRAM Fig -1: Block diagram of System Along with all these components a battery is connected as load and a LCD is connected for taking respective readings. The proposed design configuration for photovoltaic module is mainly consisting of buck converter and controller. The schematic blocks of the designed system consisting of dc-dc converter with microcontroller PIC18F452 are developed using Proteus VSM software. The block diagram of proposed system is as shown in figure. Power stage input which is the output of PV module is sensed by using voltage sensor and current sensor (WCS2801) which is sent to the microcontroller which produces PWM pulses to switch on the MOSFET. The solar PV module is connected to the dc-dc converter to control the propagated dc voltage constant which in turn is connected the battery or dc load. Theoutput voltage is sensed and sent to the microcontroller. The algorithm iterates continuously to find the global maximum point based on the initial search agents. The circuit algorithm compares the current voltage with the set point voltage. Also, PV module output and current which are the inputs to power stage are sensed by using voltage and current sensors respectively which are displayed bytheLCD interfaced to the microcontroller.Pulseskippingmodulation is provided to the gate of MOSFET to turn ON and OFF by the opto-coupler. 2.2 CIRCUIT DIAGRAM Fig -2: Circuit diagram of System The above circuit diagram explains the designed circuit and also shows the various interconnections between different components. The various components that can be seeninthe circuit diagram are the microcontroller, buck converter, LCD display, wifi module, voltage and current sensor. The buck converter as evident from the design is connected to the pin no. 17 of the PIC microcontroller. The 18V solar panels and a 12V battery is also connected to the buck converter. Buck converter is used for stepping down the voltageincircuit.Pin no. 1 of PIC is connected to the Vcc i.e., the power source and pin 38 is connected to ground. Furthermore, for easy monitoring purpose, we haveusedanESP8266Wi-Fimodule and implemented IOT by interfacingittoPICmicrocontroller. The ESP8266 is configured and the Current (in mA) and Voltage readings are directlydisplayedonthewebserver.Itis connected to the pin no. 25 & 26 of PIC. The voltage and current sensors which are used for sensing the respective parameters are connected to pin no 2 & 3 respectively. The LCD display connected has various operating modes for programming it and displaying respective outputs so its different peripherals are connected to pins 33, 34 and from pin 37 to 40. A 12MHz crystal oscillatorisusedforthecontrol and generation of clock frequencies to the circuit and is connected between the pin numbers 13 & 14. 3. GREY WOLF OPTIMIZATION Grey wolf optimization is a swarm intelligent technique developed by Mirjalili et al. 2014, which mimics the leadership hierarchy of wolves are well known for their group hunting. Grey wolf belongs to Canidae family and mostly prefer to live in a pack. They have a strict social dominant hierarchy; the leader is a male or female, called Alpha. The alpha is mostly responsible for decision making. The orders of the dominant wolf should be followed by the pack. The Betas are auxiliary wolves who co-operate the alpha in decision making. The beta is an advisor toalpha and discipliner for the pack. The lower ranking grey wolf is Omega which has to submit to all otherdominantwolves.Ifa
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1548 wolf is neither an alpha or beta nor omega, is called delta. Delta wolves dominate omega and reports toalpha andbeta. The hunting techniques and the social hierarchy of wolves are mathematically modelled in order to develop GWO and perform optimization. The GWO algorithm is testedwiththe standard test functions that indicate that it has superior exploration and exploitation characteristics than other swarm intelligence techniques. Grey wolves encircle a pray when planning a hunt and this behavior canbeimplemented with the help of following equations- ……..(3.1) Where, t = current iteration, D, A & C = coefficient vectors, Xp = position vector of the prey, X = position vector of wolf. The vectors A & C are calculated as follows, ………(3.2) Where a linearly keeps on decreasing from2 to 0 and r1 & r2 are random vectors in [0,1]. In this method, a combination between GWO anddirectduty cycle control has been attempted i.e., at MPP the duty cycle remains steady and constant which leads to the reduction of steady state oscillations that exist in the traditional MPPT algorithms which in turn helps in reducing the power loss resulting in greater system efficiency. The fitness function of the proposed GWO technique is calculated as – ……(3.3) Where, P = power, d = duty cycle, I = number of current grey wolves, K = number of iterations. The pseudo code developed for the GWO algorithm is presented as, 1. Initially the search agents are generated Gi (i=1, 2…., j) 2. Vectors a, A and C are initialized 3. Fitness value of each hunt agent is estimated ✓ G(alpha) = the primary hunting agent ✓ G(beta) = the second-best agent ✓ G(delta) = the third best agent 4. Itr=1 5. Repeat the steps 6. For i=1: Gs (grey wolf pack size) renew the location of the current hunt agent using Equation (3.1). 7. Again, estimate the fitness value of all hunt agents 8. Values of G(alpha), G(beta), G(delta) are updated 9. Vectors a, A and C are updated 10. Itr=Itr+1 11. Until Itr >= highest number of iterations 12. Output G The Algorithm according to the Pseudo code and flowchart is written in MikroC software and simulated on PIC 18F452 using the Proteus platform. Using Flash magic the hex file is dumped in the PIC IC. 4. FLOWCHART Fig -3: Flowchart of System
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1549 5. RESULTS 5.1 OBSERVED RESULTS Below is the graphical representation of testing for a period of Ten (10) hours window (8:00 am to 6:00 pm) during one of the days in March. Fig -4: Time vs Voltage curve As observed above, the maximum output was observed between 11:00 am to 3:00 pm. This durationwasconsidered as a “Solar Window” for the project. Tabulated Output for our GWO Algorithm under PSC in comparison to otherfastconvergingalgorithmslikeP&O and IPSO Trackin g techniq ue Maxim um power (W) (I/P) Maxim um power (W) (O/P) Maxim um Voltage (V) Maxim um current (mA) Trackin g Efficien cy (%) PO 6.2 1.9 8.54 0.222 30.58 IPSO 6.2 5.9 13.83 0.438 95.47 GWO* 6.2 6.0 13.85 0.431 96.28 Table 1: Performance comparison of GWO Our Grey Wolf optimization algorithm achieves anefficiency of 96.28% which as superior as compared to the other two algorithms taken into consideration. 5.2 EXPERIMENTAL RESULTS Each solar panel has been divided into 6 columns and hence we can test different partial shading patterns by covering each column one by one and observing the output to check if we have successfully tracked the maximum power point to get constant voltage at the output. (1) (2) (3) (4) (5) Fig -5: Testing under different PSC patterns Partial Shading Pattern (covering number of columns) Input Voltage(V) Output Voltage (V) Current (A) Power (watts) 1 20 13.36 0.464 6.21 2 19 13.37 0.463 6.22 3 17.4 13.37 0.463 6.22 4 17 13.36 0.464 6.21 5 16 13.36 0.464 6.21 Table 2: Results under different PSC patterns We observe that under different partial shading patterns we are getting almost constant output with changing input voltage.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 04 | Apr 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1550 6. ADVANTAGES & APPLICATIONS 6.1 ADVANTAGES  It does not consume much computational power.  Can be implemented as analog or digital circuits.  The temperature varies as per the timehence,there are no steady-state oscillations.  Solar system is cost effective. The power purchase agreement of Gujarat solar plant is Rs.15/unit for first 12 years and Rs.5/unit for next 30 years.  The system efficiency is about 95%.  Enables the efficient use of renewable energy.  System is implemented using microcontrollers which intelligent chips, that’s why the system can be modified considering the need of application. Use of microcontroller ensures reliability of the system.  Temperature sensors are usually very cheap.  Robust against noise. 6.2 APPLICATIONS  The solar energy is one of the most competitive sources of electrical energy, especially photovoltaic (PV) devices. PV panels are devices that convert solar energy into electricity in a clean way and offer an alternative solution of electric power generation in all industry sectors and domestic applications, particularly in remote areas.  The effective implementation of the algorithm can help to improve harnessing of energy for agriculture, household and commercial requirements at less cost and lesser time.  Easy installation and less complexity can attract even most consumers to use renewable sources of energy and spread awareness.  Use of microcontroller in the project not only reduces the cost of the entire setup but also helps for easy debugging of code and use inbuilt libraries.  The system efficiency is about 95%. 7. CONCLUSION We, in our project have proposed a heuristic based MPPT algorithm which is based on the grey wolf hunting pattern and have acquired results with higher efficiency as compared to the traditional P&O and IPSO under partial shading conditions .It was observed that battery was charged faster using our algorithm as compared to the traditional way and the difference was around 40 minutes. We achieved the maximum power point even in shading patterns (implemented by partially covering up a solar panel). An efficiency of 96.28 % is achieved with the GWO algorithm which is superior as compared to the other implemented methods and hence we can conclude that the proposed heuristic algorithm can successfully detect the shading pattern variations and reinitializetheMPPTprocess displaying superior performance in terms of better tracking efficiency, steady-state oscillations nearly to null, faster convergence to GP, and faster and accurate tracking in PV system under PSCs. ACKNOWLEDGEMENT Words are inadequate to express ourdeepsenseofgratitude to Mrs. Aarti Pawar, our Guide, for her consistent guidance, inspiration and sympathetic attitude throughout the project work, which we are sure, will go a long way in our life. We express our sincere thanks to all our staff and colleagues who have helped us directly or indirectly in completing this project. We are grateful for the many useful comments and suggestions provided by reviewers, which have resulted significant improvements in project. REFERENCES [1] M. P. Raj and A. M. Joshua, "Modeling and performance analysis of perturb & observe, incremental conductance and fuzzy logic MPPT controllers," International Conference on Advances in Electrical Technology forGreenEnergy(ICAETGT), Coimbatore, India, 2018 [2] Dhananjay P. Labde1, Mrs. Pranita Chavan2, AnantkumarN. Pimpale, “A Review on MPPT Control Schemes for Large Generation Single Phase Grid Connected PV Systems “ International Research Journal of Engineering and Technology (IRJET) May -2017 [3] By D. Sera, T. Kerekes, R. Teodorescu and F. Blaabjerg ,“Improved MPPT Algorithms for Rapidly Changing Environmental Conditions,” 2016. [4] Satyajit Mohanty, BidyadharSubudhi,SeniorMember,IEEE, and Pravat Kumar Ray, Member, IEEE “A New MPPT Design Using Grey Wolf Optimization Technique for Photovoltaic System Under Partial Shading Conditions”,IEEEtransactionson sustainable energy, vol. 7, no. 1, January 2016. [5] J. Prasanth Ram and N. Rajasekar, Member, IEEE “A novel Flower Pollination based Global MaximumPowerPointmethod for Solar Maximum Power Point Tracking”,TPEL-Reg-2016-06- 1119. [6] Dalila BERIBER and Abdelaziz TALHA, LINS Laboratory, University of Sciences and Technology Houari Boumediene Allergies, Algeria “MPPT Techniques for PV Systems”, 4th International Conference on Power Engineering, Energy and Electrical Drives Istanbul, Turkey, 13-17 May 2013. [7] Yi-Hwa Liu, Member, IEEE, Shyh-Ching Huang, Jia-Wei Huang, and Wen-Cheng Liang “A Particle Swarm Optimization- Based Maximum Power Point Tracking Algorithm for PV Systems Operating Under Partially Shaded Conditions”, IEEE transactions on energy conversion, vol. 27, no. 4, December 2012