SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1029
IoT based dual axis solar tracker system
Gaikwad Disha1, Gaikwad Pooja2, Korabu Sartaj3, Sabale Revati4, Sawant Vrushali5,
Prof.Reddy S.V.6
1,2,3,4,5Students, Department of Computer Science and Engineering, SMSMPITR, Akluj, Maharashtra, India,
6Assistant Professor, Department of Computer science and Engineering, SMSMPITR, Akluj, Maharashtra, India.
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract: Solar energy is fast becoming a very important
means of renewable energy resource. With solar tracking, it
will become possible to generate more energy since the solar
panel can maintain a perpendicular profile to the rays of the
sun. Even though the initial cost of setting up the tracking
system is considerably high, there are cheaper options that
have been proposed over time. Light Dependent Resistors
(LDRs) are used for sunlight detection. The solar panel is
positioned where it is able to receive maximum light. As
compared to other motors, the servo motors are able to
maintain their torque at high speed. Thetrackerscaneitherbe
dual or single axis trackers. Dual trackers are more efficient
because they track sunlight from both axes. This project is
designed for low power and portable application. Therefore,
it’s suitable for rural area usage. Moreover, theeffectivenessof
output power which collected by sunlight are increased.
Key Words: Solar, Servo Motor, Raspberry Pi, LDR Sensors,
Drivers, Ultraviolet sensors.
1. INTRODUCTION
In the past decade of years there is increase in demand for
reliable and abundant electrical energy derived from
renewable energy sources renewable energy plays
important role in energy crisis of country. The government
started to decrease the usage ofconventional energysources
and encouraging people to use renewable energy sources
like hydro and solar. One such example of renewable energy
is solar power. Solar energy is a very large, inexhaustible
source of energy. A solar tracker is a device used for
orienting a photovoltaic array solar panel or for
concentrating solar reflector or lens toward the sun. In this
project, it’s divided by two categories; hardware and
software. In hardware part, light dependent resistor (LDR)
has been used to trace the synchronize of sunlight by
detecting brightness level of sunlight. For rotation part,
standard servo motor has been selected. In software part,
the code is constructed in C programming and inserted in
Raspberry Pi. This project is designed for low power and
portable application. Therefore, it’s suitable for rural area
usage. Moreover, the effectiveness of output power which
collected by sunlight are increased.
2. LIERATURE SURVEY
In[1]” Arduino Based Two Axis Solar Tracking by Using
Servo Mechanism “V.Brahmeswara Rao, K.Durga Harish
Kumar, N.V.Upendra Kumar , K.Deepak this paper mentions
about the variation in the solar energy occur daily due to
variation in day night cycle and also because of seasonal
variations throughout the year. Population of the world is
increasing very rapidly. From past decade of years the non
renewable energy sources like coal and oil are extinguishing
and so it become serious problem for providing he reliable
energy to the world. But solar energyplaysimportantsource
of primary energy. In this project we propose dual axis solar
tracking system by which it is possible to catch maximum
amount of solar energy by using Arduino as mainprocessing
unit.
In [2] “Designing a Dual Axis Solar Tracking System for
Maximum Power” Vijayalakshmi K Mentions The main
purpose of this paper is to present a control system which
will cause better alignment of Photo voltaic (PV) array with
sun light and to harvest solar power. The proposed system
changes its direction in two axis to trace the coordinate of
sunlight by detecting the difference between position of sun
and panel. Hardware testing of the proposed system is done
for checking the system ability to track and follow the
sunlight in an efficient way. Dual axis solar tracking system
superiority over single axis solar tracking system is also
presented.
In [3] “The implementation of solar tracker using arduino
with servomotor” P.Ramya1, R.Ananth The aim of thispaper
is to consume the maximum solar energy through solar
panel. A Solar Tracker is a device onto whichsolarpanelsare
built-in which tracks the motion of the sun ensuring that
maximum amount of sunlight strikes the panels all over the
day. Power output from a solar cell will bemaximum whenit
is facing the sun i.e. the angle between its surface and sun
rays is 90 degree. Solar tracking allows more energy to be
produced because the solar array isabletoremainaligned to
the sun. The components used for its construction are servo
motor, Arduino and LDR. The active sensors continuously
monitor the sunlight and alternate the panel towards the
direction where the intensity of sunlight is maximum.
In[4] “Solar tracker for solar panel“ Oloka Reagan Otieno
this paper mentions In this project a single axis solar
tracking system has been developed by which more energy
from the sun can be harnessed. In this project, an Arduino
Uno, which is an Atmel microcontroller-based board, has
been used as the main controllingunit.Todetecttheposition
of the sun on the sky, two LDRs have been used and to rotate
the orientation of the Solar PV panel a servo motor has been
used.The sensors and servo motor have properly been
interfaced with the Arduino board. The servo motor has
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1030
been mechanically coupled with the PV panel. The driving
program has been written using the Arduino IDE. Thewhole
system has been assembled together and its performance
has been tested. This tracker changes the direction of the
solar panel based on the direction of the sun facing to the
panel successfully. Single axis solar trackertracksthesunon
daily basis and makes the solar panel more efficient.
3. FLOWCHART
Tracker in rest mode
Read sensor value
Start
Check sensor value
and determine
light inteensity
Calculate solar position
Move the servo motor to the
positon of sun
Zero sensing
data
Move the solar panel back to east
Yes
No
No
Yes
Fig: Flowchart
4. PROPOSED SYSTEM
In this article we are going to make a Sun Tracking Solar
Panel using Raspberry Pi, in which we will useLDRstosense
the light and a servo motor to automatically rotate the solar
panel in the direction of the sun light. This project is that
Solar panel will always follow the sun light will always face
towards the sun to get charge all the time and can provide
the supply the maximum power.
LDR Sensors
Raspberry Pi
Power Supply
Invertor and Battery
Solar Panel
M
M
Fig: Block diagram
5. HARDWARE DETAILS
5.1 Solar panel
Solar energy is the photovoltaic cell which converts light
energy received from sun into electrical energy. The name
behind “solar” panel is they grab high powerful energy
emitted from the sun.
5.2 Light Dependent Resistor (ldr)
Ldr are also named as photo conductors(or)photoresistors.
This works on the principal of photo conductivity. Ldr
resistance decrease with increase in light intensity and vice
versa. Ldrs are mainly used for sensing purpose in order to
catch the solar energy and provide analog input to arduino.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1031
5.3 Servo motor
Servo motor is three wired dc motor which works on the
principal of servo mechanism. Servo motor can rotate up to
maximum angle of 180degrees.
5.4 Ultraviolet sensor
UV Sensor is used for detecting the intensity of incident
ultraviolet (UV) radiation. This form of Electromagnetic
radiation has shorter wavelengths than visible radiation.
5.5 Raspberry pi
6. CONCLUSION
The proposed dual axis solar tracker automatically tracks
position of sun and maximize the solar power with help of
Raspberry Pi. As compared to single axis, dual-axis system
provides high abundant electrical energy output when
compared to the fixed mount system.TheDual axistrackeris
having more efficiency. The main aim of this work is to
develop two axis solar tracker systems that use four sensors
(ldr s) to predict the sun position.
REFERENCES
[1] V.Brahmeswara Rao, K.Durga Harish Kumar, V.Upendra
Kumar and K.Deepak, “Arduino Based Two Axis Solar
Tracking by Using Servo Mechanism”, IEEE Te Technol., Vol.
03, no. 02, 2017, pp. 41-44.
[2] Vijayalakshmi K “Designing a Dual Axis Solar Tracking
System for Maximum Power” J Electr Electron Syst 2016
[3]P.Ramya, R.Ananth "The implementation of solartracker
using arduino with servomotor” Volume: 03 no: 08 Aug-
2016.
[4] Oloka Reagan Otieno “Solar tracker for solar panel” no:
F17 24 April, 2015

More Related Content

What's hot

Monitoring and Control of Solar Power System using Reliance SCADA
Monitoring and Control of Solar Power System using Reliance SCADAMonitoring and Control of Solar Power System using Reliance SCADA
Monitoring and Control of Solar Power System using Reliance SCADA
ijtsrd
 
CIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringCIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar Monitoring
SOHAM ADHYA
 
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
 

What's hot (20)

IRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking PanelIRJET- Automatic Solar Tracking Panel
IRJET- Automatic Solar Tracking Panel
 
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
 
Solar Tracking For Maximum Utilization Of Solar Energy
Solar Tracking For Maximum Utilization Of Solar EnergySolar Tracking For Maximum Utilization Of Solar Energy
Solar Tracking For Maximum Utilization Of Solar Energy
 
IRJET- Solar Power Monitoring System using IoT
IRJET-  	  Solar Power Monitoring System using IoTIRJET-  	  Solar Power Monitoring System using IoT
IRJET- Solar Power Monitoring System using IoT
 
Dual axis solar tracker
Dual axis solar tracker Dual axis solar tracker
Dual axis 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
 
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking SystemIRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
IRJET- Comparative Analysis of Dual Axis Automated Solar Tracking System
 
Monitoring solar with internet of things
Monitoring solar with internet of thingsMonitoring solar with internet of things
Monitoring solar with internet of things
 
Economical and efficient technique for a static localized maximum sun lux det...
Economical and efficient technique for a static localized maximum sun lux det...Economical and efficient technique for a static localized maximum sun lux det...
Economical and efficient technique for a static localized maximum sun lux det...
 
Solar tracking system using 8051 microcontroller
Solar tracking system using 8051 microcontrollerSolar tracking system using 8051 microcontroller
Solar tracking system using 8051 microcontroller
 
Solar Energy Assessment Report for 100 kWp of Chandigarh, Punjab created by E...
Solar Energy Assessment Report for 100 kWp of Chandigarh, Punjab created by E...Solar Energy Assessment Report for 100 kWp of Chandigarh, Punjab created by E...
Solar Energy Assessment Report for 100 kWp of Chandigarh, Punjab created by E...
 
Design and Implementation of Dual Axis Solar Tracking system
Design and Implementation of Dual Axis Solar Tracking systemDesign and Implementation of Dual Axis Solar Tracking system
Design and Implementation of Dual Axis Solar Tracking system
 
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
 
Monitoring and Control of Solar Power System using Reliance SCADA
Monitoring and Control of Solar Power System using Reliance SCADAMonitoring and Control of Solar Power System using Reliance SCADA
Monitoring and Control of Solar Power System using Reliance SCADA
 
CIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringCIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar Monitoring
 
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
IRJET-  	  Remotely Monitoring Health of the Solar Power System using ArduinoIRJET-  	  Remotely Monitoring Health of the Solar Power System using Arduino
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
 
Development of FPGA based Dual Axis Solar Tracking System
Development of FPGA based Dual Axis Solar Tracking SystemDevelopment of FPGA based Dual Axis Solar Tracking System
Development of FPGA based Dual Axis Solar Tracking System
 
A Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking SystemsA Study on the Development of High Accuracy Solar Tracking Systems
A Study on the Development of High Accuracy Solar Tracking Systems
 
Solar resource assessment
Solar resource assessmentSolar resource assessment
Solar resource assessment
 
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)
 

Similar to IRJET- IoT based Dual Axis Solar Tracker System

Similar to IRJET- IoT based Dual Axis Solar Tracker System (20)

Design of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyDesign of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable Energy
 
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- 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- 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- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar Tracker
 
IRJET- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar Panel
 
Dual Axis Solar Tracking system
Dual Axis Solar Tracking systemDual Axis Solar Tracking system
Dual Axis Solar Tracking system
 
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar TrackerAstronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
Astronomical Almanac’s Algorithm Based Dual Axis Solar Tracker
 
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
 
Design and Development of Reliable Solar Tracking System with Rotation and Ti...
Design and Development of Reliable Solar Tracking System with Rotation and Ti...Design and Development of Reliable Solar Tracking System with Rotation and Ti...
Design and Development of Reliable Solar Tracking System with Rotation and Ti...
 
IRJET - 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...
 
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- High Efficiency Solar Monitoring System
IRJET- High Efficiency Solar Monitoring SystemIRJET- High Efficiency Solar Monitoring System
IRJET- High Efficiency Solar Monitoring System
 
An investigation of an Arduino-based solar tracking system with panel surface...
An investigation of an Arduino-based solar tracking system with panel surface...An investigation of an Arduino-based solar tracking system with panel surface...
An investigation of an Arduino-based solar tracking system with panel surface...
 
Dual axis
Dual axis Dual axis
Dual axis
 
IRJET- Smart Alignment System
IRJET- Smart Alignment SystemIRJET- Smart Alignment System
IRJET- Smart Alignment System
 
IRJET - A Review on Solar Monitoring System
IRJET - A Review on Solar Monitoring SystemIRJET - A Review on Solar Monitoring System
IRJET - A Review on Solar Monitoring System
 
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
 
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
 

More from IRJET Journal

More from IRJET Journal (20)

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

Recently uploaded

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
Tonystark477637
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Christo Ananth
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
rknatarajan
 

Recently uploaded (20)

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...
 
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
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
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
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 

IRJET- IoT based Dual Axis Solar Tracker System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1029 IoT based dual axis solar tracker system Gaikwad Disha1, Gaikwad Pooja2, Korabu Sartaj3, Sabale Revati4, Sawant Vrushali5, Prof.Reddy S.V.6 1,2,3,4,5Students, Department of Computer Science and Engineering, SMSMPITR, Akluj, Maharashtra, India, 6Assistant Professor, Department of Computer science and Engineering, SMSMPITR, Akluj, Maharashtra, India. ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract: Solar energy is fast becoming a very important means of renewable energy resource. With solar tracking, it will become possible to generate more energy since the solar panel can maintain a perpendicular profile to the rays of the sun. Even though the initial cost of setting up the tracking system is considerably high, there are cheaper options that have been proposed over time. Light Dependent Resistors (LDRs) are used for sunlight detection. The solar panel is positioned where it is able to receive maximum light. As compared to other motors, the servo motors are able to maintain their torque at high speed. Thetrackerscaneitherbe dual or single axis trackers. Dual trackers are more efficient because they track sunlight from both axes. This project is designed for low power and portable application. Therefore, it’s suitable for rural area usage. Moreover, theeffectivenessof output power which collected by sunlight are increased. Key Words: Solar, Servo Motor, Raspberry Pi, LDR Sensors, Drivers, Ultraviolet sensors. 1. INTRODUCTION In the past decade of years there is increase in demand for reliable and abundant electrical energy derived from renewable energy sources renewable energy plays important role in energy crisis of country. The government started to decrease the usage ofconventional energysources and encouraging people to use renewable energy sources like hydro and solar. One such example of renewable energy is solar power. Solar energy is a very large, inexhaustible source of energy. A solar tracker is a device used for orienting a photovoltaic array solar panel or for concentrating solar reflector or lens toward the sun. In this project, it’s divided by two categories; hardware and software. In hardware part, light dependent resistor (LDR) has been used to trace the synchronize of sunlight by detecting brightness level of sunlight. For rotation part, standard servo motor has been selected. In software part, the code is constructed in C programming and inserted in Raspberry Pi. This project is designed for low power and portable application. Therefore, it’s suitable for rural area usage. Moreover, the effectiveness of output power which collected by sunlight are increased. 2. LIERATURE SURVEY In[1]” Arduino Based Two Axis Solar Tracking by Using Servo Mechanism “V.Brahmeswara Rao, K.Durga Harish Kumar, N.V.Upendra Kumar , K.Deepak this paper mentions about the variation in the solar energy occur daily due to variation in day night cycle and also because of seasonal variations throughout the year. Population of the world is increasing very rapidly. From past decade of years the non renewable energy sources like coal and oil are extinguishing and so it become serious problem for providing he reliable energy to the world. But solar energyplaysimportantsource of primary energy. In this project we propose dual axis solar tracking system by which it is possible to catch maximum amount of solar energy by using Arduino as mainprocessing unit. In [2] “Designing a Dual Axis Solar Tracking System for Maximum Power” Vijayalakshmi K Mentions The main purpose of this paper is to present a control system which will cause better alignment of Photo voltaic (PV) array with sun light and to harvest solar power. The proposed system changes its direction in two axis to trace the coordinate of sunlight by detecting the difference between position of sun and panel. Hardware testing of the proposed system is done for checking the system ability to track and follow the sunlight in an efficient way. Dual axis solar tracking system superiority over single axis solar tracking system is also presented. In [3] “The implementation of solar tracker using arduino with servomotor” P.Ramya1, R.Ananth The aim of thispaper is to consume the maximum solar energy through solar panel. A Solar Tracker is a device onto whichsolarpanelsare built-in which tracks the motion of the sun ensuring that maximum amount of sunlight strikes the panels all over the day. Power output from a solar cell will bemaximum whenit is facing the sun i.e. the angle between its surface and sun rays is 90 degree. Solar tracking allows more energy to be produced because the solar array isabletoremainaligned to the sun. The components used for its construction are servo motor, Arduino and LDR. The active sensors continuously monitor the sunlight and alternate the panel towards the direction where the intensity of sunlight is maximum. In[4] “Solar tracker for solar panel“ Oloka Reagan Otieno this paper mentions In this project a single axis solar tracking system has been developed by which more energy from the sun can be harnessed. In this project, an Arduino Uno, which is an Atmel microcontroller-based board, has been used as the main controllingunit.Todetecttheposition of the sun on the sky, two LDRs have been used and to rotate the orientation of the Solar PV panel a servo motor has been used.The sensors and servo motor have properly been interfaced with the Arduino board. The servo motor has
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1030 been mechanically coupled with the PV panel. The driving program has been written using the Arduino IDE. Thewhole system has been assembled together and its performance has been tested. This tracker changes the direction of the solar panel based on the direction of the sun facing to the panel successfully. Single axis solar trackertracksthesunon daily basis and makes the solar panel more efficient. 3. FLOWCHART Tracker in rest mode Read sensor value Start Check sensor value and determine light inteensity Calculate solar position Move the servo motor to the positon of sun Zero sensing data Move the solar panel back to east Yes No No Yes Fig: Flowchart 4. PROPOSED SYSTEM In this article we are going to make a Sun Tracking Solar Panel using Raspberry Pi, in which we will useLDRstosense the light and a servo motor to automatically rotate the solar panel in the direction of the sun light. This project is that Solar panel will always follow the sun light will always face towards the sun to get charge all the time and can provide the supply the maximum power. LDR Sensors Raspberry Pi Power Supply Invertor and Battery Solar Panel M M Fig: Block diagram 5. HARDWARE DETAILS 5.1 Solar panel Solar energy is the photovoltaic cell which converts light energy received from sun into electrical energy. The name behind “solar” panel is they grab high powerful energy emitted from the sun. 5.2 Light Dependent Resistor (ldr) Ldr are also named as photo conductors(or)photoresistors. This works on the principal of photo conductivity. Ldr resistance decrease with increase in light intensity and vice versa. Ldrs are mainly used for sensing purpose in order to catch the solar energy and provide analog input to arduino.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 10 | Oct 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1031 5.3 Servo motor Servo motor is three wired dc motor which works on the principal of servo mechanism. Servo motor can rotate up to maximum angle of 180degrees. 5.4 Ultraviolet sensor UV Sensor is used for detecting the intensity of incident ultraviolet (UV) radiation. This form of Electromagnetic radiation has shorter wavelengths than visible radiation. 5.5 Raspberry pi 6. CONCLUSION The proposed dual axis solar tracker automatically tracks position of sun and maximize the solar power with help of Raspberry Pi. As compared to single axis, dual-axis system provides high abundant electrical energy output when compared to the fixed mount system.TheDual axistrackeris having more efficiency. The main aim of this work is to develop two axis solar tracker systems that use four sensors (ldr s) to predict the sun position. REFERENCES [1] V.Brahmeswara Rao, K.Durga Harish Kumar, V.Upendra Kumar and K.Deepak, “Arduino Based Two Axis Solar Tracking by Using Servo Mechanism”, IEEE Te Technol., Vol. 03, no. 02, 2017, pp. 41-44. [2] Vijayalakshmi K “Designing a Dual Axis Solar Tracking System for Maximum Power” J Electr Electron Syst 2016 [3]P.Ramya, R.Ananth "The implementation of solartracker using arduino with servomotor” Volume: 03 no: 08 Aug- 2016. [4] Oloka Reagan Otieno “Solar tracker for solar panel” no: F17 24 April, 2015