SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler 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 211
Smart and Intelligent Dual Axis Solar Tracker using Arduino
Micro-controller
Aniruddho Chatterjee1, Souparno Basu2, Anant Goyal3, Rahul Jindal4, Sarat Kumar Sahoo5
1,2,3,4Department of Electrical and Electronics Engineering, VIT University, Tamil Nadu, India
5Professor, Head of Department of Electrical and Electronics Engineering, VIT University, Tamil Nadu, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Now-a-days there is a high demand of electrical
energy generated from renewable energy sources. One of the
best ways is solar energy since it is inexhaustible and causes
no pollution. Solar panels can be used to convert solar energy
to electricity. But the challenge remains to maximize the
input from sun and correspondingly maximize in the output
power generated. These solar panels can be fixed type or can
be rotatory type. They can be rotated in both single and dual
axis. This paper deals with the implementation of Energy and
Cost Effective Dual Axis Solar Tracker using Arduino along
with the comparison and cost report of fixed, single and dual
axis trackers in MATLAB.
Key Words: Arduino, MATLAB,ServoMotors,LDR,Solar
energy
1. INTRODUCTION
In the recent scenarioofthe world,non-renewable energyis
on the verge of extinction. There is growing consumption of
non-renewable energies like fossil fuels, petrol, diesel etc. If
this rate of consumption remains then these resources can
last only up to 100 years. So there is a need of developing
the renewable energy sources likewind,sunand water.One
of the best ways of utilizing the renewable energy is solar
energy from the sun. We know that the sun rotates from
East to West throughout the day and revolvesfromNorthto
South throughout the year with respect to the Earth[1].Fig.
(1) Shows the position of the solar panel with respect tothe
rotation of the sun.
Fig -1. Sun’s Path
Solar panels are the device which converts the sun’s energy
into useable electrical energy with the help of Photovoltaic
cells [2]. These PV cells are combined together to give a
solar panel. In many of the places solar panels are setupat a
particular fixed angle also known as Fixed Axis SolarPanels
(FASP). These solar panels have very low efficiency and
power generated from them is also very low. In order to
maximize the efficiency and output power we need to track
the sun and correspondingly move thesolarpanelstowards
the direction of maximum sun rays. This can be done in two
ways viz. Single Axis Solar Tracker (SAST) [3] and Dual Axis
Solar Tracker (DAST). The SAST has a comparatively lower
efficiency and power output than DAST but higher than
FASP. Thus implementing DAST is very helpful as it has
highest efficiency and power output ofall thethree.Alsothe
angle of incidence on the panel should be an optimized
angle. Techniques such as azimuthal angle tracking and
zenith angle tracking are very useful in Dual Axis Solar
Tracker [4].
2. PRINCIPAL OF TRACKING
In order to track the sun we need some sensors which will
sense the rays of sun. The best and the cheapest method is
use of Light Dependent Resistors (LDR). As shownintheFig.
(2) the resistivity of LDR decreases as the illumination
increases. Also resistance decreaseswhenlightfallsonthem
and increases when in dark [5].
Fig -2. Resistivity vs Illumination
As the LDR gives analog output voltage this output voltage
can be processed further using microcontrollers and the
corresponding output to some rotating device which can
rotate the panel in either single or dual axis. The micro-
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 212
controller gets all the analog voltages from the number of
LDR’s fixedand then selects the maximum of them.Thenthe
panels will be moved by the servo motors towards that LDR
having higher analog voltage. This process is carried out
throughout the day.
3. BLOCK DIAGRAM REPRESENTATION
Fig -3. Block Diagram Representation
3.1. Power Supply
An unregulated 5-20 VDC(7-12Vrecommended),whichcan
be supplied via 2.1mm centerpositive barrelplugconnector
or USB cable connected to the micro-controller and servo
motors.
3.2. LDR Sensors
Fig -4. Light Dependent Resistor
As discussed in [6] the characteristic of LDR depends on the
illumination (Lux). The resistivity decreases with a
corresponding increase in illumination. Fig.(2) shows the
structure of LDR. It consists of two electrode, a photo
conductive material andtwowireterminals.TheLDRsensor
module forms the input block for the dual axis solar tracker.
4 such LDR are used for this paper.Theyarearrangedinfour
quadrants as shown in Fig.(5) viz. left top, right top, left
bottom, right bottom. They sense the intensity of light
incident on them and correspondingly give and analog
voltage level which can be further processed by micro-
controller and the front view of LDR is shown in Fig.6.
Fig -5.Top view of proposed LDR arrangement
Fig -6. Front view of proposed LDR arrangement
3.3. Arduino UNO Micro-controller
Fig -7. Arduino Micro-controller Board
Arduino [7] is an open-source prototyping platform based
on both hardware and software. Arduino boards are
available in many types andcan be programmedasrequired
using Arduino Software (IDE). Fig.(7) shows the actual
Arduino micro-controller board. The main chip used is the
ATmega 328which is the heart of the Arduino. The Arduino
has 6 Analog and 12 Digital Input/output pins. Two pins are
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 213
dedicated for serial communication, one for transmission
and another forreceiver.TheArduinocanbepoweredeither
by USB or an externalsupply. Input signals fromsensorscan
be processed and turned into output as required by sending
sets of instructions to the hardware board. Here Arduino
UNO Micro-controller has been used which forms the
controlling section and is the heart of the system. It controls
the whole tracking principle along with processing signals
from input (LDR sensors) to output (servo motors).
D. Servo Motors
Fig -8. Servo motor
Fig.8. shows a 9g SG90 servo motor which is operated at 5V.
Servo motors [8] are those motors which rotate through a
certain degree of angle when pulse input is given. These
pulses are provided by Arduino from its digital PWM pins.
Two such servo motors are used inthisprototype.Oneservo
motor is used for horizontal axis. The other one is used for
vertical axis.
4. HARDWARE IMPLEMENTATION
Fig -9. Proposed Arduino Circuit Connection
Fig.9. shows the circuit connections of the hardware
prototype. The 4 LDR’s are connected to the analog ports of
the Arduino. The servo motors are connected to the digital
PWM pulse pins. The Arduino gives PWM signals to the
servo motor and according to that the servo moves a
particular angle.
The schematic diagram of the above circuit is shown in
Fig.10.
Fig -10. Circuit Schematic
Fig -11. Structural and hardware implementation of Dual
Axis Solar Tracker.
Fig.(11) shows the working prototype of the proposed
model. It consists of two servo motors forboth X-axis andY-
axis rotation [9]. The micro-controller receivessignals from
LDR and accordingly gives the servo motor the angle of
rotation. Flashlight from the mobile is used as a light source
for the LDR’s. The code is coded in Arduino software and
then dumped into the micro-controller. Solar panels can be
used in this arrangement for implementation purposes.
5. WORKING CONDITIONS
As shown in Table (1) the Fixed Axis Solar Tracker works
efficiently only during sunny weather. The Single Axis Solar
Tracker on the other hand works efficiently during both
sunny as well as partly cloudy conditions. The main
advantage of the dual axis solar tracker is that it can track
the sun also during partly cloudyweatherconditions.Thusif
weather conditions are worse we can provide signals to the
arduino micro-controller and switch off the servo motors to
save energy. A GPS module can be usedtoenablethisfeature
thereby saving a lot of energy.
Table 1
Table -1: Working conditions
Tracker
Position
Sunny
Weather
Partly Cloudy
Weather
Cloudy
Weather
Fixed Axis
Solar Tracker
Yes No No
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 214
Single Axis
Solar Tracker
Yes Yes No
Dual Axis Solar
Tracker
Yes Yes Yes
5.1. Comparison
For comparing the three typesofsolartrackerviz.FixedAxis
Solar Tracker, Single Axis Solar Tracker, Dual Axis Solar
Tracker the power output throughout the day was taken
from [10] as shown in Table (2). The data was plotted on
MATLAB graphically as shown in Fig.(12).
Table -2: Power Output of three types of solar tracker
TIME FIXED AXIS SINGLE AXIS DUAL AXIS
8:00 0.074 0.0045 0.92
9:00 0.78 0.54 18.99
10:00 15.04 19.40 30.41
11:00 19.76 21.38 32.01
12:00 19.19 19.26 33.22
13:00 20.17 26.68 34.16
14:00 15.73 17.42 28.87
15:00 16.70 17.88 26.72
16:00 7.81 18.70 25.76
17:00 0.75 8.08 23.61
18:00 0.63 0.84 6.98
Fig -12. MATLAB simulation of efficiency of three different
solar trackers.
It is evident that throughout the day the dual axis solar
tracker gives highest output power followed by single axis
solar tracker and lastly fixedaxissolartracker.Withthehelp
of the power output, efficiencies of the solar tracker can be
found out in MATLAB [11].
Fig -13. Efficiency Calculation
According to the MATLAB simulation the fixed axis has30%
efficiency with an average power of 10.55 Watts. Whereas
the single axis has an efficiency of 39% with average power
13.66 Wattsand dualaxis hasefficiency as highas 67%with
average power 23.79 Watts is shown in Fig.(13).
6. COST ANALYSIS
The proposed dual axis solar tracker produces a greater
power output and energy than the fixed axis and single axis
solar tracker. Thus the annual excess energy in Kilo Watt
Hour generated bythedualaxissolartrackerascomparedto
single axis and fixed axis can been found out. With this
excess energy the annual savings over fixed axis and single
axis can be found out. The MATLAB simulation is as follows.
Fig -14. MATLAB simulation of Excess Energy and Annual
Savings.
Considering that a 1 Kilo Watt solar panel is used in all the
solar trackers. The annual excess energy generated by the
dual axis as compared to fixed axis is 1380.80 KWHr.
Whereas as compared to single axis it is 1056.37 KWHr.
Considering 1KWHr of electricity costing around RS 4 in
India, the annual savings by implementingdualaxisoverthe
fixed axis will be RS 5521.20. And if it compared to single
axis savings will be around RS 4225.47. From the excess
energy generated by the dual axis solar tracker, on an
average 10 more classroomscan be poweredforonehourin
a single day is shown in Fig.(14).
The initial investment required for setting up the hardware
will be around RS 20,000. This money can be repaid in
approximately two years from the cost of electricity saved
through the panels. Thus this is a short term investmentand
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 215
a long term profit project. Also it is eco-friendlyandhasvery
low maintenance cost and complexity.
Assuming average consumption of electricity permonthofa
house to be 220 units (KWhr). We can power 4 such houses
for one month with the helpofexcessenergygeneratedfrom
the 1KW dual axis solar panel.
7. CONCLUSION
The proposed dual axis solar tracker can track the rays of
sun in an effective way as compared to other methods
currently in use. It gives higher output power as well as
higher efficiency.Itcanalsooperateinpartlycloudyweather
conditions. Initial setup cost is high but on the long run it is
very much cost effective.
REFERENCES
1. Nader Barsoum, “Fabrication of Dual-Axis Solar
Tracking Controller Project”, Intelligent Control and
Automation 2011, Vol 2, pp. 57-68.
http://energy.ltgovernors.com/solar-energy-pv-
systems-self-generation-make-your-own-power.html.
2. Jager_Waldau, A., European photovoltaics in
world_wide comparison, J. Non_Cryst. Solids, 2006,vol.
352,nos. 9–20, pp. 1922–1927.
3. Asmarashid Ponniran, Ammar Hashim, Ariffuddin
Joret,”A Design of low power single axis solar tracking
system regardless of motor speed ” International
journal ofintegrated engineering,Volume 3 No.2,
December 2011, pp. 5-9.
4. M. Natarajan, T. Srinivas,”StudyonSolarGeometrywith
Tracking of Collector”, AppliedSolarEnergy,2015, Vol -
51, No.4, pp. 274-282.
5. Sanzidur Rahman, Rashid Ahammed Ferdaus,
Mohammad Abdul Mannan, Mahir Asif Mohammed,
“Design & Implementation of a Dual AxisSolarTracking
System”, American Academic & Scholarly Research
Journal Vol. 5, No. 1, Jan. 2013.
6. Arindam Bose, Sounak Sarkar, Sayan Das, “Helianthus -
a Low Cost High Efficient Solar Tracking System Using
AVR Microcontroller”,International Journal ofScientific
&EngineeringResearch,Volume3,Issue10,October,2012.
https://en.wikipedia.org/wiki/Photoresistor#/media/
File:LDR_1480405_6_7_HDR_Enhancer_1.jpg.
7. Arduino,Home,www.arduino.cchttps://en.wikipedia.or
g/wiki/Arduino.
8. “ServoMotors”,https://en.wikipedia.org/wiki/Servomo
tor.2016, https://circuitdigest.com/article/servo-
motor-basics.
9. KPJ Pradeep, K Sai Prasad Reddy, C Chandra Mouli, K
Nagabhushan Raju,”Development of Dual-Axis Solar
Tracking Using Arduino With LAB VIEW”,International
Journal of Engineering Trends andTechnology(IJETT)-
Volume17 Number7-Nov2014.
10. Aashir Waleed,Dr K M Hasan, Umar Siddique Virk,
“Designing a Dual Axis Solar Tracker for Optimum
Power”, Journal of Electrical Engineering.
11. Deepthi. S, Ponni. A, Ranjitha. R, R Dhanabal
“Comparison of efficiencies of single axis tracking
system and dual axis trackingsystemwithfixedmount”
International journal of engineering sciences and
innovative technologies,Volume2,issue2,March2013,
ISSN 2319-5967.

Mais conteúdo relacionado

Mais procurados

Automatic dual axis solar tracking system(eee499.blogspot.com)
Automatic dual axis solar tracking system(eee499.blogspot.com)Automatic dual axis solar tracking system(eee499.blogspot.com)
Automatic dual axis solar tracking system(eee499.blogspot.com)slmnsvn
 
Sun tracking solar panel
Sun tracking solar panelSun tracking solar panel
Sun tracking solar panelAkshay Thakur
 
Solar Tracker
Solar Tracker Solar Tracker
Solar Tracker veenuadi
 
Dual axis solar tracker
Dual axis solar tracker Dual axis solar tracker
Dual axis solar tracker Muhammad Imam
 
Solar tracking system by naidu
Solar tracking system by naiduSolar tracking system by naidu
Solar tracking system by naiduNaidu Turpati
 
Walk n charge (report)
Walk n charge (report)Walk n charge (report)
Walk n charge (report)Arpit Kurel
 
Presentation of single axis solar tracker
Presentation of single axis solar trackerPresentation of single axis solar tracker
Presentation of single axis solar trackeravocado1111
 
91720552 solar-tracker
91720552 solar-tracker91720552 solar-tracker
91720552 solar-trackerdibinbabu
 
Sun trackin solar panel with auto dust cleaning system
Sun trackin solar panel with auto dust cleaning systemSun trackin solar panel with auto dust cleaning system
Sun trackin solar panel with auto dust cleaning systemsachin kumar
 
REPORT ON SOLAR TRACKING SYSTEM
REPORT ON SOLAR TRACKING SYSTEMREPORT ON SOLAR TRACKING SYSTEM
REPORT ON SOLAR TRACKING SYSTEMBhautik Sanandiya
 
solar mobile charger
solar mobile charger solar mobile charger
solar mobile charger souravsahoo28
 
Final ppt on automatic solar traking system
Final ppt on automatic solar traking systemFinal ppt on automatic solar traking system
Final ppt on automatic solar traking systemSHASHIKANT GARUD
 
SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
 SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUTSamar Gul
 
Automatic solar tracking system using interfacing ic and geared motor
Automatic  solar tracking  system  using  interfacing  ic and geared motorAutomatic  solar tracking  system  using  interfacing  ic and geared motor
Automatic solar tracking system using interfacing ic and geared motoranbarasuasokan
 
Wireless power transmission via solar power satellite(sps)
Wireless power transmission via solar power satellite(sps)Wireless power transmission via solar power satellite(sps)
Wireless power transmission via solar power satellite(sps)ShahinshaM
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar trackerRaghav S
 

Mais procurados (20)

Automatic dual axis solar tracking system(eee499.blogspot.com)
Automatic dual axis solar tracking system(eee499.blogspot.com)Automatic dual axis solar tracking system(eee499.blogspot.com)
Automatic dual axis solar tracking system(eee499.blogspot.com)
 
Sun tracking solar panel
Sun tracking solar panelSun tracking solar panel
Sun tracking solar panel
 
Solar Tracker
Solar Tracker Solar Tracker
Solar Tracker
 
Dual axis solar tracker
Dual axis solar tracker Dual axis solar tracker
Dual axis solar tracker
 
Solar tracking system by naidu
Solar tracking system by naiduSolar tracking system by naidu
Solar tracking system by naidu
 
Solar tracking system
Solar tracking systemSolar tracking system
Solar tracking system
 
Walk n charge (report)
Walk n charge (report)Walk n charge (report)
Walk n charge (report)
 
Presentation of single axis solar tracker
Presentation of single axis solar trackerPresentation of single axis solar tracker
Presentation of single axis solar tracker
 
Solar Mobile Charger Report
Solar Mobile Charger ReportSolar Mobile Charger Report
Solar Mobile Charger Report
 
Solar tracking system - Report
Solar tracking system - ReportSolar tracking system - Report
Solar tracking system - Report
 
91720552 solar-tracker
91720552 solar-tracker91720552 solar-tracker
91720552 solar-tracker
 
Sun trackin solar panel with auto dust cleaning system
Sun trackin solar panel with auto dust cleaning systemSun trackin solar panel with auto dust cleaning system
Sun trackin solar panel with auto dust cleaning system
 
Solar tracker
Solar trackerSolar tracker
Solar tracker
 
REPORT ON SOLAR TRACKING SYSTEM
REPORT ON SOLAR TRACKING SYSTEMREPORT ON SOLAR TRACKING SYSTEM
REPORT ON SOLAR TRACKING SYSTEM
 
solar mobile charger
solar mobile charger solar mobile charger
solar mobile charger
 
Final ppt on automatic solar traking system
Final ppt on automatic solar traking systemFinal ppt on automatic solar traking system
Final ppt on automatic solar traking system
 
SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
 SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
SOLAR TRACKING SYSTEM FOR MAXIMUM POWER OUTPUT
 
Automatic solar tracking system using interfacing ic and geared motor
Automatic  solar tracking  system  using  interfacing  ic and geared motorAutomatic  solar tracking  system  using  interfacing  ic and geared motor
Automatic solar tracking system using interfacing ic and geared motor
 
Wireless power transmission via solar power satellite(sps)
Wireless power transmission via solar power satellite(sps)Wireless power transmission via solar power satellite(sps)
Wireless power transmission via solar power satellite(sps)
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar tracker
 

Semelhante a Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-controller

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 ArduinoIRJET 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
 
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-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
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring 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
 
IRJET- Smart Alignment System
IRJET- Smart Alignment SystemIRJET- Smart Alignment System
IRJET- Smart Alignment 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 - Dual Axis Solar Tracking System
IRJET -  	  Dual Axis Solar Tracking SystemIRJET -  	  Dual Axis Solar Tracking System
IRJET - Dual Axis Solar Tracking SystemIRJET Journal
 
IRJET- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar PanelIRJET Journal
 
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIRJET Journal
 
IRJET- Highway Power Generation
IRJET- Highway Power GenerationIRJET- Highway Power Generation
IRJET- Highway Power GenerationIRJET 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
 
IRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking PanelIRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking PanelIRJET Journal
 
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.IRJET Journal
 
IRJET - Renewable Energy based Robotic Grass Cutter using IoT
IRJET - Renewable Energy based Robotic Grass Cutter using IoTIRJET - Renewable Energy based Robotic Grass Cutter using IoT
IRJET - Renewable Energy based Robotic Grass Cutter using IoTIRJET 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
 
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
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIRJET Journal
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting SystemIRJET Journal
 

Semelhante a Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-controller (20)

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 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
 
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-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
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
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- Smart Alignment System
IRJET- Smart Alignment SystemIRJET- Smart Alignment System
IRJET- Smart Alignment 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 - Dual Axis Solar Tracking System
IRJET -  	  Dual Axis Solar Tracking SystemIRJET -  	  Dual Axis Solar Tracking System
IRJET - Dual Axis Solar Tracking System
 
IRJET- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar Panel
 
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
 
IRJET- Highway Power Generation
IRJET- Highway Power GenerationIRJET- Highway Power Generation
IRJET- Highway Power Generation
 
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- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking PanelIRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking Panel
 
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
 
IRJET - Renewable Energy based Robotic Grass Cutter using IoT
IRJET - Renewable Energy based Robotic Grass Cutter using IoTIRJET - Renewable Energy based Robotic Grass Cutter using IoT
IRJET - Renewable Energy based Robotic Grass Cutter using IoT
 
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
 
Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy Monitoring
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting System
 

Mais de 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
 

Mais de 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...
 

Último

Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxPurva Nikam
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
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
 

Último (20)

Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
An introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptxAn introduction to Semiconductor and its types.pptx
An introduction to Semiconductor and its types.pptx
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
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
 

Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-controller

  • 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 211 Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-controller Aniruddho Chatterjee1, Souparno Basu2, Anant Goyal3, Rahul Jindal4, Sarat Kumar Sahoo5 1,2,3,4Department of Electrical and Electronics Engineering, VIT University, Tamil Nadu, India 5Professor, Head of Department of Electrical and Electronics Engineering, VIT University, Tamil Nadu, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Now-a-days there is a high demand of electrical energy generated from renewable energy sources. One of the best ways is solar energy since it is inexhaustible and causes no pollution. Solar panels can be used to convert solar energy to electricity. But the challenge remains to maximize the input from sun and correspondingly maximize in the output power generated. These solar panels can be fixed type or can be rotatory type. They can be rotated in both single and dual axis. This paper deals with the implementation of Energy and Cost Effective Dual Axis Solar Tracker using Arduino along with the comparison and cost report of fixed, single and dual axis trackers in MATLAB. Key Words: Arduino, MATLAB,ServoMotors,LDR,Solar energy 1. INTRODUCTION In the recent scenarioofthe world,non-renewable energyis on the verge of extinction. There is growing consumption of non-renewable energies like fossil fuels, petrol, diesel etc. If this rate of consumption remains then these resources can last only up to 100 years. So there is a need of developing the renewable energy sources likewind,sunand water.One of the best ways of utilizing the renewable energy is solar energy from the sun. We know that the sun rotates from East to West throughout the day and revolvesfromNorthto South throughout the year with respect to the Earth[1].Fig. (1) Shows the position of the solar panel with respect tothe rotation of the sun. Fig -1. Sun’s Path Solar panels are the device which converts the sun’s energy into useable electrical energy with the help of Photovoltaic cells [2]. These PV cells are combined together to give a solar panel. In many of the places solar panels are setupat a particular fixed angle also known as Fixed Axis SolarPanels (FASP). These solar panels have very low efficiency and power generated from them is also very low. In order to maximize the efficiency and output power we need to track the sun and correspondingly move thesolarpanelstowards the direction of maximum sun rays. This can be done in two ways viz. Single Axis Solar Tracker (SAST) [3] and Dual Axis Solar Tracker (DAST). The SAST has a comparatively lower efficiency and power output than DAST but higher than FASP. Thus implementing DAST is very helpful as it has highest efficiency and power output ofall thethree.Alsothe angle of incidence on the panel should be an optimized angle. Techniques such as azimuthal angle tracking and zenith angle tracking are very useful in Dual Axis Solar Tracker [4]. 2. PRINCIPAL OF TRACKING In order to track the sun we need some sensors which will sense the rays of sun. The best and the cheapest method is use of Light Dependent Resistors (LDR). As shownintheFig. (2) the resistivity of LDR decreases as the illumination increases. Also resistance decreaseswhenlightfallsonthem and increases when in dark [5]. Fig -2. Resistivity vs Illumination As the LDR gives analog output voltage this output voltage can be processed further using microcontrollers and the corresponding output to some rotating device which can rotate the panel in either single or dual axis. The micro-
  • 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 212 controller gets all the analog voltages from the number of LDR’s fixedand then selects the maximum of them.Thenthe panels will be moved by the servo motors towards that LDR having higher analog voltage. This process is carried out throughout the day. 3. BLOCK DIAGRAM REPRESENTATION Fig -3. Block Diagram Representation 3.1. Power Supply An unregulated 5-20 VDC(7-12Vrecommended),whichcan be supplied via 2.1mm centerpositive barrelplugconnector or USB cable connected to the micro-controller and servo motors. 3.2. LDR Sensors Fig -4. Light Dependent Resistor As discussed in [6] the characteristic of LDR depends on the illumination (Lux). The resistivity decreases with a corresponding increase in illumination. Fig.(2) shows the structure of LDR. It consists of two electrode, a photo conductive material andtwowireterminals.TheLDRsensor module forms the input block for the dual axis solar tracker. 4 such LDR are used for this paper.Theyarearrangedinfour quadrants as shown in Fig.(5) viz. left top, right top, left bottom, right bottom. They sense the intensity of light incident on them and correspondingly give and analog voltage level which can be further processed by micro- controller and the front view of LDR is shown in Fig.6. Fig -5.Top view of proposed LDR arrangement Fig -6. Front view of proposed LDR arrangement 3.3. Arduino UNO Micro-controller Fig -7. Arduino Micro-controller Board Arduino [7] is an open-source prototyping platform based on both hardware and software. Arduino boards are available in many types andcan be programmedasrequired using Arduino Software (IDE). Fig.(7) shows the actual Arduino micro-controller board. The main chip used is the ATmega 328which is the heart of the Arduino. The Arduino has 6 Analog and 12 Digital Input/output pins. Two pins are
  • 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 213 dedicated for serial communication, one for transmission and another forreceiver.TheArduinocanbepoweredeither by USB or an externalsupply. Input signals fromsensorscan be processed and turned into output as required by sending sets of instructions to the hardware board. Here Arduino UNO Micro-controller has been used which forms the controlling section and is the heart of the system. It controls the whole tracking principle along with processing signals from input (LDR sensors) to output (servo motors). D. Servo Motors Fig -8. Servo motor Fig.8. shows a 9g SG90 servo motor which is operated at 5V. Servo motors [8] are those motors which rotate through a certain degree of angle when pulse input is given. These pulses are provided by Arduino from its digital PWM pins. Two such servo motors are used inthisprototype.Oneservo motor is used for horizontal axis. The other one is used for vertical axis. 4. HARDWARE IMPLEMENTATION Fig -9. Proposed Arduino Circuit Connection Fig.9. shows the circuit connections of the hardware prototype. The 4 LDR’s are connected to the analog ports of the Arduino. The servo motors are connected to the digital PWM pulse pins. The Arduino gives PWM signals to the servo motor and according to that the servo moves a particular angle. The schematic diagram of the above circuit is shown in Fig.10. Fig -10. Circuit Schematic Fig -11. Structural and hardware implementation of Dual Axis Solar Tracker. Fig.(11) shows the working prototype of the proposed model. It consists of two servo motors forboth X-axis andY- axis rotation [9]. The micro-controller receivessignals from LDR and accordingly gives the servo motor the angle of rotation. Flashlight from the mobile is used as a light source for the LDR’s. The code is coded in Arduino software and then dumped into the micro-controller. Solar panels can be used in this arrangement for implementation purposes. 5. WORKING CONDITIONS As shown in Table (1) the Fixed Axis Solar Tracker works efficiently only during sunny weather. The Single Axis Solar Tracker on the other hand works efficiently during both sunny as well as partly cloudy conditions. The main advantage of the dual axis solar tracker is that it can track the sun also during partly cloudyweatherconditions.Thusif weather conditions are worse we can provide signals to the arduino micro-controller and switch off the servo motors to save energy. A GPS module can be usedtoenablethisfeature thereby saving a lot of energy. Table 1 Table -1: Working conditions Tracker Position Sunny Weather Partly Cloudy Weather Cloudy Weather Fixed Axis Solar Tracker Yes No No
  • 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 214 Single Axis Solar Tracker Yes Yes No Dual Axis Solar Tracker Yes Yes Yes 5.1. Comparison For comparing the three typesofsolartrackerviz.FixedAxis Solar Tracker, Single Axis Solar Tracker, Dual Axis Solar Tracker the power output throughout the day was taken from [10] as shown in Table (2). The data was plotted on MATLAB graphically as shown in Fig.(12). Table -2: Power Output of three types of solar tracker TIME FIXED AXIS SINGLE AXIS DUAL AXIS 8:00 0.074 0.0045 0.92 9:00 0.78 0.54 18.99 10:00 15.04 19.40 30.41 11:00 19.76 21.38 32.01 12:00 19.19 19.26 33.22 13:00 20.17 26.68 34.16 14:00 15.73 17.42 28.87 15:00 16.70 17.88 26.72 16:00 7.81 18.70 25.76 17:00 0.75 8.08 23.61 18:00 0.63 0.84 6.98 Fig -12. MATLAB simulation of efficiency of three different solar trackers. It is evident that throughout the day the dual axis solar tracker gives highest output power followed by single axis solar tracker and lastly fixedaxissolartracker.Withthehelp of the power output, efficiencies of the solar tracker can be found out in MATLAB [11]. Fig -13. Efficiency Calculation According to the MATLAB simulation the fixed axis has30% efficiency with an average power of 10.55 Watts. Whereas the single axis has an efficiency of 39% with average power 13.66 Wattsand dualaxis hasefficiency as highas 67%with average power 23.79 Watts is shown in Fig.(13). 6. COST ANALYSIS The proposed dual axis solar tracker produces a greater power output and energy than the fixed axis and single axis solar tracker. Thus the annual excess energy in Kilo Watt Hour generated bythedualaxissolartrackerascomparedto single axis and fixed axis can been found out. With this excess energy the annual savings over fixed axis and single axis can be found out. The MATLAB simulation is as follows. Fig -14. MATLAB simulation of Excess Energy and Annual Savings. Considering that a 1 Kilo Watt solar panel is used in all the solar trackers. The annual excess energy generated by the dual axis as compared to fixed axis is 1380.80 KWHr. Whereas as compared to single axis it is 1056.37 KWHr. Considering 1KWHr of electricity costing around RS 4 in India, the annual savings by implementingdualaxisoverthe fixed axis will be RS 5521.20. And if it compared to single axis savings will be around RS 4225.47. From the excess energy generated by the dual axis solar tracker, on an average 10 more classroomscan be poweredforonehourin a single day is shown in Fig.(14). The initial investment required for setting up the hardware will be around RS 20,000. This money can be repaid in approximately two years from the cost of electricity saved through the panels. Thus this is a short term investmentand
  • 5. 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 215 a long term profit project. Also it is eco-friendlyandhasvery low maintenance cost and complexity. Assuming average consumption of electricity permonthofa house to be 220 units (KWhr). We can power 4 such houses for one month with the helpofexcessenergygeneratedfrom the 1KW dual axis solar panel. 7. CONCLUSION The proposed dual axis solar tracker can track the rays of sun in an effective way as compared to other methods currently in use. It gives higher output power as well as higher efficiency.Itcanalsooperateinpartlycloudyweather conditions. Initial setup cost is high but on the long run it is very much cost effective. REFERENCES 1. Nader Barsoum, “Fabrication of Dual-Axis Solar Tracking Controller Project”, Intelligent Control and Automation 2011, Vol 2, pp. 57-68. http://energy.ltgovernors.com/solar-energy-pv- systems-self-generation-make-your-own-power.html. 2. Jager_Waldau, A., European photovoltaics in world_wide comparison, J. Non_Cryst. Solids, 2006,vol. 352,nos. 9–20, pp. 1922–1927. 3. Asmarashid Ponniran, Ammar Hashim, Ariffuddin Joret,”A Design of low power single axis solar tracking system regardless of motor speed ” International journal ofintegrated engineering,Volume 3 No.2, December 2011, pp. 5-9. 4. M. Natarajan, T. Srinivas,”StudyonSolarGeometrywith Tracking of Collector”, AppliedSolarEnergy,2015, Vol - 51, No.4, pp. 274-282. 5. Sanzidur Rahman, Rashid Ahammed Ferdaus, Mohammad Abdul Mannan, Mahir Asif Mohammed, “Design & Implementation of a Dual AxisSolarTracking System”, American Academic & Scholarly Research Journal Vol. 5, No. 1, Jan. 2013. 6. Arindam Bose, Sounak Sarkar, Sayan Das, “Helianthus - a Low Cost High Efficient Solar Tracking System Using AVR Microcontroller”,International Journal ofScientific &EngineeringResearch,Volume3,Issue10,October,2012. https://en.wikipedia.org/wiki/Photoresistor#/media/ File:LDR_1480405_6_7_HDR_Enhancer_1.jpg. 7. Arduino,Home,www.arduino.cchttps://en.wikipedia.or g/wiki/Arduino. 8. “ServoMotors”,https://en.wikipedia.org/wiki/Servomo tor.2016, https://circuitdigest.com/article/servo- motor-basics. 9. KPJ Pradeep, K Sai Prasad Reddy, C Chandra Mouli, K Nagabhushan Raju,”Development of Dual-Axis Solar Tracking Using Arduino With LAB VIEW”,International Journal of Engineering Trends andTechnology(IJETT)- Volume17 Number7-Nov2014. 10. Aashir Waleed,Dr K M Hasan, Umar Siddique Virk, “Designing a Dual Axis Solar Tracker for Optimum Power”, Journal of Electrical Engineering. 11. Deepthi. S, Ponni. A, Ranjitha. R, R Dhanabal “Comparison of efficiencies of single axis tracking system and dual axis trackingsystemwithfixedmount” International journal of engineering sciences and innovative technologies,Volume2,issue2,March2013, ISSN 2319-5967.