SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-3, Issue-5, May- 2017]
https://dx.doi.org/10.24001/ijaems.3.5.20 ISSN: 2454-1311
www.ijaems.com Page | 532
Arduino based Dual Axis Smart Solar Tracker
Jyoti Mishra, Ritula Thakur, Alok Deep
Department of Electrical Engineering, NITTTR, Chandigarh, India
Abstract— Solar energy is rapidly advancing as an
important means of renewable energy resource. It is
radiant light and heat from the Sun that is harnessed
using a range of ever-evolving technologies such as solar
heating, photovoltaic, solar thermal energy, solar
architecture, molten salt power plants and artificial
photosynthesis. Trackers direct solar panels or modules
toward the sun. These devices change their orientation
throughout the day to follow the sun’s path to maximize
energy capture. The use of solar trackers can increase
electricity production by around a third, and some claim
by as much as 40% in some regions, compared with
modules at a fixed angle. In any solar application, the
conversion efficiency is improved when the modules are
continually adjusted to the optimum angle as the sun
traverses the sky. This paper presents the designing of a
solar tracking system which is based on Arduino UNO
and which provides movement of solar panel in the
direction of maximum sun light incident. As a result of
which we get more efficient system which is compact, low
cost as well as easy to use.
Keywords— Arduino UNO, Bluetooth module, Solar
Panel, Servo Motor.
I. INTRODUCTION
Sun is an abundant source of energy and this solar energy
can be harnesses successfully using solar photovoltaic
cells and photovoltaic effect to convert energy into
electrical energy. But the conversion efficiency of a
normal PV cell is low. One of the main reason for this is
that the output of PV cell is dependent directly on the
light intensity and with the position of sun in the sky
changing continuously from time to time, the absorption
efficiency of an immobile solar panel would be
significantly less at certain time day and year, for the
solar photovoltaic cells are maximum productive when
they are perpendicular to the sun and less productive
otherwise. So to maximize the energy generation and
improve the efficiency solar trackers are required.
The solar tracker also provided lucrative solution for third
world countries to integrate it into their solar system with
a comparatively low cost through software based solution.
The study revealed that use of stepper motor enables
accurate tracking of sun and LDR resistors used to
determine the solar light intensity [1]. Researchers
concluded that embedding the tracking system with solar
panel can response accurate and applicable to meet the
power demands at different operational conditions.
A solar tracking system designed with microcontroller
and LDR’s that actively track the sun and change its
position accordingly to maximize the energy output. The
LDR incorporated on solar panel helps to detect sunlight
which in turn moves the panel accordingly [2] .The solar
tracker described a more improved way to maximize the
power consumption by solar panel from sun by just
rotating the solar panel according to sun’s position. By
comparing the results it was discovered that direct beam
of sun helps in generating energy than it is produced
when solar panel is kept fixed. The studied have shown
that efficiency of solar panels can be increased to a great
extent if the solar panels continuously rotate in the
direction of sun. Microcontroller and an arrangement of
LDR sensors can be used for the purpose of tracking the
sun [3]. But the system was less efficient because of the
low sensitivity and disturbance of light dependent
resistors. The mechanism of solar tracking was
implemented by the use of image processing software
which combines the effect of sensors and processed
image of sun and controls the solar panel accordingly. A
new mechanical structure for solar trackers which
implemented two stepper motors for free rotation on X
and Y axis [4]. The rotation was intelligently controlled
by a pre-programmed 2K microcontroller device PIC
18F4560 which provides simple programming strategy
through C language. The designed algorithm was based
on the measurement of intensity of solar radiation which
was captured by an ultra violet sensitive device known as
Pyranometer. The system had been tested and the results
show very significant impact on the mechanical design,
controlling algorithm and also the cost of the
development.
II. BLOCK DIAGRAM DESCRIPTION
The main aim of the proposed system is to develop a cost
effective instrument using an Arduino Microcontroller
based solar tracking system using Bluetooth module for
detection of voltage and getting the result in android app.
Block diagram of complete system is shown in Fig. 1
below which consists of power supply, Arduino Uno,
LDR sensor, servo motor, and solar panel.
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-3, Issue-5, May- 2017]
https://dx.doi.org/10.24001/ijaems.3.5.20 ISSN: 2454-1311
www.ijaems.com Page | 533
Fig. 1: Block diagram of System
A. HC-05 Bluetooth to Serial Port Module
The HC05 Bluetooth Module can be used in a Master or
Slave configuration, making it a great solution for
wireless communication. It can be used simply for a serial
port replacement to establish connection between MCU
and GPS, PC to embedded project. The HC05 module has
6 pins Vcc, GND, Tx, Rx, Key and LED. It comes
preprogrammed as a slave, so there is no need to connect
the key pin, unless it is needed to be chnaged to master
mode. The major difference between Master and Slave
modes is that, in Slave mode the Bluetooth module cannot
initiate a connection; it can however accept incoming
connections.
Table.1: Pin Description of HC05 Bluetooth Module
PIN NO. CONFIGURATION
Pin 1 STATE: NC (No
Connection)
Pin 2 Rx: Tx of Microcontroller
Pin 3 Tx: Rx of Microcontroller
Pin 4 GND: Ground
Pin 5 VCC: +5V
Pin 6 EN: NC (No Connection)
After the connection is established the Bluetooth module
can transmit and recieve data regradless of the mode it is
running in. If we use mobile phone to connect to the
Bluetooth module, we can simply use it in the Slave
mode. . The module has a factory set pin of “1234” which
is used while pairing the module to a phone. The HC-05
module can build a connection to the other modules.
B. Over view of Arduino
Arduino is an open-source electronics prototyping
platform, mostly based on small, easy-to-use hardware
and software [5-6]. It can affect devices, like lights,
motors and other actuators by receiving input from
sensor. All the action performed by Arduino is
programmed to the microcontroller on the board via
Arduino programming language and the Arduino
development environment. Arduino projects can be stand-
alone or communicate with other software applications
running on a computer and other types of hardware.
Fig. 2: Arduino Uno Microcontroller Development
Board
The Adruino Uno board as shown in Fig. 2. The Table.1
shows the specifications of Arduino Uno microcontroller
board.
Table.2: Arduino Uno specifications
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
III. FLOWCHART OF PROCESS
The given flow chart shows the order of steps taken in the
process for designing and working of solar tracking
system. The system is designed in order to respond to the
sunlight incident on the solar panel, according to which
the movement of solar panel is done. Working of system
is controlled by arduino microcontroller.
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-3, Issue-5, May- 2017]
https://dx.doi.org/10.24001/ijaems.3.5.20 ISSN: 2454-1311
www.ijaems.com Page | 534
Fig. 3: Flow Chart of Process
From the flow chart it can be seen that initially the
position of both the motors is being set after that the
voltage of LDR is checked. After this process the
orientation of sun is being estimated, according to which
the sunlight falls on the LDR. There are four LDR used
on four sides of solar panel at which sunlight falls, out of
these two work for horizontal and two works for vertical
movement of panel. The voltages of x axis sensors are
compared as well as y axis sensors, as a result of which
the panel moves in clockwise/anticlockwise or
upward/downward direction. The direction of movement
of panel is always in the direction of maximum sun light.
So, the solar tracker provides higher efficiency.
IV. HARDWARE IMPLEMENTATION
Complete system assembly of Solar is shown in Fig. 4
and 5. The system consists of Power supply unit for
whole system, Arduino UNO board, HC05 Bluetooth
module, two servo motors, solar panel, four LDR sensors
fixed on on solar panel and voltage divider circuitry.
Fig. 4: Complete Hardware assembly
Fig. 5: Hardware Assembly with Bluetooth Module
V. RESULTS AND DISCUSSION
After designing, developing and implementing of the
smart solar tracker system for voltage measurement,
improvement of solar panel efficiency, compact and low
power system is successfully done. System is tested at
different times of a day in presence of varying orientation
of sun so that it is able to detect the incident light in
different conditions. The output is taken with the help of
panel movement according to maximum efficiency. The
developed system provides results and output in android
device through transmission from the controller and we
get real time measurement on the mobile app. The output
obtained in mobile app is shown below in Fig. 6.
Fig. 6: Real Time Values of Solar Panel Voltage in
Mobile App
The readings of solar panel were recorded with and
without tracking of system and in both the conditions
different output is obtained. The obtained readings are
given in Table 3.
International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-3, Issue-5, May- 2017]
https://dx.doi.org/10.24001/ijaems.3.5.20 ISSN: 2454-1311
www.ijaems.com Page | 535
Table.3: Comparison of Panel Voltage with and without
Tracking
Fig. 7: Graphical Representation of Data
VI. CONCLUSION
The aim of this project was to design a dual axis tracking
system which can sense the incident solar light on the
panel and move it in the direction of maximum solar light
incident. Further the advantages and disadvantages were
also studied. The disadvantages were the challenges that
had to be overcome. From this study the main
conclusions are:
i. Proposed system is low cost and compact as
compared to the other tracking systems in use for
same application.
ii. It is very easy to program and modify because it is
Arduino based and no external programmer is
required.
iii. The designed system is easy to use and provides
better efficiency of the panel.
iv. In the developed system real time data is retrieved
on the android device.
REFERENCES
[1] Khyati vyas, Dr. Sudhir Jain, Dr. Sunil Joshi, “ A
Review on an Automatic Solar tracking System”,
International Journal of Computer Applications,
2014.
[2] Priyanjan Sharma, Nitesh Malhotra, “Solar Tracking
System Using Microcontroller”, Proceedings of 1st
International Conference on Non Conventional
Energy, pp. 77-79, January 16-17, 2014
[3] Hanif Ali Sohag, Mahmudul Hasan, Mahmuda
Khatun, Mohiuddin Ahmad, “An accurate and
efficient solar tracking system using image
processing and LDR sensor”, 2nd International
Conference on Electrical Information and
Communication Technologies, pp. 522-527, 2015.
[4] M. Amir Abas , M. Hilmi Fadzil S, Samsudin
A.Kadir, A. Khusairy Azim, “Improved Structure of
Solar Tracker with Microcontroller based Control
“,Second International Conference on Advances in
Computing, Control, and Telecommunication
Technologies, pp. 55-59, 2010.
[5] Dipti Bawa, C.Y. Patil, “Fuzzy control based solar
tracker using Arduino Uno “International Journal of
Engineering and Innovative Technology, Vol. 2, No.
12, pp. 179-187, June 2013.
[6] Radhika Grover, Shoba Krishnan, Terry Shoup,
Maryam hanbaghi, “A Competition-Based
Approach for Undergraduate Mechatronics Education
Using the Arduino Platform”, 4th
Interdisciplinary
Engineering Design Education Conference
(IEDEC), Santa Clara, CA, pp 78-83, Mar 2014.
[7] Syed Arsalan, “Sun Tracking System with
Microcontroller 8051”, International Journal of
Scientific & Engineering Research, Vol. 4, No. 6,pp.
2998-3001, June 2013.
[8] Soumya Das , Pradip Kumar Sadhu, Nitai Pal ,
Suprotim Mukherjee, “Single Axis Automatic Solar
Tracking System Using Microcontroller”, Vol. 12,
No. 12, pp. 8028-8032, December 2014.
[9] Tarlochan Kaur, Shraiya Mahajan, Shilpa Verma,
Priyanka, Jaimala Gambhir, “Arduino Based Low
Cost Dual Axis Solar Tracker”, IEEE International
conference on Power Electronics, Intelligent control
and Energy Systems, pp. 1-5, 2016.
[10]Mukul Goyal, Manohar H, Ankit Raj, Kundan
Kumar, “Smart Solar Tracking System”,
International Journal of Engineering Research &
Technology, Vol. 4, No. 2, pp. 367-369, February-
2015.
TIME SOLAR PANEL VOLTAGE
WITHOUT
TRACKING
WITH
TRACKING
08:00 am 3.62 V 5.78 V
10:00 am 5.10 V 7.08 V
12:00 pm 7.26 V 8.98 V
01:00 pm 8.42 V 9.62 V
02:00 pm 8.15 V 9.58 V
04:00 pm 5.42 V 8.23 V
06:00 pm 3.24 V 6.27 V
08:00 pm 0.12 V 0.38 V

More Related Content

What's hot

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
 
Ppt on automatic solar tracking system
Ppt on automatic solar tracking systemPpt on automatic solar tracking system
Ppt on automatic solar tracking systemSomenDas23
 
Effects of dual axis solar tracker
Effects of dual axis solar trackerEffects of dual axis solar tracker
Effects of dual axis solar trackerYogesh Verma
 
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
 
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
 
Solar tracker using pmdc motor
Solar tracker using pmdc motorSolar tracker using pmdc motor
Solar tracker using pmdc motorsankalp061
 
PARU Solar Single-Axis Tracker
PARU Solar Single-Axis TrackerPARU Solar Single-Axis Tracker
PARU Solar Single-Axis Trackerparucompany
 
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
 
Closed loop solar tracking System
Closed loop  solar tracking SystemClosed loop  solar tracking System
Closed loop solar tracking Systemvinayak kumar
 
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...IJMREMJournal
 
Solar cell tracking system
Solar cell tracking systemSolar cell tracking system
Solar cell tracking systemmoazalhosne
 
91720552 solar-tracker
91720552 solar-tracker91720552 solar-tracker
91720552 solar-trackerdibinbabu
 
Solartracking system
Solartracking systemSolartracking system
Solartracking systemB.Tech
 
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
 
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
 

What's hot (20)

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
 
Ppt on automatic solar tracking system
Ppt on automatic solar tracking systemPpt on automatic solar tracking system
Ppt on automatic solar tracking system
 
Effects of dual axis solar tracker
Effects of dual axis solar trackerEffects of dual axis solar tracker
Effects of dual axis solar tracker
 
E0443037
E0443037E0443037
E0443037
 
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
 
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
 
Solar tracker using pmdc motor
Solar tracker using pmdc motorSolar tracker using pmdc motor
Solar tracker using pmdc motor
 
PARU Solar Single-Axis Tracker
PARU Solar Single-Axis TrackerPARU Solar Single-Axis Tracker
PARU Solar Single-Axis Tracker
 
final
finalfinal
final
 
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
Self-sustaining and externally-powered fixed, single, and dual-axis solar tra...
 
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
 
Closed loop solar tracking System
Closed loop  solar tracking SystemClosed loop  solar tracking System
Closed loop solar tracking System
 
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
 
Solar cell tracking system
Solar cell tracking systemSolar cell tracking system
Solar cell tracking system
 
Presentation solar
Presentation solarPresentation solar
Presentation solar
 
F0453539
F0453539F0453539
F0453539
 
91720552 solar-tracker
91720552 solar-tracker91720552 solar-tracker
91720552 solar-tracker
 
Solartracking system
Solartracking systemSolartracking system
Solartracking 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
 
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
 

Similar to Arduino based Dual Axis Smart Solar Tracker

A Seminar Project Report ARDUINO BASED SOLAR TRACKING SYSTEM
A Seminar Project Report ARDUINO BASED SOLAR TRACKING SYSTEMA Seminar Project Report ARDUINO BASED SOLAR TRACKING SYSTEM
A Seminar Project Report ARDUINO BASED SOLAR TRACKING SYSTEMVicki Cristol
 
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
 
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...IOSR Journals
 
Automated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy UtilizationAutomated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy Utilizationvivatechijri
 
SolarTracker PPT.pptx
SolarTracker PPT.pptxSolarTracker PPT.pptx
SolarTracker PPT.pptxMyAutomations
 
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
 
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 - 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- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar PanelIRJET 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
 
Speed control of dc motor using 89c51
Speed control of dc motor using 89c51Speed control of dc motor using 89c51
Speed control of dc motor using 89c51Pawan Gupta
 
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
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...IJMER
 
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...IRJET 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
 
Optimization of photovoltaic energy by a microcontroller
Optimization of photovoltaic energy by a microcontroller Optimization of photovoltaic energy by a microcontroller
Optimization of photovoltaic energy by a microcontroller saad motahhir
 

Similar to Arduino based Dual Axis Smart Solar Tracker (20)

I1103035156
I1103035156I1103035156
I1103035156
 
A Seminar Project Report ARDUINO BASED SOLAR TRACKING SYSTEM
A Seminar Project Report ARDUINO BASED SOLAR TRACKING SYSTEMA Seminar Project Report ARDUINO BASED SOLAR TRACKING SYSTEM
A Seminar Project Report ARDUINO BASED SOLAR TRACKING SYSTEM
 
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
 
B010110710
B010110710B010110710
B010110710
 
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
Development of Automatic PV Power Pack Servo Based Single Axis Solar Tracking...
 
Automated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy UtilizationAutomated Solar Tracking System for Efficient Energy Utilization
Automated Solar Tracking System for Efficient Energy Utilization
 
SolarTracker PPT.pptx
SolarTracker PPT.pptxSolarTracker PPT.pptx
SolarTracker PPT.pptx
 
IRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using ArduinoIRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using Arduino
 
IRJET- 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 - Two Axis with Four Sensors Solar Tracking System
IRJET -  	  Two Axis with Four Sensors Solar Tracking SystemIRJET -  	  Two Axis with Four Sensors Solar Tracking System
IRJET - Two Axis with Four Sensors Solar Tracking System
 
Solar work paper
Solar work paperSolar work paper
Solar work paper
 
IRJET- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar Panel
 
Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger
 
Speed control of dc motor using 89c51
Speed control of dc motor using 89c51Speed control of dc motor using 89c51
Speed control of dc motor using 89c51
 
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- 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
 
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...Development of a Smart Mechatronic Tracking System to  Enhance Solar Cell Pan...
Development of a Smart Mechatronic Tracking System to Enhance Solar Cell Pan...
 
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
 
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...
 
Optimization of photovoltaic energy by a microcontroller
Optimization of photovoltaic energy by a microcontroller Optimization of photovoltaic energy by a microcontroller
Optimization of photovoltaic energy by a microcontroller
 

Recently uploaded

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 

Recently uploaded (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

Arduino based Dual Axis Smart Solar Tracker

  • 1. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-3, Issue-5, May- 2017] https://dx.doi.org/10.24001/ijaems.3.5.20 ISSN: 2454-1311 www.ijaems.com Page | 532 Arduino based Dual Axis Smart Solar Tracker Jyoti Mishra, Ritula Thakur, Alok Deep Department of Electrical Engineering, NITTTR, Chandigarh, India Abstract— Solar energy is rapidly advancing as an important means of renewable energy resource. It is radiant light and heat from the Sun that is harnessed using a range of ever-evolving technologies such as solar heating, photovoltaic, solar thermal energy, solar architecture, molten salt power plants and artificial photosynthesis. Trackers direct solar panels or modules toward the sun. These devices change their orientation throughout the day to follow the sun’s path to maximize energy capture. The use of solar trackers can increase electricity production by around a third, and some claim by as much as 40% in some regions, compared with modules at a fixed angle. In any solar application, the conversion efficiency is improved when the modules are continually adjusted to the optimum angle as the sun traverses the sky. This paper presents the designing of a solar tracking system which is based on Arduino UNO and which provides movement of solar panel in the direction of maximum sun light incident. As a result of which we get more efficient system which is compact, low cost as well as easy to use. Keywords— Arduino UNO, Bluetooth module, Solar Panel, Servo Motor. I. INTRODUCTION Sun is an abundant source of energy and this solar energy can be harnesses successfully using solar photovoltaic cells and photovoltaic effect to convert energy into electrical energy. But the conversion efficiency of a normal PV cell is low. One of the main reason for this is that the output of PV cell is dependent directly on the light intensity and with the position of sun in the sky changing continuously from time to time, the absorption efficiency of an immobile solar panel would be significantly less at certain time day and year, for the solar photovoltaic cells are maximum productive when they are perpendicular to the sun and less productive otherwise. So to maximize the energy generation and improve the efficiency solar trackers are required. The solar tracker also provided lucrative solution for third world countries to integrate it into their solar system with a comparatively low cost through software based solution. The study revealed that use of stepper motor enables accurate tracking of sun and LDR resistors used to determine the solar light intensity [1]. Researchers concluded that embedding the tracking system with solar panel can response accurate and applicable to meet the power demands at different operational conditions. A solar tracking system designed with microcontroller and LDR’s that actively track the sun and change its position accordingly to maximize the energy output. The LDR incorporated on solar panel helps to detect sunlight which in turn moves the panel accordingly [2] .The solar tracker described a more improved way to maximize the power consumption by solar panel from sun by just rotating the solar panel according to sun’s position. By comparing the results it was discovered that direct beam of sun helps in generating energy than it is produced when solar panel is kept fixed. The studied have shown that efficiency of solar panels can be increased to a great extent if the solar panels continuously rotate in the direction of sun. Microcontroller and an arrangement of LDR sensors can be used for the purpose of tracking the sun [3]. But the system was less efficient because of the low sensitivity and disturbance of light dependent resistors. The mechanism of solar tracking was implemented by the use of image processing software which combines the effect of sensors and processed image of sun and controls the solar panel accordingly. A new mechanical structure for solar trackers which implemented two stepper motors for free rotation on X and Y axis [4]. The rotation was intelligently controlled by a pre-programmed 2K microcontroller device PIC 18F4560 which provides simple programming strategy through C language. The designed algorithm was based on the measurement of intensity of solar radiation which was captured by an ultra violet sensitive device known as Pyranometer. The system had been tested and the results show very significant impact on the mechanical design, controlling algorithm and also the cost of the development. II. BLOCK DIAGRAM DESCRIPTION The main aim of the proposed system is to develop a cost effective instrument using an Arduino Microcontroller based solar tracking system using Bluetooth module for detection of voltage and getting the result in android app. Block diagram of complete system is shown in Fig. 1 below which consists of power supply, Arduino Uno, LDR sensor, servo motor, and solar panel.
  • 2. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-3, Issue-5, May- 2017] https://dx.doi.org/10.24001/ijaems.3.5.20 ISSN: 2454-1311 www.ijaems.com Page | 533 Fig. 1: Block diagram of System A. HC-05 Bluetooth to Serial Port Module The HC05 Bluetooth Module can be used in a Master or Slave configuration, making it a great solution for wireless communication. It can be used simply for a serial port replacement to establish connection between MCU and GPS, PC to embedded project. The HC05 module has 6 pins Vcc, GND, Tx, Rx, Key and LED. It comes preprogrammed as a slave, so there is no need to connect the key pin, unless it is needed to be chnaged to master mode. The major difference between Master and Slave modes is that, in Slave mode the Bluetooth module cannot initiate a connection; it can however accept incoming connections. Table.1: Pin Description of HC05 Bluetooth Module PIN NO. CONFIGURATION Pin 1 STATE: NC (No Connection) Pin 2 Rx: Tx of Microcontroller Pin 3 Tx: Rx of Microcontroller Pin 4 GND: Ground Pin 5 VCC: +5V Pin 6 EN: NC (No Connection) After the connection is established the Bluetooth module can transmit and recieve data regradless of the mode it is running in. If we use mobile phone to connect to the Bluetooth module, we can simply use it in the Slave mode. . The module has a factory set pin of “1234” which is used while pairing the module to a phone. The HC-05 module can build a connection to the other modules. B. Over view of Arduino Arduino is an open-source electronics prototyping platform, mostly based on small, easy-to-use hardware and software [5-6]. It can affect devices, like lights, motors and other actuators by receiving input from sensor. All the action performed by Arduino is programmed to the microcontroller on the board via Arduino programming language and the Arduino development environment. Arduino projects can be stand- alone or communicate with other software applications running on a computer and other types of hardware. Fig. 2: Arduino Uno Microcontroller Development Board The Adruino Uno board as shown in Fig. 2. The Table.1 shows the specifications of Arduino Uno microcontroller board. Table.2: Arduino Uno specifications 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 III. FLOWCHART OF PROCESS The given flow chart shows the order of steps taken in the process for designing and working of solar tracking system. The system is designed in order to respond to the sunlight incident on the solar panel, according to which the movement of solar panel is done. Working of system is controlled by arduino microcontroller.
  • 3. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-3, Issue-5, May- 2017] https://dx.doi.org/10.24001/ijaems.3.5.20 ISSN: 2454-1311 www.ijaems.com Page | 534 Fig. 3: Flow Chart of Process From the flow chart it can be seen that initially the position of both the motors is being set after that the voltage of LDR is checked. After this process the orientation of sun is being estimated, according to which the sunlight falls on the LDR. There are four LDR used on four sides of solar panel at which sunlight falls, out of these two work for horizontal and two works for vertical movement of panel. The voltages of x axis sensors are compared as well as y axis sensors, as a result of which the panel moves in clockwise/anticlockwise or upward/downward direction. The direction of movement of panel is always in the direction of maximum sun light. So, the solar tracker provides higher efficiency. IV. HARDWARE IMPLEMENTATION Complete system assembly of Solar is shown in Fig. 4 and 5. The system consists of Power supply unit for whole system, Arduino UNO board, HC05 Bluetooth module, two servo motors, solar panel, four LDR sensors fixed on on solar panel and voltage divider circuitry. Fig. 4: Complete Hardware assembly Fig. 5: Hardware Assembly with Bluetooth Module V. RESULTS AND DISCUSSION After designing, developing and implementing of the smart solar tracker system for voltage measurement, improvement of solar panel efficiency, compact and low power system is successfully done. System is tested at different times of a day in presence of varying orientation of sun so that it is able to detect the incident light in different conditions. The output is taken with the help of panel movement according to maximum efficiency. The developed system provides results and output in android device through transmission from the controller and we get real time measurement on the mobile app. The output obtained in mobile app is shown below in Fig. 6. Fig. 6: Real Time Values of Solar Panel Voltage in Mobile App The readings of solar panel were recorded with and without tracking of system and in both the conditions different output is obtained. The obtained readings are given in Table 3.
  • 4. International Journal of Advanced Engineering, Management and Science (IJAEMS) [Vol-3, Issue-5, May- 2017] https://dx.doi.org/10.24001/ijaems.3.5.20 ISSN: 2454-1311 www.ijaems.com Page | 535 Table.3: Comparison of Panel Voltage with and without Tracking Fig. 7: Graphical Representation of Data VI. CONCLUSION The aim of this project was to design a dual axis tracking system which can sense the incident solar light on the panel and move it in the direction of maximum solar light incident. Further the advantages and disadvantages were also studied. The disadvantages were the challenges that had to be overcome. From this study the main conclusions are: i. Proposed system is low cost and compact as compared to the other tracking systems in use for same application. ii. It is very easy to program and modify because it is Arduino based and no external programmer is required. iii. The designed system is easy to use and provides better efficiency of the panel. iv. In the developed system real time data is retrieved on the android device. REFERENCES [1] Khyati vyas, Dr. Sudhir Jain, Dr. Sunil Joshi, “ A Review on an Automatic Solar tracking System”, International Journal of Computer Applications, 2014. [2] Priyanjan Sharma, Nitesh Malhotra, “Solar Tracking System Using Microcontroller”, Proceedings of 1st International Conference on Non Conventional Energy, pp. 77-79, January 16-17, 2014 [3] Hanif Ali Sohag, Mahmudul Hasan, Mahmuda Khatun, Mohiuddin Ahmad, “An accurate and efficient solar tracking system using image processing and LDR sensor”, 2nd International Conference on Electrical Information and Communication Technologies, pp. 522-527, 2015. [4] M. Amir Abas , M. Hilmi Fadzil S, Samsudin A.Kadir, A. Khusairy Azim, “Improved Structure of Solar Tracker with Microcontroller based Control “,Second International Conference on Advances in Computing, Control, and Telecommunication Technologies, pp. 55-59, 2010. [5] Dipti Bawa, C.Y. Patil, “Fuzzy control based solar tracker using Arduino Uno “International Journal of Engineering and Innovative Technology, Vol. 2, No. 12, pp. 179-187, June 2013. [6] Radhika Grover, Shoba Krishnan, Terry Shoup, Maryam hanbaghi, “A Competition-Based Approach for Undergraduate Mechatronics Education Using the Arduino Platform”, 4th Interdisciplinary Engineering Design Education Conference (IEDEC), Santa Clara, CA, pp 78-83, Mar 2014. [7] Syed Arsalan, “Sun Tracking System with Microcontroller 8051”, International Journal of Scientific & Engineering Research, Vol. 4, No. 6,pp. 2998-3001, June 2013. [8] Soumya Das , Pradip Kumar Sadhu, Nitai Pal , Suprotim Mukherjee, “Single Axis Automatic Solar Tracking System Using Microcontroller”, Vol. 12, No. 12, pp. 8028-8032, December 2014. [9] Tarlochan Kaur, Shraiya Mahajan, Shilpa Verma, Priyanka, Jaimala Gambhir, “Arduino Based Low Cost Dual Axis Solar Tracker”, IEEE International conference on Power Electronics, Intelligent control and Energy Systems, pp. 1-5, 2016. [10]Mukul Goyal, Manohar H, Ankit Raj, Kundan Kumar, “Smart Solar Tracking System”, International Journal of Engineering Research & Technology, Vol. 4, No. 2, pp. 367-369, February- 2015. TIME SOLAR PANEL VOLTAGE WITHOUT TRACKING WITH TRACKING 08:00 am 3.62 V 5.78 V 10:00 am 5.10 V 7.08 V 12:00 pm 7.26 V 8.98 V 01:00 pm 8.42 V 9.62 V 02:00 pm 8.15 V 9.58 V 04:00 pm 5.42 V 8.23 V 06:00 pm 3.24 V 6.27 V 08:00 pm 0.12 V 0.38 V