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: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 267
Automatic Solar Tracking Panel
Ashish Sateesha1, Lokesh Allamki2, K S Pratheek3 and Manjunath Panchakshari4
1,2,3,4BNMIT, Bengaluru
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - A Resource which can be used repeatedly and
replaced naturally from existing sources that are present
around us is known as a renewable resource. Renewable
energy almost never runs out, for example solar energy. Solar
energy can be harnessed from the sun and converted into
thermal or electrical energy. And since it is the most abundant
and cleanest form of energy, if we make effective use of it, we
could limit the use of Fossil fuels. Therefore, increasing the
efficiency and maximizing output from the solar panels in
essential. This can be achieved by aligning the panels with the
sun, but in order to do this we need a device that tracks the
position of the sun. Using a stationary solar panel may not be
the most effective method to harvest solar energy,
consequently using a solar panel that can rotate with respect
to the position of the sun, the efficiency of the panel can be
improved by about 35%. In order to accomplish this task this
paper talks about the design of a solar tracking device
constructed using motor driver, steppermotor, solarpaneland
a microcontroller. The integral component of this tracking
device is an MSP430 Microcontroller whichtrackstheposition
of the sun and repositions the solar panel such that it receives
the highest possible solar energy at any given time, thereby
considerably increasing the amount of power generated.
Key Words: Solar energy, solar panel, stepper motor,
MSP430, renewable resource
1. INTRODUCTION
Solar energy is the largest untapped energy source from the
sun which can be harnessed using a wide range of
technologies such as photovoltaic cells, solar power plants,
solar heaters and artificial photosynthesis. It is an
extraordinary source of renewable energy which has been
gaining a lot of traction in recent years for its potential as a
viable source of energy. Solar panels are the most widely
used devices to extract the solar energy and to convert into
usable solar power. Even though solar panels are widely
used, they are not used to their maximum potential due to
their immobility. Therefore, utilizing a solar tracker would
further boost the yield of the solar panels. Hence, designing
such trackers should enable the solar panels to align
themselves perpendicular to the solar rays at any giventime
thereby, increasing the amount of solar energy produced.
But there exists a huge challenge in designing a mobile solar
panel that can receive the solar energy and convert it into
solar energy efficiently. Hence, many considerations have to
be taken into account while designing such astheinclination
of the sun with respect to the earth, changes in the length of
day and knights and the angle at which the panel must be at
any given point of time. In this paper we talk about a solar
tracking device constructed using a stepper motor, motor
driver (ULN2003A)andanMSP430microcontroller.Instead
of tracking the intensity of sunlight using a Light dependent
Resistor (LDR), we use the time of the day and direction of
the sunrise to track the sunlight. In unfavorable conditions
such as cloudy or rainy weather where LDR ceases to be
useful, this time-based solar trackingdevicecanbeused. The
working of our device is based on the rotation of a stepper
motor which in turn changes the position of the solar panel
such that it is always perpendicular to sun ray at any given
time during the day. The motor is driven by a motor driver
which in turn is controlled by the microcontroller. The
geographical location and angle of thepanel haveto betaken
into consideration when the solar panel is being installed.
2. HARDWARE IMPLEMENTATION
2.1 STEPPER MOTOR
Stepper motor is a brushless, synchronous electric motor
that can divide a full rotation into an expansive number of
steps. The position of the motor can be accuratelycontrolled
without the need for any kind of feedback mechanism when
is sized carefully based on the application. These motorsrun
of pulses of electric current where each pulse rotates the
motor by a certain degree. Therefore, there exists a lot of
control over the degree of rotation of the motor. Stepper
motor with computer-controlled stepping can achieve very
precise positioning and speed control.
1) UNIPOLAR STEPPER MOTOR: A unipolar stepper motor
rotates when 4 electric pulses are given to all its
windings in a sequence. These windings (coils) are
organized in groups called phases. By energizing each
phase in sequence, the motor rotates one step at a time.
Most common is the 4-phase stepper motor. In general,
greater the number of phases higher the control of
degree of rotation of the motor.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 268
2) STEP ANGLE: The step angle of a steppermotor refersto
the degree of rotation for each electrical pulse. It can
vary from as small as 0.9° to 90°. A motor with step
angle of 0.9° requires 400 pulses to complete one
rotation.
2.2 ULN2003A MOTOR DRIVER
The ULx200xA motor driver is a high-current, high-voltage
Darlington transistor array. It consists of seven NPN
Darlington pairs that feature high-voltage outputs with
common-cathodeclampdiodesforswitchinginductiveloads.
A single Darlington pair has a collector-current ratingof500
mA. Higher current capability can be achieved byparalleling
the Darlington pairs. The ULN2003A devices can operate
directly with TTL or 5-V CMOS devices as they have a 2.7-kΩ
series resistor for each pair of Darlington transistors. The
ULN2003A requires less voltage when compared to other
similar devices.
1) FEATURES: High -Voltage Output: 50V, Output clamp
diodes, 500-mA Rated, Inputs compatible with various
types of logic, Relay-Driver Applications.
2) APPLICATIONS: Stepper and DC Brushedmotordrivers,
Lamp Drivers, Line drivers, Logic buffers, Relay drivers
2.3 MSP430 MICRO CONTROLLER
MSP430 is a mixed -signal microcontrollerfamilyfromTexas
instruments, which is built around a 16-bit CPU. It is
designed for low cost and specifically, low power
consumption applications and has a wide range of features.
This allows us to choose the best microcontroller for the
application. MSP430 is a versatile and powerful
microcontroller that can be used to create low power
embedded devices. The prominent features of the MSP430
are outlined below:
1)High performance
2)16bit RISC architecture
3) Ultra low power
2.4 SOLAR PANEL
Solar panel is used to convert solar energy to electrical
energy, which is an arrangementofseveral photovoltaiccells
clubbed together. The electrical energy generated can be
stored into batteriessinceinstantaneousenergygeneratedis
small. To generate huge amounts of electricity, many such
panels are put together to form a module which is then
installed. Each panel are made up of large number of
photovoltaic cells made up of silicon, which absorbs
sunlight(photons) and converts into electric energy by the
process of photovoltaic effect. All solar panel module used
generates power of 150W to 350 W.
3. PROGRAMMING METHODOLOGY AND WORKING
Code Composer was used to download the programonto the
MSP430 microcontroller. The source code was written in
Embedded C language, which was downloaded onto the
microcontroller for its working. Embedded C is best
supported for integrated development environment and
debugging tools for embedded system applications.
ULN2003 motor driver is used to overcome insufficient
power output to drive the motor, the driver steps up the
output voltage and current and in turn helps us power the
motor. The flowchart and circuit diagram are as shown in
the figure. Vcc is made as the power input to power the
device and the port pins 1.1, 1.2, 1.3 and 1.4 as output pins.
These outputs are given as input to the 4-input pins of the
motor driver, used to excite the 4 winding of the stepper
motor. OUT1-OUT4 output pins of the motor diver are
connected to A-D windings. The programwrittenrotates 15°
once every hour. After each rotation themotorwaitsanhour
before the next rotation, to achieve this appropriate delay is
generated and reset to initial position after 10 hours,back to
east facing and cycle repeats itself. The panels follow the
position of the sun during the day time. Geographic location
also plays a vital role at the time of installation as initial
setup requires proper angled installation with panel facing
east. Once this is properly installed, the Solar panel rotates
with respect to the rotations of the stepper motor in such a
way that it perfectly follows the path of the sun from
morning till night, and further gets back to its initial position
and waits for the sun again. This helps increase efficiency to
the most even though the motor requires only 5 % of total
power generated.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 269
4. CONCLUSION
In this paper, universal solar tracker system was designed.
This is a software solution to improvise the output of the
solar cells depending on the position of the sun, by pointing
the panel in the direction of maximum light intensity, which
is demonstrated using a working model. The designed solar
tracking system could track the movement of the sun with
the help of microcontroller and stepper motor. This system
works effectively irrespective of the weather condition or
the geographical location. One of the advantages of this
system is that even if the weather is cloudy or even if it is
raining the position of the sun does not change and hence
the sunlight that is available is still received by the solar
panel. The proposed system is a miniaturemodel ofthemain
system so there are a number of limitations.Abiggerstepper
motor with gear box has to be used for practical use. Here,
we have considered only one-dimensional rotation of the
panel. Microcontroller was used to reduce the complexity of
the circuit. Though there are a few hardware limitations in
the initial set up, there is room for more improvement of
design methodology in the future.
REFERENCES
[1] "Solar Energy Perspectives: Executive Summary"(PDF).
International Energy Agency. 2011. Archived fromtheoriginal
(PDF) on 3 December 2011.
[2] "Energy". rsc.org.
[3]http://energyinformative.org/solar-panel-tracking-systems
[4] Texas, Instruments. "ULN2003A Datasheet" (PDF).
[5] Microcontroller Programming and Interfacing: Texas
Instruments MSP430 (Synthesis Lectures on Digital Circuits
and Systems) 1st Edition- Steven F. Barrett and Daniel J. Pack
[6] Reduced Instruction Set Computers –
Prof.VojinG.Oklobdzija
[7] Working with stepper motors-Robot Builder’s Bonanza,
2nd Edition
[8] Stepper Motor and Its Driver -Reference of EAS 5407
Mechatronics Design Project-
http://pegasus.cc.ucf.edu/~cham/eas5407/project/Introstepp
er.pf

More Related Content

What's hot

MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL pptMAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL pptAnkit Kaul
 
Dual Axis Solar Tracker Using Microcontroller
Dual Axis Solar Tracker Using MicrocontrollerDual Axis Solar Tracker Using Microcontroller
Dual Axis Solar Tracker Using MicrocontrollerIRJET Journal
 
Solar tracker using ldr
Solar tracker using ldrSolar tracker using ldr
Solar tracker using ldrselvalakshmi24
 
91720552 solar-tracker
91720552 solar-tracker91720552 solar-tracker
91720552 solar-trackerdibinbabu
 
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
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar trackerRaghav S
 
Effects of dual axis solar tracker
Effects of dual axis solar trackerEffects of dual axis solar tracker
Effects of dual axis solar trackerYogesh Verma
 
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 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
 
solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotraKanav Mansotra
 
Solar grass cutter
Solar grass cutterSolar grass cutter
Solar grass cutterSai Laxman
 
solar-tracker presentation
solar-tracker presentationsolar-tracker presentation
solar-tracker presentationRupjyoti Nath
 
Microcontroller based automatic solar power tracking system
Microcontroller based automatic solar power tracking systemMicrocontroller based automatic solar power tracking system
Microcontroller based automatic solar power tracking systemIAEME Publication
 
Automatic sun tracking system asts
Automatic sun tracking system   astsAutomatic sun tracking system   asts
Automatic sun tracking system astssanket68
 
Abstract on solar energy tracking system
Abstract on solar energy tracking systemAbstract on solar energy tracking system
Abstract on solar energy tracking systemSreekanth Shastry
 

What's hot (20)

Solar tracking system final report GTU
Solar tracking system final report GTU Solar tracking system final report GTU
Solar tracking system final report GTU
 
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL pptMAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
MAXIMUM SOLAR ABSORPTION USING DUAL AXIS SOLAR PANEL ppt
 
Dual Axis Solar Tracker Using Microcontroller
Dual Axis Solar Tracker Using MicrocontrollerDual Axis Solar Tracker Using Microcontroller
Dual Axis Solar Tracker Using Microcontroller
 
Solar tracker using ldr
Solar tracker using ldrSolar tracker using ldr
Solar tracker using ldr
 
91720552 solar-tracker
91720552 solar-tracker91720552 solar-tracker
91720552 solar-tracker
 
Project Report
Project ReportProject Report
Project Report
 
solar tracking_new
 solar tracking_new solar tracking_new
solar tracking_new
 
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
 
Dual axis solar tracker
Dual axis solar trackerDual axis solar tracker
Dual axis solar tracker
 
Effects of dual axis solar tracker
Effects of dual axis solar trackerEffects of dual axis solar tracker
Effects of dual axis solar tracker
 
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
 
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
 
Presentation solar
Presentation solarPresentation solar
Presentation solar
 
solar tracker by kanav mansotra
solar tracker by kanav mansotrasolar tracker by kanav mansotra
solar tracker by kanav mansotra
 
Solar grass cutter
Solar grass cutterSolar grass cutter
Solar grass cutter
 
solar-tracker presentation
solar-tracker presentationsolar-tracker presentation
solar-tracker presentation
 
Microcontroller based automatic solar power tracking system
Microcontroller based automatic solar power tracking systemMicrocontroller based automatic solar power tracking system
Microcontroller based automatic solar power tracking system
 
Automatic sun tracking system asts
Automatic sun tracking system   astsAutomatic sun tracking system   asts
Automatic sun tracking system asts
 
Solar tracking systems
Solar tracking systemsSolar tracking systems
Solar tracking systems
 
Abstract on solar energy tracking system
Abstract on solar energy tracking systemAbstract on solar energy tracking system
Abstract on solar energy tracking system
 

Similar to IRJET- Automatic Solar Tracking Panel

ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.IRJET Journal
 
Vertical axis wind turbine.pptx
Vertical axis wind turbine.pptxVertical axis wind turbine.pptx
Vertical axis wind turbine.pptxNagraj Tondchore
 
IRJET- Electrical Energy Generation by using Smart Solar Tracking System ...
IRJET-  	  Electrical Energy Generation by using Smart Solar Tracking System ...IRJET-  	  Electrical Energy Generation by using Smart Solar Tracking System ...
IRJET- Electrical Energy Generation by using Smart Solar Tracking System ...IRJET Journal
 
IRJET- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar PanelIRJET Journal
 
IRJET- High Efficiency Solar Monitoring System
IRJET- High Efficiency Solar Monitoring SystemIRJET- High Efficiency Solar Monitoring System
IRJET- High Efficiency Solar Monitoring SystemIRJET Journal
 
IRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET Journal
 
Dual Axis Solar Tracking system
Dual Axis Solar Tracking systemDual Axis Solar Tracking system
Dual Axis Solar Tracking systemIRJET Journal
 
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...
IRJET -  	  The Implementation of Arduino based Single Axis Solar Tracking Sy...IRJET -  	  The Implementation of Arduino based Single Axis Solar Tracking Sy...
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...IRJET Journal
 
IRJET - 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
 
Solar Powered Weed Cutting Robot
Solar Powered Weed Cutting RobotSolar Powered Weed Cutting Robot
Solar Powered Weed Cutting RobotIRJET Journal
 
Solar Plate Indexing To Improve Efficiency of Present Solar Power System
Solar Plate Indexing To Improve Efficiency of Present Solar Power SystemSolar Plate Indexing To Improve Efficiency of Present Solar Power System
Solar Plate Indexing To Improve Efficiency of Present Solar Power Systempaperpublications3
 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET Journal
 
Indian National Solar Mission
Indian National Solar MissionIndian National Solar Mission
Indian National Solar MissionH Janardan Prabhu
 
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIRJET Journal
 
IRJET- Energy Generation from Flywheel using Magnet
IRJET- 	  Energy Generation from Flywheel using MagnetIRJET- 	  Energy Generation from Flywheel using Magnet
IRJET- Energy Generation from Flywheel using MagnetIRJET Journal
 
INDIAN SOLAR ENERGY [Bharat Surya Urja]
INDIAN SOLAR ENERGY [Bharat Surya Urja]INDIAN SOLAR ENERGY [Bharat Surya Urja]
INDIAN SOLAR ENERGY [Bharat Surya Urja]H Janardan Prabhu
 
IRJET- Automatic Solar Panel Cleaning System
IRJET-  	  Automatic Solar Panel Cleaning SystemIRJET-  	  Automatic Solar Panel Cleaning System
IRJET- Automatic Solar Panel Cleaning SystemIRJET Journal
 
Synopsis of 6 months industrial
Synopsis of 6 months industrialSynopsis of 6 months industrial
Synopsis of 6 months industrialLahsan Haque
 

Similar to IRJET- Automatic Solar Tracking Panel (20)

ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
ATMEGA 328SOLAR TRACKING CLOSED LOOP SYSTEM FOR POWER POWER FACTOR IMPROVEMENT.
 
Vertical axis wind turbine.pptx
Vertical axis wind turbine.pptxVertical axis wind turbine.pptx
Vertical axis wind turbine.pptx
 
IRJET- Electrical Energy Generation by using Smart Solar Tracking System ...
IRJET-  	  Electrical Energy Generation by using Smart Solar Tracking System ...IRJET-  	  Electrical Energy Generation by using Smart Solar Tracking System ...
IRJET- Electrical Energy Generation by using Smart Solar Tracking System ...
 
IRJET- Sun Tracking Solar Panel
IRJET-  	  Sun Tracking Solar PanelIRJET-  	  Sun Tracking Solar Panel
IRJET- Sun Tracking Solar Panel
 
IRJET- High Efficiency Solar Monitoring System
IRJET- High Efficiency Solar Monitoring SystemIRJET- High Efficiency Solar Monitoring System
IRJET- High Efficiency Solar Monitoring System
 
IRJET- Automatic Solar Tracker
IRJET- Automatic Solar TrackerIRJET- Automatic Solar Tracker
IRJET- Automatic Solar Tracker
 
Dual Axis Solar Tracking system
Dual Axis Solar Tracking systemDual Axis Solar Tracking system
Dual Axis Solar Tracking system
 
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...
IRJET -  	  The Implementation of Arduino based Single Axis Solar Tracking Sy...IRJET -  	  The Implementation of Arduino based Single Axis Solar Tracking Sy...
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...
 
IRJET - Two Axis with Four Sensors Solar Tracking System
IRJET -  	  Two Axis with Four Sensors Solar Tracking SystemIRJET -  	  Two Axis with Four Sensors Solar Tracking System
IRJET - Two Axis with Four Sensors Solar Tracking System
 
Solar Powered Weed Cutting Robot
Solar Powered Weed Cutting RobotSolar Powered Weed Cutting Robot
Solar Powered Weed Cutting Robot
 
Solar Plate Indexing To Improve Efficiency of Present Solar Power System
Solar Plate Indexing To Improve Efficiency of Present Solar Power SystemSolar Plate Indexing To Improve Efficiency of Present Solar Power System
Solar Plate Indexing To Improve Efficiency of Present Solar Power System
 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker System
 
JN National Solar-Mission
JN National Solar-MissionJN National Solar-Mission
JN National Solar-Mission
 
Indian National Solar Mission
Indian National Solar MissionIndian National Solar Mission
Indian National Solar Mission
 
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
 
Bharat Surya Urja
Bharat Surya UrjaBharat Surya Urja
Bharat Surya Urja
 
IRJET- Energy Generation from Flywheel using Magnet
IRJET- 	  Energy Generation from Flywheel using MagnetIRJET- 	  Energy Generation from Flywheel using Magnet
IRJET- Energy Generation from Flywheel using Magnet
 
INDIAN SOLAR ENERGY [Bharat Surya Urja]
INDIAN SOLAR ENERGY [Bharat Surya Urja]INDIAN SOLAR ENERGY [Bharat Surya Urja]
INDIAN SOLAR ENERGY [Bharat Surya Urja]
 
IRJET- Automatic Solar Panel Cleaning System
IRJET-  	  Automatic Solar Panel Cleaning SystemIRJET-  	  Automatic Solar Panel Cleaning System
IRJET- Automatic Solar Panel Cleaning System
 
Synopsis of 6 months industrial
Synopsis of 6 months industrialSynopsis of 6 months industrial
Synopsis of 6 months industrial
 

More from IRJET Journal

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

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

Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessorAshwiniTodkar4
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...HenryBriggs2
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
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
 
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
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering 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
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...josephjonse
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
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
 

Recently uploaded (20)

Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
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
 
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
 
8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor8086 Microprocessor Architecture: 16-bit microprocessor
8086 Microprocessor Architecture: 16-bit microprocessor
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
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 ...
 
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
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
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 ...
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...8th International Conference on Soft Computing, Mathematics and Control (SMC ...
8th International Conference on Soft Computing, Mathematics and Control (SMC ...
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
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
 

IRJET- Automatic Solar Tracking Panel

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 267 Automatic Solar Tracking Panel Ashish Sateesha1, Lokesh Allamki2, K S Pratheek3 and Manjunath Panchakshari4 1,2,3,4BNMIT, Bengaluru ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - A Resource which can be used repeatedly and replaced naturally from existing sources that are present around us is known as a renewable resource. Renewable energy almost never runs out, for example solar energy. Solar energy can be harnessed from the sun and converted into thermal or electrical energy. And since it is the most abundant and cleanest form of energy, if we make effective use of it, we could limit the use of Fossil fuels. Therefore, increasing the efficiency and maximizing output from the solar panels in essential. This can be achieved by aligning the panels with the sun, but in order to do this we need a device that tracks the position of the sun. Using a stationary solar panel may not be the most effective method to harvest solar energy, consequently using a solar panel that can rotate with respect to the position of the sun, the efficiency of the panel can be improved by about 35%. In order to accomplish this task this paper talks about the design of a solar tracking device constructed using motor driver, steppermotor, solarpaneland a microcontroller. The integral component of this tracking device is an MSP430 Microcontroller whichtrackstheposition of the sun and repositions the solar panel such that it receives the highest possible solar energy at any given time, thereby considerably increasing the amount of power generated. Key Words: Solar energy, solar panel, stepper motor, MSP430, renewable resource 1. INTRODUCTION Solar energy is the largest untapped energy source from the sun which can be harnessed using a wide range of technologies such as photovoltaic cells, solar power plants, solar heaters and artificial photosynthesis. It is an extraordinary source of renewable energy which has been gaining a lot of traction in recent years for its potential as a viable source of energy. Solar panels are the most widely used devices to extract the solar energy and to convert into usable solar power. Even though solar panels are widely used, they are not used to their maximum potential due to their immobility. Therefore, utilizing a solar tracker would further boost the yield of the solar panels. Hence, designing such trackers should enable the solar panels to align themselves perpendicular to the solar rays at any giventime thereby, increasing the amount of solar energy produced. But there exists a huge challenge in designing a mobile solar panel that can receive the solar energy and convert it into solar energy efficiently. Hence, many considerations have to be taken into account while designing such astheinclination of the sun with respect to the earth, changes in the length of day and knights and the angle at which the panel must be at any given point of time. In this paper we talk about a solar tracking device constructed using a stepper motor, motor driver (ULN2003A)andanMSP430microcontroller.Instead of tracking the intensity of sunlight using a Light dependent Resistor (LDR), we use the time of the day and direction of the sunrise to track the sunlight. In unfavorable conditions such as cloudy or rainy weather where LDR ceases to be useful, this time-based solar trackingdevicecanbeused. The working of our device is based on the rotation of a stepper motor which in turn changes the position of the solar panel such that it is always perpendicular to sun ray at any given time during the day. The motor is driven by a motor driver which in turn is controlled by the microcontroller. The geographical location and angle of thepanel haveto betaken into consideration when the solar panel is being installed. 2. HARDWARE IMPLEMENTATION 2.1 STEPPER MOTOR Stepper motor is a brushless, synchronous electric motor that can divide a full rotation into an expansive number of steps. The position of the motor can be accuratelycontrolled without the need for any kind of feedback mechanism when is sized carefully based on the application. These motorsrun of pulses of electric current where each pulse rotates the motor by a certain degree. Therefore, there exists a lot of control over the degree of rotation of the motor. Stepper motor with computer-controlled stepping can achieve very precise positioning and speed control. 1) UNIPOLAR STEPPER MOTOR: A unipolar stepper motor rotates when 4 electric pulses are given to all its windings in a sequence. These windings (coils) are organized in groups called phases. By energizing each phase in sequence, the motor rotates one step at a time. Most common is the 4-phase stepper motor. In general, greater the number of phases higher the control of degree of rotation of the motor.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 268 2) STEP ANGLE: The step angle of a steppermotor refersto the degree of rotation for each electrical pulse. It can vary from as small as 0.9° to 90°. A motor with step angle of 0.9° requires 400 pulses to complete one rotation. 2.2 ULN2003A MOTOR DRIVER The ULx200xA motor driver is a high-current, high-voltage Darlington transistor array. It consists of seven NPN Darlington pairs that feature high-voltage outputs with common-cathodeclampdiodesforswitchinginductiveloads. A single Darlington pair has a collector-current ratingof500 mA. Higher current capability can be achieved byparalleling the Darlington pairs. The ULN2003A devices can operate directly with TTL or 5-V CMOS devices as they have a 2.7-kΩ series resistor for each pair of Darlington transistors. The ULN2003A requires less voltage when compared to other similar devices. 1) FEATURES: High -Voltage Output: 50V, Output clamp diodes, 500-mA Rated, Inputs compatible with various types of logic, Relay-Driver Applications. 2) APPLICATIONS: Stepper and DC Brushedmotordrivers, Lamp Drivers, Line drivers, Logic buffers, Relay drivers 2.3 MSP430 MICRO CONTROLLER MSP430 is a mixed -signal microcontrollerfamilyfromTexas instruments, which is built around a 16-bit CPU. It is designed for low cost and specifically, low power consumption applications and has a wide range of features. This allows us to choose the best microcontroller for the application. MSP430 is a versatile and powerful microcontroller that can be used to create low power embedded devices. The prominent features of the MSP430 are outlined below: 1)High performance 2)16bit RISC architecture 3) Ultra low power 2.4 SOLAR PANEL Solar panel is used to convert solar energy to electrical energy, which is an arrangementofseveral photovoltaiccells clubbed together. The electrical energy generated can be stored into batteriessinceinstantaneousenergygeneratedis small. To generate huge amounts of electricity, many such panels are put together to form a module which is then installed. Each panel are made up of large number of photovoltaic cells made up of silicon, which absorbs sunlight(photons) and converts into electric energy by the process of photovoltaic effect. All solar panel module used generates power of 150W to 350 W. 3. PROGRAMMING METHODOLOGY AND WORKING Code Composer was used to download the programonto the MSP430 microcontroller. The source code was written in Embedded C language, which was downloaded onto the microcontroller for its working. Embedded C is best supported for integrated development environment and debugging tools for embedded system applications. ULN2003 motor driver is used to overcome insufficient power output to drive the motor, the driver steps up the output voltage and current and in turn helps us power the motor. The flowchart and circuit diagram are as shown in the figure. Vcc is made as the power input to power the device and the port pins 1.1, 1.2, 1.3 and 1.4 as output pins. These outputs are given as input to the 4-input pins of the motor driver, used to excite the 4 winding of the stepper motor. OUT1-OUT4 output pins of the motor diver are connected to A-D windings. The programwrittenrotates 15° once every hour. After each rotation themotorwaitsanhour before the next rotation, to achieve this appropriate delay is generated and reset to initial position after 10 hours,back to east facing and cycle repeats itself. The panels follow the position of the sun during the day time. Geographic location also plays a vital role at the time of installation as initial setup requires proper angled installation with panel facing east. Once this is properly installed, the Solar panel rotates with respect to the rotations of the stepper motor in such a way that it perfectly follows the path of the sun from morning till night, and further gets back to its initial position and waits for the sun again. This helps increase efficiency to the most even though the motor requires only 5 % of total power generated.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 269 4. CONCLUSION In this paper, universal solar tracker system was designed. This is a software solution to improvise the output of the solar cells depending on the position of the sun, by pointing the panel in the direction of maximum light intensity, which is demonstrated using a working model. The designed solar tracking system could track the movement of the sun with the help of microcontroller and stepper motor. This system works effectively irrespective of the weather condition or the geographical location. One of the advantages of this system is that even if the weather is cloudy or even if it is raining the position of the sun does not change and hence the sunlight that is available is still received by the solar panel. The proposed system is a miniaturemodel ofthemain system so there are a number of limitations.Abiggerstepper motor with gear box has to be used for practical use. Here, we have considered only one-dimensional rotation of the panel. Microcontroller was used to reduce the complexity of the circuit. Though there are a few hardware limitations in the initial set up, there is room for more improvement of design methodology in the future. REFERENCES [1] "Solar Energy Perspectives: Executive Summary"(PDF). International Energy Agency. 2011. Archived fromtheoriginal (PDF) on 3 December 2011. [2] "Energy". rsc.org. [3]http://energyinformative.org/solar-panel-tracking-systems [4] Texas, Instruments. "ULN2003A Datasheet" (PDF). [5] Microcontroller Programming and Interfacing: Texas Instruments MSP430 (Synthesis Lectures on Digital Circuits and Systems) 1st Edition- Steven F. Barrett and Daniel J. Pack [6] Reduced Instruction Set Computers – Prof.VojinG.Oklobdzija [7] Working with stepper motors-Robot Builder’s Bonanza, 2nd Edition [8] Stepper Motor and Its Driver -Reference of EAS 5407 Mechatronics Design Project- http://pegasus.cc.ucf.edu/~cham/eas5407/project/Introstepp er.pf