SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1033
DUAL AXIS SOLAR TRACKING SYSTEM USING ARDUINO
A. Karthika1, S. Jayanthi1, G. Deivamani2
1Undergraduate Students, Dept. of EEE, Paavai Engineering College, Namakkal
2Assistant Professor, Dept. of EEE, Paavai Engineering College, Namakkal
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The world is now moving towards therenewable
energy source due to various factors like pollution and cost of
non-renewable energy sources. One of the major renewable
energy sources is Sun. In this paper Arduino based Dual-axis
solar tracking system proposed in order toget maximumsolar
energy. The Arduino is used to give command to rotate the
solar panel. Solar trackers are used to improve thepowergain
from solar energy. Solar power is changes due to the seasonal
variation and tilting of earth which changesthepositionof the
sun in the sky. In this regard dual axis solar tracking is
practically implemented and performance is compared with
fixed mount and single axis solar tracking system. Finally,
experimental result clearly evident that proposed method
gives better efficiency compared to fixed mountandsingleaxis
solar tracking system.
Key Words: Renewable Energy, Dual axis solar tracker,
Arduino, LDR, Solar power.
1. INTRODUCTION
Solar energy is emerged as a possible source of renewable
energy over the past two to three decades. This solar energy
is converted into electrical energy by using solar panel
according to the principle of photovoltaic effect. Out of
various renewable energy sources solar energy is widely
used. Because it is simple and it is easy to use in household
too. Solar Trackers is a device used for the rotation of solar
panel according to the sun’s rays. To utilize this renewable
solar energy solar trackers are employed [1]. Forstaticsolar
panel, there is no movement in the panel. But the position of
the sun changes during rising and setting (sun rises in the
east and sets in the west). Due to this reason, single axis
solar tracker is developed for rotation of solar panel in east
and west direction. But due to the rotation and revolution of
earth we cannot get equal amount of sunraysthroughoutthe
year. So that we adopted dual axis solar tracker to utilize the
solar energy effectively and efficiently by rotating the panel
in both horizontal and vertical direction. The main objective
of dual axis solar tracker is to increase the efficiency of the
solar panel by 30-45% when compared to the static and
single axis solar tracker. The literature survey clearly shows
the different methods of solar tracking for maximum
utilization of solar power [1-15].
The single axis tracker is able to rotate only on horizontal
(or) vertical. But this dual axis tracker is able to rotate on
both horizontal and vertical movement. This dual axis solar
tracker was implemented by using Arduino board [2]. Low
cost of implementation by Arduino is the reason behind
choosing Arduino in this project [3]. This was achieved even
by using microcontroller [4].
Figure.1 Mechanism of dual axis tracker
The above figure.1 shows the basic operating mechanism of
dual axis solar tracker. It is basically an Azimuth-Altitude
dual axis solar tracker [5]. Altitude refers to elevation of
angle between a substance and the observer’s location. It is
basically between the angles of 0-90◦. Zenith distance can
also be used instead of altitude. Then azimuth is usually
analysed from north and increasing towards east [6]. This is
mainly employed to get the maximum efficiency when
compared to the static and single-axis solar tracking system
[7]. To achieve this, we used Arduino UNO, LDRs, DC motor,
LCD and solar panel. In [8] automatic solar trackingandtwo
axis solar tracking is proposed in [9] forbettersolartracking
based on the position of sun.
The main contribution of proposed paper is given below:
•To trace more solar power in different location in different
time period in a day to get maximum efficiency.
•To develop the Arduino based Dual axis solar tracker.
•To compare the efficiency of dual axis tracker with single
axis tracker.
2. DUAL AXIS SOLAR TRACKER
The block diagram of our dual axis solar tracker system is
shown in Figure.2. It consists of an Arduino board, LDR, LCD
display, DC motor. An input command is given totheArduino
board. Four LDRs are connected to the light comparison unit
[14]. This unit gives signal to the Arduino. The Arduino in
turn command the motor driving circuit to rotate the solar
panel in horizontal or vertical position.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1034
Figure.2. Block diagram of dual axis solar tracker
3. WORKING
In this system, four LDRs are fixed to sense the intensity of
light (Two for Azimuth position sensor and another two for
Altitudeposition sensor). The analog signal from the sensors
is given to the in-built ADC (Analog to Digital Converter) and
light comparison unit. This output is given as an input to the
Arduino board along with the input command. The output of
the Arduino is given to the motor driving circuit. Two DC
motors are connected with thedrivingcircuit,oneforvertical
and another one forhorizontal movement.Themotorrotates
the solar panel perpendicular to the position of sun’s rays.
Then finally the output power is displayed in the LCD. In this
project, LDR combination plays an important role. The
combination of signals is fed to the Arduino and this bit
pattern is shown in table 1.
Table.1 Desired Bit Pattern
LDR 1 LDR 2 LDR 3 LDR 4
1 1 0 0
0 1 1 0
0 0 1 1
1 0 0 1
When the motor gets the last bit pattern in the table 1, the
motor will move the panel to its initial position and again
follow these steps, when sun starts rising in the next day.
Even a load is taken from the solar panel by connecting the
panel with battery and inverter. The battery is used to store
and give the DC supply to the inverter, which is taken from
the solar panel. Then the output DC supply was given to the
inverter which converts DC to AC. Then a load is connected
along with it. This function is represented in the Figure.3
which is shown below.
Figure.3 Block diagram of Output side of solar panel
The major components which are used in dual axis solar
tracking system are:
1. Solar panel
2. Arduino board
3. LDRs
4. Motor driver
5. DC motor
6. Lead Acid battery
7. Inverter
3.1 Solar panel
The solar panel works based on the principle of photovoltaic
effect which converts the solar energy into electrical energy
[10]. There are various types of panels are available like
monocrystalline, polycrystalline, amorphous, and hybrid. In
this project we use 40W 12V amorphous solar panel is
considered.
Figure.4. Amorphous solar panel
The Amorphous solar panel was shown in above Figure.4.
The cost and silicon requirement of amorphous panel is low
when compared with the other types of solar panel.
3.2 Arduino
In our project, we proposed Arduino based dual axis solar
tracker [11]. Arduino board unit controls the movement of
solar panel that rotates and traces the direction of sun [12].
Arduino board uses variety of microcontrollers and
controllers. It is equipped with both analog and digital
input/output. It has 14 digital input/output pins (of which
six is used as PWM output), six analog inputs, a 16 MHz
crystal oscillator, a USB connection, a power jack and a reset
button is used. The input command wasgiventotheArduino
using Integrated Development Environment platform. The
Arduino Uno differs from all preceding boards because it
does not use the FTDI USB-to-serial driver chip. Instead, it
features the ATmega8U2 programmed as a USB-to-serial
converter.
Vertical
direction DC
motor
Horizontal
direction DC
motor
Motor driving
circuit
LDR (2)
Azimuth position
sensor
LDR (2)
Altitude position
sensor
Arduino
Controller Solar
panel
LCD
display
Input
command
Power
supply
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1035
The Arduino board was shown in the Figure.5:
Figure.5. Arduino board
The specifications of Arduino board are listed in table.2
below:
Table.2 Arduino Uno specifications
Parameters of microcontroller ATmega328
Operating Voltage 5V
Supply Voltage
(recommended)
7-12V
Maximum supply Voltage (not
recommended)
20V
Digital I/O Pins 14(of which 6 provide
PWM output)
Analog Input Pins 6
DC Current per I/O Pin 40mA
DC Current for 3.3V Pin 50mA
Flash Memory 32KB of which 0.5KB
used by boot loader
SRAM 2KB
EEPROM 1KB
Clock Speed 16MHz
3.3 Advantages
The advantages of tracking solar energy among various
sources are:
•Solar energy is a pollution free form of source.
•There is no noise pollution as in wind energy.
•Once the solar power plant is fixed, maintenance
cost is relatively low when compared to other existing
sources.
•Solar energy can be used in very remote areas
where extension of the electricity power grid is costly.
4. RESULT AND DISCUSSION
This section presents and discuss the performance of
different tracking system and proposed system with respect
to different time period in a day.
Table.3 Output power obtained in Fixed Mount, single-axis
and Dual axis
Hours Power for
Fixed Mount
in W
Power for
Single-Axis
in W
Power for
Dual-Axis in
W
07.00 0.09 0.35 0.68
08.00 0.25 0.47 0.87
09.00 0.75 1.02 1.55
10.00 0.98 1.23 1.78
11.00 1.58 2.24 2.86
12.00 2.5 3.1 3.15
13.00 2.22 2.54 2.98
14.00 1.88 2.11 2.44
15.00 1.58 1.86 2.3
16.00 1.56 1.7 2.01
17.00 0.78 0.98 1.56
18.00 0.44 0.65 0.78
Sum=
12 hrs.
Sum=14.61W Sum=18.25W Sum=22.96W
Solar
Energy
in
W/hr.
(Day
Time)
1.2175 W/hr 1.5208 W/hr 1.9130 W/hr
All
Day
Solar
Energy
Output
0.6087
W/hr
0.7604
W/hr
0.9566
W/hr
The powers tracking of solar panel with different positions
are tabulated above in table 3. It is clearly evident that the
proposed dual axis tracker perfectly aligns with the sun
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1036
direction and tracks the sun movement in a more efficient
way and has a tremendous performance improvement. The
experimental results clearly show that dual axis tracker is
superior to single axis tracker and fixed systems. Power
Captured by dual axis solar tracker is high during the whole
observation time period and it maximizes the conversion of
solar irradiance into electrical energy output is shownin the
table.3. As a result, it creates a solution for effective
utilization of solar energy and thus helps in creating smart
houses.
Figure.6 Bar Chart comparison for different tracking
system
Bar chart comparison of solar power with different tracking
methods is shown above figure.6. It is clearly showing that
proposed method yields better output power compared to
existing method.
5. CONCLUSION
The Arduino based dual axis solar trackingbasedsolarpanel
is designed and successfully implemented to increase the
efficiency of solar panel. The proposed dual axis solar
tracker is more effective than the existing single axis solar
tracker and fixed mount. The proposed solar tracker which
automatically tracks the sun to grab maximum solar power
with the help of Arduino board was effectivelyachieved. The
implementation cost of Arduino board for tracking solar
power is low and it is implementation is simple. Finally,
experimental system clearly reveals that proposed system
effectively tracks the sun in both good and bad weather
conditions. During different time periods in a day compared
with the existing system and efficiency of solar panel is
effectively improved.
REFERENCES
[1] Juang, J.N. and Radharamanan, R., 2014. Design of solar
tracking system for renewable energy.Inproceedingsof
the 2014 Zone 1 conference of the American society for
engineering education (pp. 1-8). IEEE.
[2] Pradeep, K., Reddy, K.S.P., Mouli, C.C and Raju, K.N.,
2014. Development of dual-axis solar tracking using
Arduino with lab view. International Journal of
Engineering Trends and Technology,17(7),pp.321-324.
[3] Kaur, T., Mahajan, S., Verma, S. and Gambhit, J., 2016.
Arduino based low cost active dual axis solar tacker. In
2016 IEEE 1st International conference on Power
Electronics, Intelligent Control and Energy Systems
(ICPEICES) (pp. 1-5). IEEE.
[4] Das, S., Chakraborty, S., Sadhu, P.K. and Sastry, O.S.,
2015. Design and experimental execution of a
microcontroller (µC)-based smart dual-axis automatic
solar tracking system. Energy Science & Engineering,
3(6), pp.558-564.
[5] Catarius, A.M. and Christiner, M.P., 2010. Azimuth -
altitude dual axis solar tracker.
[6] Sidek, M.H.M., Azis, N., Hasan, W.Z.W., Ab kadir, M.Z.A.,
Shafie, S. and Radzi, M.A.M., 2017. Automated
positioning dual-axis solar tracking system with
precision elevation and azimuth angle control. Energy,
124, pp.160-170.
[7] Vieira, R.G., Guerra, F.K.O.M.V., Vale,M.R.B.G.andAraujo,
M.M., 2016. Comparative performanceanalysisbetween
static solar panels and single-axis tracking system on a
hot climate region near to the equator. Renewable and
Sustainable Energy Reviews, 64, pp.672-681.
[8] Reddy, J.S., Chakraborti, A. and Das, B., 2016. November.
Implementationandpractical evaluationofanautomatic
solar tracking system for different weather conditions.
In 2016 IEEE 7th Power India International Conference
(PIICON) (pp. 1-6). IEEE.
[9] Hoffmann, F.M., Molz, R.F., Kothe, J.V., Nara, E.O.B. and
Tedesco, L.P.C., 2018. Monthly profile analysis based on
a two-axis solar tracker proposal for photovoltaic
panels. Renewable energy, 115, pp.750-759.
[10] Singh, P., Pahuja, R., Karwasra, M., Beniwal, S., Bansal,M.
and Dadhich, A., 2016. Dual Axis Solar Tracking System
for Solar panel. Bulletin of Electrical Engineering and
Informatics, 5(4), pp.403-411.
[11] Das, A. and Swthika, O.V., 2016. Arduino BasedDual Axis
Sun Tracking System. AdvancedScienceLetters,22(10),
pp.2837-2840.
[12] Fuentes, M., Vivar, M., Burgos, J.M.,Aguilera, J.andVacas,
J.A., 2014. Design of an accurate, low-cost autonomous
data logger for PV systemmonitoringusingArduinothat
complies with IEC standards. SolarEnergyMaterialsand
Solar Cells, 130. Pp.529-543.
[13] Rosenblatt, A. and Aaron, N., 2014. Solar Tracking
System (2014).
[14] Barsoum, N., Nizam, R. and Gerard, E., 2016. New
approach on development a dual axis solar tracking
prototype. Wireless Engineering and Technology, 7(1),
pp. 1-11.
[15] Vit, J. and Krejcar, O., 2016. Smart solution of alternative
energy source for smart houses. In International
conference on Industrial, Engineering and Other
Applications of Applied Intelligent Systems (pp. 830-
840). Springer, Cham.s.
[16]

More Related Content

What's hot

Effects of dual axis solar tracker
Effects of dual axis solar trackerEffects of dual axis solar tracker
Effects of dual axis solar trackerYogesh Verma
 
Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems
Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems
Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems ijscai
 
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...Mahfuza Mansura
 
DUAL AXIS SOLAR TRACKING SYSTEM
DUAL AXIS SOLAR TRACKING SYSTEMDUAL AXIS SOLAR TRACKING SYSTEM
DUAL AXIS SOLAR TRACKING SYSTEMijiert bestjournal
 
Arduino solar tracker using ldr sensor & servo motor
Arduino solar tracker using ldr sensor & servo motorArduino solar tracker using ldr sensor & servo motor
Arduino solar tracker using ldr sensor & servo motorselvalakshmi24
 
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINOSingle AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINOasadur babu
 
solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotraKanav Mansotra
 
Microcontroller based automatic solar power tracking system
Microcontroller based automatic solar power tracking systemMicrocontroller based automatic solar power tracking system
Microcontroller based automatic solar power tracking systemIAEME Publication
 
Maximum solar absorption using dual axis solar panel report
Maximum solar absorption using dual axis solar panel reportMaximum solar absorption using dual axis solar panel report
Maximum solar absorption using dual axis solar panel reportAnkit Kaul
 
Single Axis Solar Tracking Systems
Single Axis Solar Tracking SystemsSingle Axis Solar Tracking Systems
Single Axis Solar Tracking SystemsViral Naik
 
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
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar trackerRaghav S
 
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 SENSORSwetanshmani Shrivastava
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
Presentration dual axis solar tracking system.
Presentration dual axis solar tracking system.Presentration dual axis solar tracking system.
Presentration dual axis solar tracking system.AnayetHossain4
 
Universal solar tracker final report
Universal solar tracker final reportUniversal solar tracker final report
Universal solar tracker final reportVassos Tapakoudes
 
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, Cameroonijtsrd
 
Design and Implementation of Dual Axis Solar Tracking system
Design and Implementation of Dual Axis Solar Tracking systemDesign and Implementation of Dual Axis Solar Tracking system
Design and Implementation of Dual Axis Solar Tracking systemIJERA Editor
 

What's hot (20)

Effects of dual axis solar tracker
Effects of dual axis solar trackerEffects of dual axis solar tracker
Effects of dual axis solar tracker
 
Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems
Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems
Design of Dual Axis Solar Tracker System Based on Fuzzy Inference Systems
 
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
 
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
 
Arduino solar tracker using ldr sensor & servo motor
Arduino solar tracker using ldr sensor & servo motorArduino solar tracker using ldr sensor & servo motor
Arduino solar tracker using ldr sensor & servo motor
 
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINOSingle AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
 
solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotra
 
Microcontroller based automatic solar power tracking system
Microcontroller based automatic solar power tracking systemMicrocontroller based automatic solar power tracking system
Microcontroller based automatic solar power tracking system
 
Maximum solar absorption using dual axis solar panel report
Maximum solar absorption using dual axis solar panel reportMaximum solar absorption using dual axis solar panel report
Maximum solar absorption using dual axis solar panel report
 
Solar Tracking System
Solar Tracking SystemSolar Tracking System
Solar Tracking System
 
Single Axis Solar Tracking Systems
Single Axis Solar Tracking SystemsSingle Axis Solar Tracking Systems
Single Axis Solar Tracking Systems
 
Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System Solar Powered Sensor Base Irrigation System
Solar Powered Sensor Base Irrigation System
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar tracker
 
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
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
Presentration dual axis solar tracking system.
Presentration dual axis solar tracking system.Presentration dual axis solar tracking system.
Presentration dual axis solar tracking system.
 
Universal solar tracker final report
Universal solar tracker final reportUniversal solar tracker final report
Universal solar tracker final report
 
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
 
Design and Implementation of Dual Axis Solar Tracking system
Design and Implementation of Dual Axis Solar Tracking systemDesign and Implementation of Dual Axis Solar Tracking system
Design and Implementation of Dual Axis Solar Tracking system
 

Similar to IRJET- Dual Axis Solar Tracking System using Arduino

IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking SystemIRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking SystemIRJET Journal
 
Dual Axis Solar Tracking PV System using Arduino UNO
Dual Axis Solar Tracking PV System using Arduino UNODual Axis Solar Tracking PV System using Arduino UNO
Dual Axis Solar Tracking PV System using Arduino UNOIRJET Journal
 
SolarTracker PPT.pptx
SolarTracker PPT.pptxSolarTracker PPT.pptx
SolarTracker PPT.pptxMyAutomations
 
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 SystemIRJET Journal
 
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 SystemIRJET Journal
 
Arduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerArduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerIJAEMSJORNAL
 
IRJET- Smart Alignment System
IRJET- Smart Alignment SystemIRJET- Smart Alignment System
IRJET- Smart Alignment SystemIRJET Journal
 
Design of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyDesign of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyIRJET Journal
 
Fresnel lens and tracking to improve the solar panel efficiency
Fresnel lens and tracking to improve the solar panel efficiencyFresnel lens and tracking to improve the solar panel efficiency
Fresnel lens and tracking to improve the solar panel efficiencyIAEME Publication
 
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
 
IRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET Journal
 
IRJET - Dual Axis Solar Tracking System
IRJET -  	  Dual Axis Solar Tracking SystemIRJET -  	  Dual Axis Solar Tracking System
IRJET - Dual Axis Solar Tracking SystemIRJET Journal
 
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...
IRJET -  	  The Implementation of Arduino based Single Axis Solar Tracking Sy...IRJET -  	  The Implementation of Arduino based Single Axis Solar Tracking Sy...
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...IRJET Journal
 
Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger IIJSRJournal
 
IRJET- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar PanelIRJET Journal
 
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 EnergyIRJET Journal
 
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerAstronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerIRJET Journal
 
IRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking PanelIRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking PanelIRJET Journal
 

Similar to IRJET- Dual Axis Solar Tracking System using Arduino (20)

IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking SystemIRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
 
Dual Axis Solar Tracking PV System using Arduino UNO
Dual Axis Solar Tracking PV System using Arduino UNODual Axis Solar Tracking PV System using Arduino UNO
Dual Axis Solar Tracking PV System using Arduino UNO
 
SolarTracker PPT.pptx
SolarTracker PPT.pptxSolarTracker PPT.pptx
SolarTracker PPT.pptx
 
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 - 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
 
Arduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerArduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar Tracker
 
IRJET- Smart Alignment System
IRJET- Smart Alignment SystemIRJET- Smart Alignment System
IRJET- Smart Alignment System
 
Design of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyDesign of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable Energy
 
Fresnel lens and tracking to improve the solar panel efficiency
Fresnel lens and tracking to improve the solar panel efficiencyFresnel lens and tracking to improve the solar panel efficiency
Fresnel lens and tracking to improve the solar panel efficiency
 
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- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar Tracker
 
IRJET - Dual Axis Solar Tracking System
IRJET -  	  Dual Axis Solar Tracking SystemIRJET -  	  Dual Axis Solar Tracking System
IRJET - Dual Axis Solar Tracking System
 
Vision based solar tracking system for efficient energy harvesting
Vision based solar tracking system for efficient energy harvestingVision based solar tracking system for efficient energy harvesting
Vision based solar tracking system for efficient energy harvesting
 
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...
IRJET -  	  The Implementation of Arduino based Single Axis Solar Tracking Sy...IRJET -  	  The Implementation of Arduino based Single Axis Solar Tracking Sy...
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...
 
Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger
 
I1103035156
I1103035156I1103035156
I1103035156
 
IRJET- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar Panel
 
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
 
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerAstronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
 
IRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking PanelIRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking Panel
 

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

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
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
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
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
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
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...
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
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
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 

IRJET- Dual Axis Solar Tracking System using Arduino

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1033 DUAL AXIS SOLAR TRACKING SYSTEM USING ARDUINO A. Karthika1, S. Jayanthi1, G. Deivamani2 1Undergraduate Students, Dept. of EEE, Paavai Engineering College, Namakkal 2Assistant Professor, Dept. of EEE, Paavai Engineering College, Namakkal ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The world is now moving towards therenewable energy source due to various factors like pollution and cost of non-renewable energy sources. One of the major renewable energy sources is Sun. In this paper Arduino based Dual-axis solar tracking system proposed in order toget maximumsolar energy. The Arduino is used to give command to rotate the solar panel. Solar trackers are used to improve thepowergain from solar energy. Solar power is changes due to the seasonal variation and tilting of earth which changesthepositionof the sun in the sky. In this regard dual axis solar tracking is practically implemented and performance is compared with fixed mount and single axis solar tracking system. Finally, experimental result clearly evident that proposed method gives better efficiency compared to fixed mountandsingleaxis solar tracking system. Key Words: Renewable Energy, Dual axis solar tracker, Arduino, LDR, Solar power. 1. INTRODUCTION Solar energy is emerged as a possible source of renewable energy over the past two to three decades. This solar energy is converted into electrical energy by using solar panel according to the principle of photovoltaic effect. Out of various renewable energy sources solar energy is widely used. Because it is simple and it is easy to use in household too. Solar Trackers is a device used for the rotation of solar panel according to the sun’s rays. To utilize this renewable solar energy solar trackers are employed [1]. Forstaticsolar panel, there is no movement in the panel. But the position of the sun changes during rising and setting (sun rises in the east and sets in the west). Due to this reason, single axis solar tracker is developed for rotation of solar panel in east and west direction. But due to the rotation and revolution of earth we cannot get equal amount of sunraysthroughoutthe year. So that we adopted dual axis solar tracker to utilize the solar energy effectively and efficiently by rotating the panel in both horizontal and vertical direction. The main objective of dual axis solar tracker is to increase the efficiency of the solar panel by 30-45% when compared to the static and single axis solar tracker. The literature survey clearly shows the different methods of solar tracking for maximum utilization of solar power [1-15]. The single axis tracker is able to rotate only on horizontal (or) vertical. But this dual axis tracker is able to rotate on both horizontal and vertical movement. This dual axis solar tracker was implemented by using Arduino board [2]. Low cost of implementation by Arduino is the reason behind choosing Arduino in this project [3]. This was achieved even by using microcontroller [4]. Figure.1 Mechanism of dual axis tracker The above figure.1 shows the basic operating mechanism of dual axis solar tracker. It is basically an Azimuth-Altitude dual axis solar tracker [5]. Altitude refers to elevation of angle between a substance and the observer’s location. It is basically between the angles of 0-90◦. Zenith distance can also be used instead of altitude. Then azimuth is usually analysed from north and increasing towards east [6]. This is mainly employed to get the maximum efficiency when compared to the static and single-axis solar tracking system [7]. To achieve this, we used Arduino UNO, LDRs, DC motor, LCD and solar panel. In [8] automatic solar trackingandtwo axis solar tracking is proposed in [9] forbettersolartracking based on the position of sun. The main contribution of proposed paper is given below: •To trace more solar power in different location in different time period in a day to get maximum efficiency. •To develop the Arduino based Dual axis solar tracker. •To compare the efficiency of dual axis tracker with single axis tracker. 2. DUAL AXIS SOLAR TRACKER The block diagram of our dual axis solar tracker system is shown in Figure.2. It consists of an Arduino board, LDR, LCD display, DC motor. An input command is given totheArduino board. Four LDRs are connected to the light comparison unit [14]. This unit gives signal to the Arduino. The Arduino in turn command the motor driving circuit to rotate the solar panel in horizontal or vertical position.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1034 Figure.2. Block diagram of dual axis solar tracker 3. WORKING In this system, four LDRs are fixed to sense the intensity of light (Two for Azimuth position sensor and another two for Altitudeposition sensor). The analog signal from the sensors is given to the in-built ADC (Analog to Digital Converter) and light comparison unit. This output is given as an input to the Arduino board along with the input command. The output of the Arduino is given to the motor driving circuit. Two DC motors are connected with thedrivingcircuit,oneforvertical and another one forhorizontal movement.Themotorrotates the solar panel perpendicular to the position of sun’s rays. Then finally the output power is displayed in the LCD. In this project, LDR combination plays an important role. The combination of signals is fed to the Arduino and this bit pattern is shown in table 1. Table.1 Desired Bit Pattern LDR 1 LDR 2 LDR 3 LDR 4 1 1 0 0 0 1 1 0 0 0 1 1 1 0 0 1 When the motor gets the last bit pattern in the table 1, the motor will move the panel to its initial position and again follow these steps, when sun starts rising in the next day. Even a load is taken from the solar panel by connecting the panel with battery and inverter. The battery is used to store and give the DC supply to the inverter, which is taken from the solar panel. Then the output DC supply was given to the inverter which converts DC to AC. Then a load is connected along with it. This function is represented in the Figure.3 which is shown below. Figure.3 Block diagram of Output side of solar panel The major components which are used in dual axis solar tracking system are: 1. Solar panel 2. Arduino board 3. LDRs 4. Motor driver 5. DC motor 6. Lead Acid battery 7. Inverter 3.1 Solar panel The solar panel works based on the principle of photovoltaic effect which converts the solar energy into electrical energy [10]. There are various types of panels are available like monocrystalline, polycrystalline, amorphous, and hybrid. In this project we use 40W 12V amorphous solar panel is considered. Figure.4. Amorphous solar panel The Amorphous solar panel was shown in above Figure.4. The cost and silicon requirement of amorphous panel is low when compared with the other types of solar panel. 3.2 Arduino In our project, we proposed Arduino based dual axis solar tracker [11]. Arduino board unit controls the movement of solar panel that rotates and traces the direction of sun [12]. Arduino board uses variety of microcontrollers and controllers. It is equipped with both analog and digital input/output. It has 14 digital input/output pins (of which six is used as PWM output), six analog inputs, a 16 MHz crystal oscillator, a USB connection, a power jack and a reset button is used. The input command wasgiventotheArduino using Integrated Development Environment platform. The Arduino Uno differs from all preceding boards because it does not use the FTDI USB-to-serial driver chip. Instead, it features the ATmega8U2 programmed as a USB-to-serial converter. Vertical direction DC motor Horizontal direction DC motor Motor driving circuit LDR (2) Azimuth position sensor LDR (2) Altitude position sensor Arduino Controller Solar panel LCD display Input command Power supply
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1035 The Arduino board was shown in the Figure.5: Figure.5. Arduino board The specifications of Arduino board are listed in table.2 below: Table.2 Arduino Uno specifications Parameters of microcontroller ATmega328 Operating Voltage 5V Supply Voltage (recommended) 7-12V Maximum supply Voltage (not recommended) 20V Digital I/O Pins 14(of which 6 provide PWM output) Analog Input Pins 6 DC Current per I/O Pin 40mA DC Current for 3.3V Pin 50mA Flash Memory 32KB of which 0.5KB used by boot loader SRAM 2KB EEPROM 1KB Clock Speed 16MHz 3.3 Advantages The advantages of tracking solar energy among various sources are: •Solar energy is a pollution free form of source. •There is no noise pollution as in wind energy. •Once the solar power plant is fixed, maintenance cost is relatively low when compared to other existing sources. •Solar energy can be used in very remote areas where extension of the electricity power grid is costly. 4. RESULT AND DISCUSSION This section presents and discuss the performance of different tracking system and proposed system with respect to different time period in a day. Table.3 Output power obtained in Fixed Mount, single-axis and Dual axis Hours Power for Fixed Mount in W Power for Single-Axis in W Power for Dual-Axis in W 07.00 0.09 0.35 0.68 08.00 0.25 0.47 0.87 09.00 0.75 1.02 1.55 10.00 0.98 1.23 1.78 11.00 1.58 2.24 2.86 12.00 2.5 3.1 3.15 13.00 2.22 2.54 2.98 14.00 1.88 2.11 2.44 15.00 1.58 1.86 2.3 16.00 1.56 1.7 2.01 17.00 0.78 0.98 1.56 18.00 0.44 0.65 0.78 Sum= 12 hrs. Sum=14.61W Sum=18.25W Sum=22.96W Solar Energy in W/hr. (Day Time) 1.2175 W/hr 1.5208 W/hr 1.9130 W/hr All Day Solar Energy Output 0.6087 W/hr 0.7604 W/hr 0.9566 W/hr The powers tracking of solar panel with different positions are tabulated above in table 3. It is clearly evident that the proposed dual axis tracker perfectly aligns with the sun
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1036 direction and tracks the sun movement in a more efficient way and has a tremendous performance improvement. The experimental results clearly show that dual axis tracker is superior to single axis tracker and fixed systems. Power Captured by dual axis solar tracker is high during the whole observation time period and it maximizes the conversion of solar irradiance into electrical energy output is shownin the table.3. As a result, it creates a solution for effective utilization of solar energy and thus helps in creating smart houses. Figure.6 Bar Chart comparison for different tracking system Bar chart comparison of solar power with different tracking methods is shown above figure.6. It is clearly showing that proposed method yields better output power compared to existing method. 5. CONCLUSION The Arduino based dual axis solar trackingbasedsolarpanel is designed and successfully implemented to increase the efficiency of solar panel. The proposed dual axis solar tracker is more effective than the existing single axis solar tracker and fixed mount. The proposed solar tracker which automatically tracks the sun to grab maximum solar power with the help of Arduino board was effectivelyachieved. The implementation cost of Arduino board for tracking solar power is low and it is implementation is simple. Finally, experimental system clearly reveals that proposed system effectively tracks the sun in both good and bad weather conditions. During different time periods in a day compared with the existing system and efficiency of solar panel is effectively improved. REFERENCES [1] Juang, J.N. and Radharamanan, R., 2014. Design of solar tracking system for renewable energy.Inproceedingsof the 2014 Zone 1 conference of the American society for engineering education (pp. 1-8). IEEE. [2] Pradeep, K., Reddy, K.S.P., Mouli, C.C and Raju, K.N., 2014. Development of dual-axis solar tracking using Arduino with lab view. International Journal of Engineering Trends and Technology,17(7),pp.321-324. [3] Kaur, T., Mahajan, S., Verma, S. and Gambhit, J., 2016. Arduino based low cost active dual axis solar tacker. In 2016 IEEE 1st International conference on Power Electronics, Intelligent Control and Energy Systems (ICPEICES) (pp. 1-5). IEEE. [4] Das, S., Chakraborty, S., Sadhu, P.K. and Sastry, O.S., 2015. Design and experimental execution of a microcontroller (µC)-based smart dual-axis automatic solar tracking system. Energy Science & Engineering, 3(6), pp.558-564. [5] Catarius, A.M. and Christiner, M.P., 2010. Azimuth - altitude dual axis solar tracker. [6] Sidek, M.H.M., Azis, N., Hasan, W.Z.W., Ab kadir, M.Z.A., Shafie, S. and Radzi, M.A.M., 2017. Automated positioning dual-axis solar tracking system with precision elevation and azimuth angle control. Energy, 124, pp.160-170. [7] Vieira, R.G., Guerra, F.K.O.M.V., Vale,M.R.B.G.andAraujo, M.M., 2016. Comparative performanceanalysisbetween static solar panels and single-axis tracking system on a hot climate region near to the equator. Renewable and Sustainable Energy Reviews, 64, pp.672-681. [8] Reddy, J.S., Chakraborti, A. and Das, B., 2016. November. Implementationandpractical evaluationofanautomatic solar tracking system for different weather conditions. In 2016 IEEE 7th Power India International Conference (PIICON) (pp. 1-6). IEEE. [9] Hoffmann, F.M., Molz, R.F., Kothe, J.V., Nara, E.O.B. and Tedesco, L.P.C., 2018. Monthly profile analysis based on a two-axis solar tracker proposal for photovoltaic panels. Renewable energy, 115, pp.750-759. [10] Singh, P., Pahuja, R., Karwasra, M., Beniwal, S., Bansal,M. and Dadhich, A., 2016. Dual Axis Solar Tracking System for Solar panel. Bulletin of Electrical Engineering and Informatics, 5(4), pp.403-411. [11] Das, A. and Swthika, O.V., 2016. Arduino BasedDual Axis Sun Tracking System. AdvancedScienceLetters,22(10), pp.2837-2840. [12] Fuentes, M., Vivar, M., Burgos, J.M.,Aguilera, J.andVacas, J.A., 2014. Design of an accurate, low-cost autonomous data logger for PV systemmonitoringusingArduinothat complies with IEC standards. SolarEnergyMaterialsand Solar Cells, 130. Pp.529-543. [13] Rosenblatt, A. and Aaron, N., 2014. Solar Tracking System (2014). [14] Barsoum, N., Nizam, R. and Gerard, E., 2016. New approach on development a dual axis solar tracking prototype. Wireless Engineering and Technology, 7(1), pp. 1-11. [15] Vit, J. and Krejcar, O., 2016. Smart solution of alternative energy source for smart houses. In International conference on Industrial, Engineering and Other Applications of Applied Intelligent Systems (pp. 830- 840). Springer, Cham.s. [16]