SlideShare a Scribd company logo
Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 
www.ijera.com 73 | P a g e 
Microcontroller Based Solar tracking System for enhancing efficiency of a Photovoltaic system Shaifali Jain, Ragi Jain Assistant Professor, Department of EECE, ITM University, Gurgaon(HR) Assistant Professor, Adina Institute of Science and Technology, Sagar(M.P.) Abstract In today‟s scenario of increasing energy needs, there is a huge dependence on renewable energy sources along with the conventional sources. One of the most important renewable energy resources is the sun. However, the problem with solar power is that it is directly dependent on light intensity. To produce the maximum amount of energy, a solar panel must be perpendicular to the light source. Because the sun moves both throughout the day as well as throughout a year, a solar panel must be able to follow the sun‟s movement to produce the maximum possible power. There are a large number of methods available for solar tracking and hence maximizing the output .This paper proposes an Arduino Uno microcontroller board based solar tracking system. As compared to the conventional solar panels, the one mounted with microcontroller based tracking system will give enhanced output. Key Words: Microcontroller, Tracking, Light Dependent Resistors. 
I. Introduction With the impending scarcity of non-renewable resources, people are considering to use alternate sources of energy. From all other available resources sun energy is the most abundant and it‟s comparatively easy to convert it to electrical energy. Use of solar panel to convert sun‟s energy to electrical is very popular, but due to transition of the Sun from east to west the fixed solar panel may not be able to generate optimum energy. A solar panel in unification with a tracking system can provide best results. This tracking movement is achieved by coupling a stepper motor to the solar panel such that the panel maintains its face always perpendicular to the Sun to generate maximum energy. This is achieved by using a programmed microcontroller to deliver stepped pulses in periodical time intervals for the stepper motor to rotate the mounted panel as desired. Further the project can be enhanced by using RTC (Real Time Clock) to follow the Sun. This helps in maintaining the required position of the panel even if the power is interrupted for some time. 
II. Types of solar trackers: 
 Passive 
 Active 
 Passive Solar Tracking:- 
RESEARCH ARTICLE OPEN ACCESS
Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 
www.ijera.com 74 | P a g e 
This system uses the idea of thermal expansion of materials as method for tracking. Typically a chlorofluorocarbon (CFC) or a type of shape memory alloy is placed on either side of solar panel. When the panel is perpendicular with the sun, the two sides are at equilibrium. Once the sun moves, one side is heated and causes one side to expand and the other to contract, causing the solar panel to rotate. 
 Active Solar Tracking : 
 Astronomical: The electronic system calculates the current position of the Sun at the location and the tracking motor moves the solar modules perpendicular to the Sun at pre-set times intervals using precise coordinates. 
 Sensor Controlled: Instead of aligning the modules using the astronomical position of the Sun, a tracking system fitted with light sensor points the solar panels towards the brightest points in the sky. Under a complete overcast sky for example, the modules will be in a horizontal position. 
III. Proposed System for Solar Tracking 
 Block diagram 
Description
Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 
www.ijera.com 75 | P a g e 
1. Sensors: 
Light dependent resistors (LDR) are used for sensing the light intensity falling on them. Based on the configuration of these resistors, the software coding and the direction of maximum light intensity, proper control signals are generated for the servomotors. 
2. A/D Converter: 
This is used to convert the analog voltage signal from the sensors into binary digital levels to be processed by the ALU. It is inherently present in the microcontroller. 
3. ALU: 
This is used to process the input signal levels from the sensors and provide the resulting control signals to servomotors. This is also present inside the microcontroller. 
4. Motor: 
Two servomotors have been used. The lower motor rotates the solar panel in the horizontal plane and the upper motor in the azimuthal plane. Based on the control signals generated by the microprocessor, the movement of two motors is controlled and so the inclination of the solar panel. 
5. Solar panel 
The solar panel is used to harness the solar energy falling on it, and converting it into corresponding voltage to be stored as electrochemical energy. 
6. Battery 
The battery is used to store the electrochemical energy generated by the solar panel. 
7. Power Supply: 
A constant D.C. power supply is needed to provide proper biasing to the LDRs and also to give power supply to the servomotors. 
 Flowchart depicting the operation of solar tracker
Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 
www.ijera.com 76 | P a g e 
Description of the Flow Chart 
 If the light intensity in the Left, Centre and Right LDR‟s are the same , then no operation takes place else: 
 If the intensity of left LDR is greater than the Centre LDR and that of Right LDR 
Less than that of Centre LDR, then the lower servomotor moves one unit left. 
 In the opposite case, the lower servomotor moves one unit right. 
 If the light intensity in the left, Centre and Right LDR „s are the same, then no operation takes place 
 If the intensity of top LDR is greater than the Centre LDR and that of Bottom LDR less than that of Centre LDR, then the upper servomotor moves one unit up. 
 In the opposite case, the upper servomotor moves one unit down. 
 READINGS OBTAINED WITH/WITHOUT TRACKING 
TRACKING OFF 
S.No. 
Time of Day 
Voltage generated in volts 
Current generated in mA 
1 
08:00 
6.59 
86.9 
2 
09:00 
6.63 
90.8 
3 
10:00 
6.56 
55.5 
4 
11:00 
6.42 
49.6 
5 
12:00 
6.30 
40.7 
6 
13:00 
5.90 
20.7 
7 
14:00 
5.67 
17.4 
8 
15:00 
5.40 
10.6 
9 
16:00 
5.25 
6.4 
TRACKING ON 
S.No. 
Time of Day 
Voltage generated in volts 
Current generated in mA 
1 
08:00 
6.67 
82.9 
2 
09:00 
6.46 
93.8 
3 
10:00 
6.30 
58.4 
4 
11:00 
6.37 
50.0 
5 
12:00 
6.47 
45.2 
6 
13:00 
6.25 
35.8 
7 
14:00 
6.21 
30.3 
8 
15:00 
6.10 
28.2 
9 
16:00 
5.95 
20.6
Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 
www.ijera.com 77 | P a g e 
8 9 10 11 12 13 14 15 16 
0 
10 
20 
30 
40 
50 
60 
70 
80 
90 
100 
Current generated (V) vs time of day 
Time in hours 
Current generated 
Tracking off 
Tracking on 
8 9 10 11 12 13 14 15 16 
5.2 
5.4 
5.6 
5.8 
6 
6.2 
6.4 
6.6 
6.8 
7 
Voltage generated (V) vs time of day 
Time in hours 
Voltage generated 
Tracking off 
Tracking on
Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com 
ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 
www.ijera.com 78 | P a g e 
IV. Conclusions: 
From the tables above, it can be concluded that till the time 12 noon, when the sun reaches exactly overhead, the energy levels are not significantly different in tracking off and on conditions but after 12 noon, significant difference in levels can be observed in the attained values. This is the time when the solar tracker plays an important role in extracting more energy than it would have without tracking. With the values obtained, an average percentage increase of approximately 18% in the power output can be seen. These values are obtained from a low grade solar cell and minor errors in the control systems, with the use of a high grade solar cell and sophisticated circuitry, these values can be improved and higher increase in the power output can be seen. References: 
[1.] A.B.Afarulrazi, W.M.Utomo, K.L.Liew and M. Zarafi “Solar Tracker Robot using Microcontroller” published in 2011 International Conference on Business, Engineering and Industrial Applications. 
[2.] Md.Tanvir Arafat Khan, S.M.Shahrear Tanzil, Rifat Rahman, SM Shafiul Alam “Design and Construction of an Automatic Solar Tracking System” published in 6th International Conference on Electrical and Computer Engineering ICECE 2010, 18-20 December 2010, Dhaka, Bangladesh. 
[3.] Nader Barsoum “Implementation of a Prototype for a traditional Solar tracking system” published in the 2009 third UKSim European Symposium on Computer Modelling and Simulation. 
[4.] Lwin Lwin Oo and Nang Kaythi Hlaing “Microcontroller Based Two Axis Solar Tracking System” published in Second International Conference on Computer Research and Development. 
[5.] Shen, C.L.; Tsai, C.T. Double-linear approximation algorithm to achieve maximum-power-point tracking for photovoltaic arrays. Energies 2012, 5, 1982–1997. 
[6.] Liu, K.H. Dynamic characteristics and graphic monitoring design of photovoltaic energy conversion system. WSEAS Trans. Syst. 2010, 10, 239–248. 
[7.] Nayak, S.R.; Pradhan, C.R. Solar tracking application. IOSR J. Eng. 2012, 2, 1278–1281. 
[8.] Rubio, F.R.; Ortega, M.G.; Gordillo, F.; Lopez-Martinez, M. “Application of new control strategy for sun tracking. Energ.” Conv. Manage. 2007, 48, 2174–2184. 
[9.] Blanco-Muriel, M.; Alarcon-Padilla, D.C.; Lopez-Moratalla, T.; Lara-Coira, M. Computing the solar vector. Solar Energy 2001, 70, 431–441. 
[10.] Chong, K.K.; Siaw, F.L.; Wong, C.W.; Wong, G.S. Design and construction of non-imaging planar concentrator for concentrator photovoltaic system. Renewable Energy 2009, 34, 1364–1370. 
[11.] Grena, R. An algorithm for the computation of the solar position. Solar Energy 2008, 82, 462–470. 
[12.] Saravanan, C.; Panneerselvam, M.A.; Christopher, I.W. A novel low cost automatic solar tracking system. Int. J. Comput. Appl. 2011, 31, 62–67. 
[13.] Arbab, H.; Jazi, B.; Rezagholizadeh, M. A computer tracking system of solar dish with two-axis degree freedoms based on picture processing of bar shadow. Renewable Energy 2009, 34, 1114–1118.

More Related Content

What's hot

solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotra
Kanav Mansotra
 
Development of FPGA based Dual Axis Solar Tracking System
Development of FPGA based Dual Axis Solar Tracking SystemDevelopment of FPGA based Dual Axis Solar Tracking System
Development of FPGA based Dual Axis Solar Tracking System
drboon
 
IRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using ArduinoIRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using Arduino
IRJET Journal
 
Dual axis
Dual axis Dual axis
Dual axis
mohdMoon1
 
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking SystemIRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
IRJET Journal
 
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSORDUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
Swetanshmani Shrivastava
 
Iv sem report project final report[735] 1
Iv sem report project final report[735] 1Iv sem report project final report[735] 1
Iv sem report project final report[735] 1
MeenakshiRatnawat
 
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
International Journal of Power Electronics and Drive Systems
 
solar-tracker presentation
solar-tracker presentationsolar-tracker presentation
solar-tracker presentation
Rupjyoti Nath
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar tracker
Raghav S
 
Solar Tracking System
Solar Tracking SystemSolar Tracking System
Solar Tracking System
Gerro Prinsloo
 
Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System
IRJET Journal
 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker System
IRJET Journal
 
single axis solar tracker with out micro controller
single axis solar tracker with out micro controllersingle axis solar tracker with out micro controller
single axis solar tracker with out micro controller
Narendhar Kumar
 
Effects of dual axis solar tracker
Effects of dual axis solar trackerEffects of dual axis solar tracker
Effects of dual axis solar tracker
Yogesh Verma
 
IRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar Tracker
IRJET Journal
 
DESIGN AND DEVELOPMENT OF SUN TRACKER SOLAR POWER
DESIGN AND DEVELOPMENT OF SUN TRACKER SOLAR POWERDESIGN AND DEVELOPMENT OF SUN TRACKER SOLAR POWER
DESIGN AND DEVELOPMENT OF SUN TRACKER SOLAR POWER
Anuj Mishra
 
IRJET - Study and Analysis of Arduino based Solar Tracking Panel
IRJET - Study and Analysis of Arduino based Solar Tracking PanelIRJET - Study and Analysis of Arduino based Solar Tracking Panel
IRJET - Study and Analysis of Arduino based Solar Tracking Panel
IRJET Journal
 
The Short and Long Term Peace Strategies: "Anglophone" Crisis, Cameroon
The Short and Long Term Peace Strategies: "Anglophone" Crisis, CameroonThe Short and Long Term Peace Strategies: "Anglophone" Crisis, Cameroon
The Short and Long Term Peace Strategies: "Anglophone" Crisis, Cameroon
ijtsrd
 
Solar tracking systems
Solar tracking systemsSolar tracking systems

What's hot (20)

solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotra
 
Development of FPGA based Dual Axis Solar Tracking System
Development of FPGA based Dual Axis Solar Tracking SystemDevelopment of FPGA based Dual Axis Solar Tracking System
Development of FPGA based Dual Axis Solar Tracking System
 
IRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using ArduinoIRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using Arduino
 
Dual axis
Dual axis Dual axis
Dual axis
 
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking SystemIRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
 
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSORDUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
 
Iv sem report project final report[735] 1
Iv sem report project final report[735] 1Iv sem report project final report[735] 1
Iv sem report project final report[735] 1
 
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
 
solar-tracker presentation
solar-tracker presentationsolar-tracker presentation
solar-tracker presentation
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar tracker
 
Solar Tracking System
Solar Tracking SystemSolar Tracking System
Solar Tracking System
 
Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System
 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker System
 
single axis solar tracker with out micro controller
single axis solar tracker with out micro controllersingle axis solar tracker with out micro controller
single axis solar tracker with out micro controller
 
Effects of dual axis solar tracker
Effects of dual axis solar trackerEffects of dual axis solar tracker
Effects of dual axis solar tracker
 
IRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar Tracker
 
DESIGN AND DEVELOPMENT OF SUN TRACKER SOLAR POWER
DESIGN AND DEVELOPMENT OF SUN TRACKER SOLAR POWERDESIGN AND DEVELOPMENT OF SUN TRACKER SOLAR POWER
DESIGN AND DEVELOPMENT OF SUN TRACKER SOLAR POWER
 
IRJET - Study and Analysis of Arduino based Solar Tracking Panel
IRJET - Study and Analysis of Arduino based Solar Tracking PanelIRJET - Study and Analysis of Arduino based Solar Tracking Panel
IRJET - Study and Analysis of Arduino based Solar Tracking Panel
 
The Short and Long Term Peace Strategies: "Anglophone" Crisis, Cameroon
The Short and Long Term Peace Strategies: "Anglophone" Crisis, CameroonThe Short and Long Term Peace Strategies: "Anglophone" Crisis, Cameroon
The Short and Long Term Peace Strategies: "Anglophone" Crisis, Cameroon
 
Solar tracking systems
Solar tracking systemsSolar tracking systems
Solar tracking systems
 

Similar to Microcontroller Based Solar tracking System for enhancing efficiency of a Photovoltaic system

Dual Axis Solar Tracking System with Weather Sensor
Dual Axis Solar Tracking System with Weather SensorDual Axis Solar Tracking System with Weather Sensor
Dual Axis Solar Tracking System with Weather Sensor
ijtsrd
 
Design and Development of Reliable Solar Tracking System with Rotation and Ti...
Design and Development of Reliable Solar Tracking System with Rotation and Ti...Design and Development of Reliable Solar Tracking System with Rotation and Ti...
Design and Development of Reliable Solar Tracking System with Rotation and Ti...
IRJET Journal
 
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
IJMREMJournal
 
Solar Plate Indexing To Improve Efficiency of Present Solar Power System
Solar Plate Indexing To Improve Efficiency of Present Solar Power SystemSolar Plate Indexing To Improve Efficiency of Present Solar Power System
Solar Plate Indexing To Improve Efficiency of Present Solar Power System
paperpublications3
 
IRJET - Two Axis with Four Sensors Solar Tracking System
IRJET -  	  Two Axis with Four Sensors Solar Tracking SystemIRJET -  	  Two Axis with Four Sensors Solar Tracking System
IRJET - Two Axis with Four Sensors Solar Tracking System
IRJET Journal
 
Solar Tracking System
Solar Tracking System   Solar Tracking System
Solar Tracking System
IRJET Journal
 
An investigation of an Arduino-based solar tracking system with panel surface...
An investigation of an Arduino-based solar tracking system with panel surface...An investigation of an Arduino-based solar tracking system with panel surface...
An investigation of an Arduino-based solar tracking system with panel surface...
IRJET Journal
 
An Efficient Microcontroller Based Sun Tracker Control for Solar Cell Systems
An Efficient Microcontroller Based Sun Tracker Control for Solar Cell SystemsAn Efficient Microcontroller Based Sun Tracker Control for Solar Cell Systems
An Efficient Microcontroller Based Sun Tracker Control for Solar Cell Systems
IJECEIAES
 
Design and implementation of an automatically aligned solar tracking system
Design and implementation of an automatically aligned solar tracking systemDesign and implementation of an automatically aligned solar tracking system
Design and implementation of an automatically aligned solar tracking system
International Journal of Power Electronics and Drive Systems
 
Soft computing and IoT based solar tracker
Soft computing and IoT based solar trackerSoft computing and IoT based solar tracker
Soft computing and IoT based solar tracker
International Journal of Power Electronics and Drive Systems
 
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
IOSR Journals
 
B010110710
B010110710B010110710
B010110710
IOSR Journals
 
Solar Tracking For Maximum Utilization Of Solar Energy
Solar Tracking For Maximum Utilization Of Solar EnergySolar Tracking For Maximum Utilization Of Solar Energy
Solar Tracking For Maximum Utilization Of Solar Energy
IRJET Journal
 
REVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELS
REVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELSREVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELS
REVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELS
UKOIMA KELVIN MNSE, MNIEEE
 
Automated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy UtilizationAutomated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy Utilization
vivatechijri
 
Ijmsr 2016-11
Ijmsr 2016-11Ijmsr 2016-11
Ijmsr 2016-11
ijmsr
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pane...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pane...Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pane...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pane...
IJMER
 
Project Report
Project ReportProject Report
Project Report
mukesh choudhary
 
Dual Axis Solar Tracking system
Dual Axis Solar Tracking systemDual Axis Solar Tracking system
Dual Axis Solar Tracking system
IRJET Journal
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
IJMER
 

Similar to Microcontroller Based Solar tracking System for enhancing efficiency of a Photovoltaic system (20)

Dual Axis Solar Tracking System with Weather Sensor
Dual Axis Solar Tracking System with Weather SensorDual Axis Solar Tracking System with Weather Sensor
Dual Axis Solar Tracking System with Weather Sensor
 
Design and Development of Reliable Solar Tracking System with Rotation and Ti...
Design and Development of Reliable Solar Tracking System with Rotation and Ti...Design and Development of Reliable Solar Tracking System with Rotation and Ti...
Design and Development of Reliable Solar Tracking System with Rotation and Ti...
 
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
 
Solar Plate Indexing To Improve Efficiency of Present Solar Power System
Solar Plate Indexing To Improve Efficiency of Present Solar Power SystemSolar Plate Indexing To Improve Efficiency of Present Solar Power System
Solar Plate Indexing To Improve Efficiency of Present Solar Power System
 
IRJET - Two Axis with Four Sensors Solar Tracking System
IRJET -  	  Two Axis with Four Sensors Solar Tracking SystemIRJET -  	  Two Axis with Four Sensors Solar Tracking System
IRJET - Two Axis with Four Sensors Solar Tracking System
 
Solar Tracking System
Solar Tracking System   Solar Tracking System
Solar Tracking System
 
An investigation of an Arduino-based solar tracking system with panel surface...
An investigation of an Arduino-based solar tracking system with panel surface...An investigation of an Arduino-based solar tracking system with panel surface...
An investigation of an Arduino-based solar tracking system with panel surface...
 
An Efficient Microcontroller Based Sun Tracker Control for Solar Cell Systems
An Efficient Microcontroller Based Sun Tracker Control for Solar Cell SystemsAn Efficient Microcontroller Based Sun Tracker Control for Solar Cell Systems
An Efficient Microcontroller Based Sun Tracker Control for Solar Cell Systems
 
Design and implementation of an automatically aligned solar tracking system
Design and implementation of an automatically aligned solar tracking systemDesign and implementation of an automatically aligned solar tracking system
Design and implementation of an automatically aligned solar tracking system
 
Soft computing and IoT based solar tracker
Soft computing and IoT based solar trackerSoft computing and IoT based solar tracker
Soft computing and IoT based solar tracker
 
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
 
B010110710
B010110710B010110710
B010110710
 
Solar Tracking For Maximum Utilization Of Solar Energy
Solar Tracking For Maximum Utilization Of Solar EnergySolar Tracking For Maximum Utilization Of Solar Energy
Solar Tracking For Maximum Utilization Of Solar Energy
 
REVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELS
REVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELSREVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELS
REVIEW OF TRACKING METHODOLOGIES FOR PHOTOVOLTAIC (PV) PANELS
 
Automated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy UtilizationAutomated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy Utilization
 
Ijmsr 2016-11
Ijmsr 2016-11Ijmsr 2016-11
Ijmsr 2016-11
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pane...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pane...Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pane...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pane...
 
Project Report
Project ReportProject Report
Project Report
 
Dual Axis Solar Tracking system
Dual Axis Solar Tracking systemDual Axis Solar Tracking system
Dual Axis Solar Tracking system
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
 

Recently uploaded

DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
Aditya Rajan Patra
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
Las Vegas Warehouse
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
bijceesjournal
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
Yasser Mahgoub
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 

Recently uploaded (20)

DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
Recycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part IIRecycled Concrete Aggregate in Construction Part II
Recycled Concrete Aggregate in Construction Part II
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have oneISPM 15 Heat Treated Wood Stamps and why your shipping must have one
ISPM 15 Heat Treated Wood Stamps and why your shipping must have one
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...Comparative analysis between traditional aquaponics and reconstructed aquapon...
Comparative analysis between traditional aquaponics and reconstructed aquapon...
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 02 The Building.pdf
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 

Microcontroller Based Solar tracking System for enhancing efficiency of a Photovoltaic system

  • 1. Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 www.ijera.com 73 | P a g e Microcontroller Based Solar tracking System for enhancing efficiency of a Photovoltaic system Shaifali Jain, Ragi Jain Assistant Professor, Department of EECE, ITM University, Gurgaon(HR) Assistant Professor, Adina Institute of Science and Technology, Sagar(M.P.) Abstract In today‟s scenario of increasing energy needs, there is a huge dependence on renewable energy sources along with the conventional sources. One of the most important renewable energy resources is the sun. However, the problem with solar power is that it is directly dependent on light intensity. To produce the maximum amount of energy, a solar panel must be perpendicular to the light source. Because the sun moves both throughout the day as well as throughout a year, a solar panel must be able to follow the sun‟s movement to produce the maximum possible power. There are a large number of methods available for solar tracking and hence maximizing the output .This paper proposes an Arduino Uno microcontroller board based solar tracking system. As compared to the conventional solar panels, the one mounted with microcontroller based tracking system will give enhanced output. Key Words: Microcontroller, Tracking, Light Dependent Resistors. I. Introduction With the impending scarcity of non-renewable resources, people are considering to use alternate sources of energy. From all other available resources sun energy is the most abundant and it‟s comparatively easy to convert it to electrical energy. Use of solar panel to convert sun‟s energy to electrical is very popular, but due to transition of the Sun from east to west the fixed solar panel may not be able to generate optimum energy. A solar panel in unification with a tracking system can provide best results. This tracking movement is achieved by coupling a stepper motor to the solar panel such that the panel maintains its face always perpendicular to the Sun to generate maximum energy. This is achieved by using a programmed microcontroller to deliver stepped pulses in periodical time intervals for the stepper motor to rotate the mounted panel as desired. Further the project can be enhanced by using RTC (Real Time Clock) to follow the Sun. This helps in maintaining the required position of the panel even if the power is interrupted for some time. II. Types of solar trackers:  Passive  Active  Passive Solar Tracking:- RESEARCH ARTICLE OPEN ACCESS
  • 2. Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 www.ijera.com 74 | P a g e This system uses the idea of thermal expansion of materials as method for tracking. Typically a chlorofluorocarbon (CFC) or a type of shape memory alloy is placed on either side of solar panel. When the panel is perpendicular with the sun, the two sides are at equilibrium. Once the sun moves, one side is heated and causes one side to expand and the other to contract, causing the solar panel to rotate.  Active Solar Tracking :  Astronomical: The electronic system calculates the current position of the Sun at the location and the tracking motor moves the solar modules perpendicular to the Sun at pre-set times intervals using precise coordinates.  Sensor Controlled: Instead of aligning the modules using the astronomical position of the Sun, a tracking system fitted with light sensor points the solar panels towards the brightest points in the sky. Under a complete overcast sky for example, the modules will be in a horizontal position. III. Proposed System for Solar Tracking  Block diagram Description
  • 3. Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 www.ijera.com 75 | P a g e 1. Sensors: Light dependent resistors (LDR) are used for sensing the light intensity falling on them. Based on the configuration of these resistors, the software coding and the direction of maximum light intensity, proper control signals are generated for the servomotors. 2. A/D Converter: This is used to convert the analog voltage signal from the sensors into binary digital levels to be processed by the ALU. It is inherently present in the microcontroller. 3. ALU: This is used to process the input signal levels from the sensors and provide the resulting control signals to servomotors. This is also present inside the microcontroller. 4. Motor: Two servomotors have been used. The lower motor rotates the solar panel in the horizontal plane and the upper motor in the azimuthal plane. Based on the control signals generated by the microprocessor, the movement of two motors is controlled and so the inclination of the solar panel. 5. Solar panel The solar panel is used to harness the solar energy falling on it, and converting it into corresponding voltage to be stored as electrochemical energy. 6. Battery The battery is used to store the electrochemical energy generated by the solar panel. 7. Power Supply: A constant D.C. power supply is needed to provide proper biasing to the LDRs and also to give power supply to the servomotors.  Flowchart depicting the operation of solar tracker
  • 4. Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 www.ijera.com 76 | P a g e Description of the Flow Chart  If the light intensity in the Left, Centre and Right LDR‟s are the same , then no operation takes place else:  If the intensity of left LDR is greater than the Centre LDR and that of Right LDR Less than that of Centre LDR, then the lower servomotor moves one unit left.  In the opposite case, the lower servomotor moves one unit right.  If the light intensity in the left, Centre and Right LDR „s are the same, then no operation takes place  If the intensity of top LDR is greater than the Centre LDR and that of Bottom LDR less than that of Centre LDR, then the upper servomotor moves one unit up.  In the opposite case, the upper servomotor moves one unit down.  READINGS OBTAINED WITH/WITHOUT TRACKING TRACKING OFF S.No. Time of Day Voltage generated in volts Current generated in mA 1 08:00 6.59 86.9 2 09:00 6.63 90.8 3 10:00 6.56 55.5 4 11:00 6.42 49.6 5 12:00 6.30 40.7 6 13:00 5.90 20.7 7 14:00 5.67 17.4 8 15:00 5.40 10.6 9 16:00 5.25 6.4 TRACKING ON S.No. Time of Day Voltage generated in volts Current generated in mA 1 08:00 6.67 82.9 2 09:00 6.46 93.8 3 10:00 6.30 58.4 4 11:00 6.37 50.0 5 12:00 6.47 45.2 6 13:00 6.25 35.8 7 14:00 6.21 30.3 8 15:00 6.10 28.2 9 16:00 5.95 20.6
  • 5. Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 www.ijera.com 77 | P a g e 8 9 10 11 12 13 14 15 16 0 10 20 30 40 50 60 70 80 90 100 Current generated (V) vs time of day Time in hours Current generated Tracking off Tracking on 8 9 10 11 12 13 14 15 16 5.2 5.4 5.6 5.8 6 6.2 6.4 6.6 6.8 7 Voltage generated (V) vs time of day Time in hours Voltage generated Tracking off Tracking on
  • 6. Shaifali Jain Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 9( Version 4), September 2014, pp.73-78 www.ijera.com 78 | P a g e IV. Conclusions: From the tables above, it can be concluded that till the time 12 noon, when the sun reaches exactly overhead, the energy levels are not significantly different in tracking off and on conditions but after 12 noon, significant difference in levels can be observed in the attained values. This is the time when the solar tracker plays an important role in extracting more energy than it would have without tracking. With the values obtained, an average percentage increase of approximately 18% in the power output can be seen. These values are obtained from a low grade solar cell and minor errors in the control systems, with the use of a high grade solar cell and sophisticated circuitry, these values can be improved and higher increase in the power output can be seen. References: [1.] A.B.Afarulrazi, W.M.Utomo, K.L.Liew and M. Zarafi “Solar Tracker Robot using Microcontroller” published in 2011 International Conference on Business, Engineering and Industrial Applications. [2.] Md.Tanvir Arafat Khan, S.M.Shahrear Tanzil, Rifat Rahman, SM Shafiul Alam “Design and Construction of an Automatic Solar Tracking System” published in 6th International Conference on Electrical and Computer Engineering ICECE 2010, 18-20 December 2010, Dhaka, Bangladesh. [3.] Nader Barsoum “Implementation of a Prototype for a traditional Solar tracking system” published in the 2009 third UKSim European Symposium on Computer Modelling and Simulation. [4.] Lwin Lwin Oo and Nang Kaythi Hlaing “Microcontroller Based Two Axis Solar Tracking System” published in Second International Conference on Computer Research and Development. [5.] Shen, C.L.; Tsai, C.T. Double-linear approximation algorithm to achieve maximum-power-point tracking for photovoltaic arrays. Energies 2012, 5, 1982–1997. [6.] Liu, K.H. Dynamic characteristics and graphic monitoring design of photovoltaic energy conversion system. WSEAS Trans. Syst. 2010, 10, 239–248. [7.] Nayak, S.R.; Pradhan, C.R. Solar tracking application. IOSR J. Eng. 2012, 2, 1278–1281. [8.] Rubio, F.R.; Ortega, M.G.; Gordillo, F.; Lopez-Martinez, M. “Application of new control strategy for sun tracking. Energ.” Conv. Manage. 2007, 48, 2174–2184. [9.] Blanco-Muriel, M.; Alarcon-Padilla, D.C.; Lopez-Moratalla, T.; Lara-Coira, M. Computing the solar vector. Solar Energy 2001, 70, 431–441. [10.] Chong, K.K.; Siaw, F.L.; Wong, C.W.; Wong, G.S. Design and construction of non-imaging planar concentrator for concentrator photovoltaic system. Renewable Energy 2009, 34, 1364–1370. [11.] Grena, R. An algorithm for the computation of the solar position. Solar Energy 2008, 82, 462–470. [12.] Saravanan, C.; Panneerselvam, M.A.; Christopher, I.W. A novel low cost automatic solar tracking system. Int. J. Comput. Appl. 2011, 31, 62–67. [13.] Arbab, H.; Jazi, B.; Rezagholizadeh, M. A computer tracking system of solar dish with two-axis degree freedoms based on picture processing of bar shadow. Renewable Energy 2009, 34, 1114–1118.