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

SUN Tracking Solar panel presentation
 SUN Tracking Solar panel presentation SUN Tracking Solar panel presentation
SUN Tracking Solar panel presentationAJEETKUMAR397
 
Solar tracking system
Solar tracking systemSolar tracking system
Solar tracking systemReejasunil
 
Three Phase to Three phase Cycloconverter
Three Phase to Three phase CycloconverterThree Phase to Three phase Cycloconverter
Three Phase to Three phase CycloconverterJayanshu Gundaniya
 
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
 
IOT in Electrical & Electronics Engineering
IOT in Electrical & Electronics EngineeringIOT in Electrical & Electronics Engineering
IOT in Electrical & Electronics EngineeringLokesh K N
 
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...Mahfuza Mansura
 
Single Axis Solar Tracking Systems
Single Axis Solar Tracking SystemsSingle Axis Solar Tracking Systems
Single Axis Solar Tracking SystemsViral Naik
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar trackerRaghav S
 
PARTIAL SHADING DETECTION IN SOLAR PANEL
PARTIAL SHADING DETECTION IN SOLAR  PANELPARTIAL SHADING DETECTION IN SOLAR  PANEL
PARTIAL SHADING DETECTION IN SOLAR PANELARUN P S
 
MPPT using PV Module
MPPT using PV ModuleMPPT using PV Module
MPPT using PV ModuleFaraz Anjum
 
solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotraKanav Mansotra
 
Photodiode & LED Discription
Photodiode & LED DiscriptionPhotodiode & LED Discription
Photodiode & LED DiscriptionAyush Upadhyay
 
MPPT Solar Charge Controller
MPPT Solar Charge ControllerMPPT Solar Charge Controller
MPPT Solar Charge ControllerShashank Narayan
 
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSORDUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSORSwetanshmani Shrivastava
 
Automatic street light using ldr and relay
Automatic street light using ldr and relayAutomatic street light using ldr and relay
Automatic street light using ldr and relayShivam Raidas
 

What's hot (20)

SUN Tracking Solar panel presentation
 SUN Tracking Solar panel presentation SUN Tracking Solar panel presentation
SUN Tracking Solar panel presentation
 
Solar tracking system
Solar tracking systemSolar tracking system
Solar tracking system
 
Solar tracking system
Solar tracking systemSolar tracking system
Solar tracking system
 
Presentation solar
Presentation solarPresentation solar
Presentation solar
 
Solar tracker
Solar trackerSolar tracker
Solar tracker
 
Three Phase to Three phase Cycloconverter
Three Phase to Three phase CycloconverterThree Phase to Three phase Cycloconverter
Three Phase to Three phase Cycloconverter
 
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 Power Charge Controller
Solar Power Charge ControllerSolar Power Charge Controller
Solar Power Charge Controller
 
IOT in Electrical & Electronics Engineering
IOT in Electrical & Electronics EngineeringIOT in Electrical & Electronics Engineering
IOT in Electrical & Electronics Engineering
 
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
Design and Construction of Automatic Dual-Axis Solar Tracking System Using Li...
 
Single Axis Solar Tracking Systems
Single Axis Solar Tracking SystemsSingle Axis Solar Tracking Systems
Single Axis Solar Tracking Systems
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar tracker
 
PARTIAL SHADING DETECTION IN SOLAR PANEL
PARTIAL SHADING DETECTION IN SOLAR  PANELPARTIAL SHADING DETECTION IN SOLAR  PANEL
PARTIAL SHADING DETECTION IN SOLAR PANEL
 
MPPT using PV Module
MPPT using PV ModuleMPPT using PV Module
MPPT using PV Module
 
solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotra
 
Photodiode & LED Discription
Photodiode & LED DiscriptionPhotodiode & LED Discription
Photodiode & LED Discription
 
Project Report
Project ReportProject Report
Project Report
 
MPPT Solar Charge Controller
MPPT Solar Charge ControllerMPPT Solar Charge Controller
MPPT Solar Charge Controller
 
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSORDUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
DUAL AXIS SOLAR TRACKER USING LDR AS A SENSOR
 
Automatic street light using ldr and relay
Automatic street light using ldr and relayAutomatic street light using ldr and relay
Automatic street light using ldr and relay
 

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
 
Dual axis solar tracking using arduino with lab view (1)
Dual axis solar tracking using arduino with lab view (1)Dual axis solar tracking using arduino with lab view (1)
Dual axis solar tracking using arduino with lab view (1)LOCHANBHATT1
 
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
 
Automatic sun tracking system. ppt
Automatic sun tracking system. pptAutomatic sun tracking system. ppt
Automatic sun tracking system. pptSaumya Ranjan Behura
 

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
 
Dual axis solar tracking using arduino with lab view (1)
Dual axis solar tracking using arduino with lab view (1)Dual axis solar tracking using arduino with lab view (1)
Dual axis solar tracking using arduino with lab view (1)
 
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
 
Solar eee
Solar eeeSolar eee
Solar eee
 
Automatic sun tracking system. ppt
Automatic sun tracking system. pptAutomatic sun tracking system. ppt
Automatic sun tracking system. ppt
 
Anugyashukla
AnugyashuklaAnugyashukla
Anugyashukla
 
Anugyashukla
AnugyashuklaAnugyashukla
Anugyashukla
 

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

Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsmeharikiros2
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfsumitt6_25730773
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
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
 
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 Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
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
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessorAshwiniTodkar4
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...ssuserdfc773
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 

Recently uploaded (20)

Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
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
 
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
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
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
 
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 ...
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 

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.