SlideShare a Scribd company logo
1 of 29
Solar Tracker Using LDR
Sensor
BY
T.SELVALAKSHMI,B.E.,
DR.G.U.POPE COLLEGE OF ENGINEERING,
SAWYARPURAM
CONTENTS
 ABSTRACT
 INTRODUCTION
 PROBLEM WITH SOLAR
 What is a Solar Tracker ?
 Need For A Sun Tracking System
 Conditions For Maximum Output
 REQURED COMPONENTS
 BLOCK DIAGRAM
 CIRCUIT DIAGRAM
 WORKING
 Description of components
 Advantages
 Disadvantages
 Applications
 RESULT AND DISCUSSION
 CONCLUSIONS
ABSTRACT
 The aim of this project is to consume the maximum solar energy through solar panel. A Solar
Tracker is a device onto which solar panels are 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 be maximum when it 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 is
able to remain aligned to the sun. For rotation part, one standard servo motor has been selected. In
software part, the code is constructed in C programming and inserted in Arduino.
INTRODUCTION
 Extracting usable electricity from the sun was made possible by the discovery of
the photoelectric effect.
 Subsequent development of the solar cell, which is a semi-conductive material
that converts visible light into a direct current.
 Solar arrays, a series of solar cells electrically connected, generates a DC voltage
which can be used on a load.
Cont.…
 For further optimization of these panels solar trackers are being
implemented, which enhances the efficiency of panels by 30-35 %.
 Solar energy is a very large, inexhaustible source of energy. The power from
the sun intercepted by the earth is approximate 1.8*1011 MW. Solar energy
could supply all the present and future energy needs of the world on a
continuing basis. This makes it one of the most promising of the
unconventional energy sources.
PROBLEM WITH SOLAR
 Problem associated with the use of solar energy is that its availability varies
widely with time.
 The variation in availability occurs daily because of the day night cycle and
also seasonally because of the earth’s orbit around the sun.
 To rectify these above problems the solar panel should be such that it
always receive maximum intensity of light.
What is a Solar Tracker ?
 A solar tracker is a generic term used to describe devices that orient or
align various payloads toward the sun.
 Example for payloads are photovoltaic panels, reflectors, Collectors,
lenses or other optical devices.
 The system focuses on the optimization of the electric energy produced
by photovoltaic cells through the development of a sun-tracking system.
Need For A Sun Tracking System
 From dawn to dusk the sun keeps changing the angle from 0-90 rising
and 90-180 declining.
 In a year of 365 days the sun moves approximately 22.5 degrees north to
22.5 degrees south of the equator.
 We get maximum energy from the sun when - The angle of the sun is
degrees - The sun’s position is 0 +/- 5 degrees of the equator
Cont.…
 For the fluctuation factors mentioned previously, fixed solar panels does
not give higher efficiencies.
 A tracking system helps the solar panels keep oriented to the sun at the
optimum possible angle.
 The tracking system improves the efficiency of solar panels by 30% for
single axis and an additional 6% for dual axis.
REQURED COMPONENTS
1. LDR Sensor Module
2. LEDs or DC Motor
3. Resisters
4. 9 V Battery
5. PCB Board
6. BC 547 Transistor
7. Connecting Wires
BLOCK DIAGRAM
CIRCUIT DIAGRAM
CIRCUIT EXPLANATON
 In the circuit two LDR (Light Dependent Resistors) sensors are used to sense the
light. Since LDR is an analogue sensor they are connected to the analog pins A0
and A1 of Arduino. The sensors are connected in series with 10 k ohm resistors.
 A servomotor is also connected to the digital pin D10. D10 is a PWM (pulse width
modulation) pin. A momentary switch is also connected to digital pin D2, mainly
for calibration purposes. When the switch is pressed D2 pin will act as the ground
(GND). A 12-volt adapter or 9 volt battery, can be used to power this whole circuit.
RAW pin in Arduino Nano is the power pin.
WORKING
 In this project an Arduino Nano is used, which works as a controlling unit.
Two LDR’s (Light Dependent Resistor) are also connected to analog pins
of the Arduino. A dummy solar plate is attached in parallel to the axis of
servo motor and both the sensors are kept on the dummy solar plate as
shown in the figure below.
 The arrangement is made in such a way that the movement of sun is from
sensor 1 to sensor 2, as shown in the mage below.
WORKING
Conditions to be followed:-
Condition 1:
 Sun is in left side – Light on sensor1 is high because shadow of
barrier falls on sensor 2 so solar plate moves clockwise.
Condition 2:
 Sun is in right Side – Light on sensor2 is high because shadow of
barrier falls on sensor1 so solar plate movie anticlockwise.
Conditions to be followed:-
Condition 3:
 Sun is in the middle – Light on both sensors are equal so, plate will not rotate in
any direction.
 Output is shown in the demo video below. You can see that the plate moves in
the direction of light, but some fluctuation is visible in video because light is
coming from multiple sources. Fluctuation is automatically removed when
system is placed in direct sunlight.
Description of components
Light Dependent Resistor (LDR)
 An LDR or light dependent resistor is also known as photo resistor, photocell, and photo
conductor.
 It is a one type of resistor whose resistance varies depending on the amount of light falling on its
surface. When the light falls on the resistor, then the resistance changes. These resistors are often
used in many circuits where it is required to sense the presence of light.
 For instance, when the LDR is in darkness, then it can be used to turn ON a light or to turn OFF a
light when it is in the light.
 A typical light dependent resistor has a resistance in the darkness of 1MOhm, and in the
brightness a resistance of a couple of k Ohm.
Light Dependent Resistor (LDR)
Light Emitting Diode
 A light-emitting diode (LED) is a two-lead semiconductor light source. It is p-n
junction diode that emits light when activated.
 The long terminal is positive and the short terminal is negative. When a
suitable current is applied to the leads, electrons are able to recombine with
electron holes within the device, releasing energy in the form of photons.
 This effect is called electroluminescence, and the color of the light
(corresponding to the energy of the photon) is determined by the energy band
gap of the semiconductor.
Light Emitting Diode
 LEDs are typically small (less than
1 mm2) and integrated optical
components may be used to shape
the radiation pattern.
 In this project the LED is used as
output.
Battery
 A 9V battery is required to
supply the dc power to drive
the LDR Sensor Module and
other components connected
to it.
Advantages
 Solar tracking systems continually orient photovoltaic panels towards the sun and
can help maximize your investment in your PV system.
 One time investment, which provides higher efficiency & flexibility on
dependency over other sources.
 Tracking systems can help reducing emissions and can contribute against global
warming.
 Bulk implementations of tracking systems help reduced consumption of power by
other sources.
 It enhances the clean and emission free power production.
Disadvantages
 Initial investment is high on solar panels.
 It’s a bit of difficult for servicing, as the tracking systems are not
quite popular regionally.
 Moving parts and gears which will require regular maintenance.
 May require repair or replacement of broken parts over a long
run.
Applications
 Can be used for small & medium scale power
generations.
 For power generation at remote places where power
lines are not accessible.
 For domestic backup power systems.
CONCLUSIONS
 An Arduino solar tracker was designed and constructed in the current work. LDR light sensors
were used to sense the intensity of the solar light occurrence on the photo-voltaic cells panel.
Conclusions of this project is summarized as ,The existing tracking system successfully sketched
the light source even it is a small torch light, in a dark room, or it is the sun light rays. The
Arduino solar tracker with servo motor is employed by means of Arduino ATmega328p
microcontroller. The essential software is developed via Arduino Uno. The cost and reliability of
this solar tracker creates it suitable for the rural usage. The purpose of renewable energy from this
paper offered new and advanced idea to help the people.
Any
QUERIES??...

More Related Content

What's hot

dual axis solar tracking system ppt final.pptx
dual axis solar tracking system ppt final.pptxdual axis solar tracking system ppt final.pptx
dual axis solar tracking system ppt final.pptxRoboElectronics1
 
Solar tracking system by naidu
Solar tracking system by naiduSolar tracking system by naidu
Solar tracking system by naiduNaidu Turpati
 
Automatic sun tracking system. ppt
Automatic sun tracking system. pptAutomatic sun tracking system. ppt
Automatic sun tracking system. pptSaumya Ranjan Behura
 
single axis solar tracker with out micro controller
single axis solar tracker with out micro controllersingle axis solar tracker with out micro controller
single axis solar tracker with out micro controllerNarendhar Kumar
 
Automatic sun tracking system
Automatic sun tracking systemAutomatic sun tracking system
Automatic sun tracking systemSreekanth Shastry
 
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
 
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV systemDc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV systemrameshwar meena
 
solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotraKanav Mansotra
 
Solar tracking system using 8051 microcontroller
Solar tracking system using 8051 microcontrollerSolar tracking system using 8051 microcontroller
Solar tracking system using 8051 microcontrollerVISHAL NAGAR
 
infrared plastic solar cell
infrared plastic solar cellinfrared plastic solar cell
infrared plastic solar cellsurendra gurjar
 
Solar charge-controller-presentation
Solar charge-controller-presentationSolar charge-controller-presentation
Solar charge-controller-presentationBorshon sen
 
MPPT Solar Charge Controller
MPPT Solar Charge ControllerMPPT Solar Charge Controller
MPPT Solar Charge ControllerShashank Narayan
 
report on automatic tracking solar power system
report on automatic tracking  solar power system report on automatic tracking  solar power system
report on automatic tracking solar power system Yuvraj Singh
 
Solar tracker
Solar trackerSolar tracker
Solar trackertonwen
 
Solar Tracker
Solar Tracker Solar Tracker
Solar Tracker veenuadi
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar trackerRaghav S
 
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
 

What's hot (20)

dual axis solar tracking system ppt final.pptx
dual axis solar tracking system ppt final.pptxdual axis solar tracking system ppt final.pptx
dual axis solar tracking system ppt final.pptx
 
Project Report
Project ReportProject Report
Project Report
 
Solar tracking system by naidu
Solar tracking system by naiduSolar tracking system by naidu
Solar tracking system by naidu
 
Automatic sun tracking system. ppt
Automatic sun tracking system. pptAutomatic sun tracking system. ppt
Automatic sun tracking system. ppt
 
single axis solar tracker with out micro controller
single axis solar tracker with out micro controllersingle axis solar tracker with out micro controller
single axis solar tracker with out micro controller
 
Automatic sun tracking system
Automatic sun tracking systemAutomatic sun tracking system
Automatic sun tracking system
 
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)
 
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV systemDc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
 
solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotra
 
Solar tracking system using 8051 microcontroller
Solar tracking system using 8051 microcontrollerSolar tracking system using 8051 microcontroller
Solar tracking system using 8051 microcontroller
 
Solar tracking system
Solar tracking systemSolar tracking system
Solar tracking system
 
infrared plastic solar cell
infrared plastic solar cellinfrared plastic solar cell
infrared plastic solar cell
 
Solar charge-controller-presentation
Solar charge-controller-presentationSolar charge-controller-presentation
Solar charge-controller-presentation
 
Presentation solar
Presentation solarPresentation solar
Presentation solar
 
MPPT Solar Charge Controller
MPPT Solar Charge ControllerMPPT Solar Charge Controller
MPPT Solar Charge Controller
 
report on automatic tracking solar power system
report on automatic tracking  solar power system report on automatic tracking  solar power system
report on automatic tracking solar power system
 
Solar tracker
Solar trackerSolar tracker
Solar tracker
 
Solar Tracker
Solar Tracker Solar Tracker
Solar Tracker
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar tracker
 
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
 

Similar to Solar tracker using ldr

Microcontroller based dual axis solar tracker
Microcontroller based dual axis solar trackerMicrocontroller based dual axis solar tracker
Microcontroller based dual axis solar trackerPritam Suts
 
SAST. Ccy4hrh4h4hrbrbthrh4hkkyzyesyezhdzgkzgjzzgizjgdzdigd...
SAST.                    Ccy4hrh4h4hrbrbthrh4hkkyzyesyezhdzgkzgjzzgizjgdzdigd...SAST.                    Ccy4hrh4h4hrbrbthrh4hkkyzyesyezhdzgkzgjzzgizjgdzdigd...
SAST. Ccy4hrh4h4hrbrbthrh4hkkyzyesyezhdzgkzgjzzgizjgdzdigd...SuryaTejaVutti
 
Sun trcking solar panel ekdm final report
Sun trcking solar panel ekdm final reportSun trcking solar panel ekdm final report
Sun trcking solar panel ekdm final reportAJEETKUMAR397
 
solar street lights.pptx
solar street lights.pptxsolar street lights.pptx
solar street lights.pptxNutanPrasad6
 
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINOSingle AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINOasadur babu
 
Dual Axis Solar Tracking System using LDR
Dual Axis Solar Tracking System using LDRDual Axis Solar Tracking System using LDR
Dual Axis Solar Tracking System using LDRIRJET Journal
 
solar tracker sunflower model based.pptx
solar tracker sunflower model based.pptxsolar tracker sunflower model based.pptx
solar tracker sunflower model based.pptxHamed Raza
 
Arduino based Automatic Solar Tracker.pptx
Arduino based  Automatic Solar Tracker.pptxArduino based  Automatic Solar Tracker.pptx
Arduino based Automatic Solar Tracker.pptxTaukirAhmed31
 
dual%20axis%20solar%20tracking%20Sanjay.pptx
dual%20axis%20solar%20tracking%20Sanjay.pptxdual%20axis%20solar%20tracking%20Sanjay.pptx
dual%20axis%20solar%20tracking%20Sanjay.pptxnaskantigoutham023
 
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.pptsatish20012310
 
IRJET- Dual Axis Solar Tracking System using LDR Sensors
IRJET- Dual Axis Solar Tracking System using LDR SensorsIRJET- Dual Axis Solar Tracking System using LDR Sensors
IRJET- Dual Axis Solar Tracking System using LDR SensorsIRJET Journal
 
SolarTracker PPT.pptx
SolarTracker PPT.pptxSolarTracker PPT.pptx
SolarTracker PPT.pptxMyAutomations
 
Presentration dual axis solar tracking system.
Presentration dual axis solar tracking system.Presentration dual axis solar tracking system.
Presentration dual axis solar tracking system.AnayetHossain4
 
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
 

Similar to Solar tracker using ldr (20)

Microcontroller based dual axis solar tracker
Microcontroller based dual axis solar trackerMicrocontroller based dual axis solar tracker
Microcontroller based dual axis solar tracker
 
Project ii
Project iiProject ii
Project ii
 
IRJET- Solar Tracer
IRJET- Solar TracerIRJET- Solar Tracer
IRJET- Solar Tracer
 
SAST. Ccy4hrh4h4hrbrbthrh4hkkyzyesyezhdzgkzgjzzgizjgdzdigd...
SAST.                    Ccy4hrh4h4hrbrbthrh4hkkyzyesyezhdzgkzgjzzgizjgdzdigd...SAST.                    Ccy4hrh4h4hrbrbthrh4hkkyzyesyezhdzgkzgjzzgizjgdzdigd...
SAST. Ccy4hrh4h4hrbrbthrh4hkkyzyesyezhdzgkzgjzzgizjgdzdigd...
 
Sun trcking solar panel ekdm final report
Sun trcking solar panel ekdm final reportSun trcking solar panel ekdm final report
Sun trcking solar panel ekdm final report
 
solar street lights.pptx
solar street lights.pptxsolar street lights.pptx
solar street lights.pptx
 
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINOSingle AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
Single AXIs Smart SOLAR TRACKING SYSTEM USING ARDUINO
 
Solar tracker report
Solar tracker reportSolar tracker report
Solar tracker report
 
Dual Axis Solar Tracking System using LDR
Dual Axis Solar Tracking System using LDRDual Axis Solar Tracking System using LDR
Dual Axis Solar Tracking System using LDR
 
solar tracker sunflower model based.pptx
solar tracker sunflower model based.pptxsolar tracker sunflower model based.pptx
solar tracker sunflower model based.pptx
 
Arduino based Automatic Solar Tracker.pptx
Arduino based  Automatic Solar Tracker.pptxArduino based  Automatic Solar Tracker.pptx
Arduino based Automatic Solar Tracker.pptx
 
dual%20axis%20solar%20tracking%20Sanjay.pptx
dual%20axis%20solar%20tracking%20Sanjay.pptxdual%20axis%20solar%20tracking%20Sanjay.pptx
dual%20axis%20solar%20tracking%20Sanjay.pptx
 
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
 
IRJET- Dual Axis Solar Tracking System using LDR Sensors
IRJET- Dual Axis Solar Tracking System using LDR SensorsIRJET- Dual Axis Solar Tracking System using LDR Sensors
IRJET- Dual Axis Solar Tracking System using LDR Sensors
 
SolarTracker PPT.pptx
SolarTracker PPT.pptxSolarTracker PPT.pptx
SolarTracker PPT.pptx
 
Presentration dual axis solar tracking system.
Presentration dual axis solar tracking system.Presentration dual axis solar tracking system.
Presentration dual axis solar tracking system.
 
Solar eee
Solar eeeSolar eee
Solar eee
 
Anugyashukla
AnugyashuklaAnugyashukla
Anugyashukla
 
Anugyashukla
AnugyashuklaAnugyashukla
Anugyashukla
 
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
 

More from selvalakshmi24

Optical communication unit 1
Optical communication unit 1Optical communication unit 1
Optical communication unit 1selvalakshmi24
 
Discrete time signal processing unit-2
Discrete time signal processing unit-2Discrete time signal processing unit-2
Discrete time signal processing unit-2selvalakshmi24
 
Automatic plant irrigation system
Automatic plant irrigation systemAutomatic plant irrigation system
Automatic plant irrigation systemselvalakshmi24
 
Simple Automatic Water Level Controller
Simple Automatic Water Level ControllerSimple Automatic Water Level Controller
Simple Automatic Water Level Controllerselvalakshmi24
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino unoselvalakshmi24
 
Wireless power transmision
Wireless power transmisionWireless power transmision
Wireless power transmisionselvalakshmi24
 
Simple automatic water leval controller
Simple automatic water leval controllerSimple automatic water leval controller
Simple automatic water leval controllerselvalakshmi24
 
Mind reading computers
Mind reading computersMind reading computers
Mind reading computersselvalakshmi24
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino unoselvalakshmi24
 

More from selvalakshmi24 (12)

Optical communication unit 1
Optical communication unit 1Optical communication unit 1
Optical communication unit 1
 
Discrete time signal processing unit-2
Discrete time signal processing unit-2Discrete time signal processing unit-2
Discrete time signal processing unit-2
 
Automatic plant irrigation system
Automatic plant irrigation systemAutomatic plant irrigation system
Automatic plant irrigation system
 
Simple Automatic Water Level Controller
Simple Automatic Water Level ControllerSimple Automatic Water Level Controller
Simple Automatic Water Level Controller
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino uno
 
Wireless power transmision
Wireless power transmisionWireless power transmision
Wireless power transmision
 
Oled
OledOled
Oled
 
Simple automatic water leval controller
Simple automatic water leval controllerSimple automatic water leval controller
Simple automatic water leval controller
 
Red tacton (1)
Red tacton (1)Red tacton (1)
Red tacton (1)
 
Mind reading computers
Mind reading computersMind reading computers
Mind reading computers
 
6 g tecnology
6 g tecnology6 g tecnology
6 g tecnology
 
Automatic railway gate control using arduino uno
Automatic railway gate control using arduino unoAutomatic railway gate control using arduino uno
Automatic railway gate control using arduino uno
 

Recently uploaded

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxNadaHaitham1
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 

Recently uploaded (20)

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 

Solar tracker using ldr

  • 1. Solar Tracker Using LDR Sensor BY T.SELVALAKSHMI,B.E., DR.G.U.POPE COLLEGE OF ENGINEERING, SAWYARPURAM
  • 2. CONTENTS  ABSTRACT  INTRODUCTION  PROBLEM WITH SOLAR  What is a Solar Tracker ?  Need For A Sun Tracking System  Conditions For Maximum Output  REQURED COMPONENTS  BLOCK DIAGRAM  CIRCUIT DIAGRAM  WORKING  Description of components  Advantages  Disadvantages  Applications  RESULT AND DISCUSSION  CONCLUSIONS
  • 3. ABSTRACT  The aim of this project is to consume the maximum solar energy through solar panel. A Solar Tracker is a device onto which solar panels are 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 be maximum when it 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 is able to remain aligned to the sun. For rotation part, one standard servo motor has been selected. In software part, the code is constructed in C programming and inserted in Arduino.
  • 4. INTRODUCTION  Extracting usable electricity from the sun was made possible by the discovery of the photoelectric effect.  Subsequent development of the solar cell, which is a semi-conductive material that converts visible light into a direct current.  Solar arrays, a series of solar cells electrically connected, generates a DC voltage which can be used on a load.
  • 5. Cont.…  For further optimization of these panels solar trackers are being implemented, which enhances the efficiency of panels by 30-35 %.  Solar energy is a very large, inexhaustible source of energy. The power from the sun intercepted by the earth is approximate 1.8*1011 MW. Solar energy could supply all the present and future energy needs of the world on a continuing basis. This makes it one of the most promising of the unconventional energy sources.
  • 6. PROBLEM WITH SOLAR  Problem associated with the use of solar energy is that its availability varies widely with time.  The variation in availability occurs daily because of the day night cycle and also seasonally because of the earth’s orbit around the sun.  To rectify these above problems the solar panel should be such that it always receive maximum intensity of light.
  • 7. What is a Solar Tracker ?  A solar tracker is a generic term used to describe devices that orient or align various payloads toward the sun.  Example for payloads are photovoltaic panels, reflectors, Collectors, lenses or other optical devices.  The system focuses on the optimization of the electric energy produced by photovoltaic cells through the development of a sun-tracking system.
  • 8. Need For A Sun Tracking System  From dawn to dusk the sun keeps changing the angle from 0-90 rising and 90-180 declining.  In a year of 365 days the sun moves approximately 22.5 degrees north to 22.5 degrees south of the equator.  We get maximum energy from the sun when - The angle of the sun is degrees - The sun’s position is 0 +/- 5 degrees of the equator
  • 9. Cont.…  For the fluctuation factors mentioned previously, fixed solar panels does not give higher efficiencies.  A tracking system helps the solar panels keep oriented to the sun at the optimum possible angle.  The tracking system improves the efficiency of solar panels by 30% for single axis and an additional 6% for dual axis.
  • 10. REQURED COMPONENTS 1. LDR Sensor Module 2. LEDs or DC Motor 3. Resisters 4. 9 V Battery 5. PCB Board 6. BC 547 Transistor 7. Connecting Wires
  • 13. CIRCUIT EXPLANATON  In the circuit two LDR (Light Dependent Resistors) sensors are used to sense the light. Since LDR is an analogue sensor they are connected to the analog pins A0 and A1 of Arduino. The sensors are connected in series with 10 k ohm resistors.  A servomotor is also connected to the digital pin D10. D10 is a PWM (pulse width modulation) pin. A momentary switch is also connected to digital pin D2, mainly for calibration purposes. When the switch is pressed D2 pin will act as the ground (GND). A 12-volt adapter or 9 volt battery, can be used to power this whole circuit. RAW pin in Arduino Nano is the power pin.
  • 14. WORKING  In this project an Arduino Nano is used, which works as a controlling unit. Two LDR’s (Light Dependent Resistor) are also connected to analog pins of the Arduino. A dummy solar plate is attached in parallel to the axis of servo motor and both the sensors are kept on the dummy solar plate as shown in the figure below.  The arrangement is made in such a way that the movement of sun is from sensor 1 to sensor 2, as shown in the mage below.
  • 16. Conditions to be followed:- Condition 1:  Sun is in left side – Light on sensor1 is high because shadow of barrier falls on sensor 2 so solar plate moves clockwise. Condition 2:  Sun is in right Side – Light on sensor2 is high because shadow of barrier falls on sensor1 so solar plate movie anticlockwise.
  • 17. Conditions to be followed:- Condition 3:  Sun is in the middle – Light on both sensors are equal so, plate will not rotate in any direction.  Output is shown in the demo video below. You can see that the plate moves in the direction of light, but some fluctuation is visible in video because light is coming from multiple sources. Fluctuation is automatically removed when system is placed in direct sunlight.
  • 19. Light Dependent Resistor (LDR)  An LDR or light dependent resistor is also known as photo resistor, photocell, and photo conductor.  It is a one type of resistor whose resistance varies depending on the amount of light falling on its surface. When the light falls on the resistor, then the resistance changes. These resistors are often used in many circuits where it is required to sense the presence of light.  For instance, when the LDR is in darkness, then it can be used to turn ON a light or to turn OFF a light when it is in the light.  A typical light dependent resistor has a resistance in the darkness of 1MOhm, and in the brightness a resistance of a couple of k Ohm.
  • 21. Light Emitting Diode  A light-emitting diode (LED) is a two-lead semiconductor light source. It is p-n junction diode that emits light when activated.  The long terminal is positive and the short terminal is negative. When a suitable current is applied to the leads, electrons are able to recombine with electron holes within the device, releasing energy in the form of photons.  This effect is called electroluminescence, and the color of the light (corresponding to the energy of the photon) is determined by the energy band gap of the semiconductor.
  • 22. Light Emitting Diode  LEDs are typically small (less than 1 mm2) and integrated optical components may be used to shape the radiation pattern.  In this project the LED is used as output.
  • 23. Battery  A 9V battery is required to supply the dc power to drive the LDR Sensor Module and other components connected to it.
  • 24. Advantages  Solar tracking systems continually orient photovoltaic panels towards the sun and can help maximize your investment in your PV system.  One time investment, which provides higher efficiency & flexibility on dependency over other sources.  Tracking systems can help reducing emissions and can contribute against global warming.  Bulk implementations of tracking systems help reduced consumption of power by other sources.  It enhances the clean and emission free power production.
  • 25. Disadvantages  Initial investment is high on solar panels.  It’s a bit of difficult for servicing, as the tracking systems are not quite popular regionally.  Moving parts and gears which will require regular maintenance.  May require repair or replacement of broken parts over a long run.
  • 26. Applications  Can be used for small & medium scale power generations.  For power generation at remote places where power lines are not accessible.  For domestic backup power systems.
  • 27. CONCLUSIONS  An Arduino solar tracker was designed and constructed in the current work. LDR light sensors were used to sense the intensity of the solar light occurrence on the photo-voltaic cells panel. Conclusions of this project is summarized as ,The existing tracking system successfully sketched the light source even it is a small torch light, in a dark room, or it is the sun light rays. The Arduino solar tracker with servo motor is employed by means of Arduino ATmega328p microcontroller. The essential software is developed via Arduino Uno. The cost and reliability of this solar tracker creates it suitable for the rural usage. The purpose of renewable energy from this paper offered new and advanced idea to help the people.
  • 28.