SlideShare una empresa de Scribd logo
1 de 45
DEVELOPMENT OF SUN TRACKING SOLAR
                 PANEL SYSTEM TO MAXIMIZE SUN
                      ENERGY GENERATION



PREPARED BY:

 MOHD MOIZUDDIN
                             UNDER THE GUIDANCE OF:
4TH Year – EEE Department,   LECTURER. SAJID SIR
SHADAN COLLEGE OF ENGG N     Faculty of EEE Department;
TECH                         SHADAN COLLEGE OF ENGG AND
                             TECHNOLOGY
CONTENTS

INTRODUCTION
PREFACE
PROJECT BACKGROUND
MAIN OBJECTIVE
COMPARISON OF ENERGY SOURCES
WORKING PROCEDURE
BLOCK DIAGRAM
SOLAR TRACKER SOLVING ALGORITHM
FLOWCHART
SOFTWARE DESCRIPTION
OUR PROJECT
HARDWARE DESCRIPTION
PROGRAM DUMPER
BLOCK DIAGRAM OF 8051
LIGHT DETECTING RESISTOR
ANALOG-DIGITAL CONVERTER
L293D MOTOR DRIVER
DC SERIES MOTOR
LCD DISPLAY
PROJECT CODING
APPLICATIONS
DRAWBACKS
ADVANTAGES
CONCLUSION
INTRODUCTION

“SOLAR TRACKING SYSTEM” -      Used to control and set the moment of solar panels.


   This system uses DC motor to control the angle of rotation of the panels.


Rotation   of DC motor through the desired angle is achieved by using Kiel cross compiler.


The    basic idea of the project is to increase the efficiency of the solar systems.


The    solar panel is made to rotate in all the directions facing the sunlight.


Tracks   the maximum intensity position and rests in that position.
PREFACE



            The main non-renewable sources of energy in the
            world are coal, oil, natural gas, and more recently
                              nuclear energy.


          While the aforesaid power generators use coal, oil &
                natural gas as their main fuel for energy
          production, nuclear energy employs the technique of
          nuclear fission of uranium for electricity generation.


          The availability of these natural resources in future &
                    pollution are the main concerns.
Coal Plant   Nuclear    Natural
              Plant    Gas Plant
PROJECT BACKGROUND
Why should the solar panel face the most illuminating source of light?

 TO Increase Solar Panel Output

 Maximize Power per unit Area

 Provide Educational Demonstration of Renewable

  Energy




Examples
 1. Mars Rover
 2. Hubble Telescope
 3. International Space Station
 4. Solar-Powered Homes
EXAMPLES

MARS ROVER   HUBBLE TELESCOPE
EXAMPLES


INTERNATIONAL SPACE
                      SOLAR POWERED HOMES
STATION
Main Objectives

  Position the Solar Panels so that they will acquire maximum energy from a
   light source.
  Store the acquired energy into batteries, and use the batteries to control
   the rest of the system when the solar energy is absent.
  In no-light or low-light conditions design the system to go into sleep mode
   so that energy is not wasted.
  Design a visual display unit to display status information about the system.


Solar Panel
  Output
WORKING PROCEDURE
BLOCK DIAGRAM
SOLAR TRACKER SOLVING ALGORITHM
FLOW CHART
SOFTWARE DESCRIPTION:
The   C programming language is a general – purpose programming
language

C  is not a big language and is not designed for any one particular
area of application .

 Its generality combined with its absence of restrictions makes C a
convenient and effective programming solution for a wide variety of
software tasks .

Many   applications can be solved more easily and efficiently with C
than with other more specialized languages.

 The   Cx51 Optimizing C Compiler is a complete       implementation
 of the American National Standards Institute (ANSI) standard for the
 C language .
Cx51    provides you with the flexibility of programming in C and the
code efficiency and speed of assembly language .


Since   Cx51 is a cross compiler standard libraries are altered or
enhanced to address the peculiarities of an embedded target
processor.
 OUR PROJECT:
 HARDWARE DESCRIPTION


    Features of AT89S52 microcontroller:


Compatible    with MCS-51® Products
   8K Bytes of In-System Programmable
(ISP) Flash Memory
   Endurance: 1000 Write/Erase Cycles
   4.0V to 5.5V Operating Range
   Fully Static Operation: 0 Hz to 33 MHz
   256 x 8-bit Internal RAM
   32 Programmable I/O Lines
   Three 16-bit Timer/Counters
 The AT89S52 is a low-power, high-performance CMOS 8-bit
  microcontroller.

 The device is manufactured using Atmel’s high-density non-volatile
  memory technology.

 Compatible with the industry-standard 80C51 instruction set and pin
  out.
PROGRAM DUMPER
Block Diagram of 8051
Features of 8051 Architecture


  Optimized 8 bit CPU for control applications and extensive Boolean
    processing capabilities.

  64K Program Memory address space.

  64K Data Memory address space.

  128 bytes of on chip Data Memory.

  32 Bi-directional and individually addressable I/O lines.

  Two 16 bit timer/counters.

  Full Duplex UART.

  6-source / 5-vector interrupt structure with priority levels.

  On chip clock oscillator.
LIGHT DETECTING RESISTOR
 For a sensor, we’re interested in the light power that falls on a unit area, and how well
  the sensor converts that into a signal.
 A common unit is the lux which measures apparent brightness (power multiplied by
  the human eye’s sensitivity).
 1 lux of yellow light is about 0.0015 W/m2.
 1 lux of green light (50% eff.) is 0.0029 W/m2.
 Sunlight corresponds to about 50,000 lux
 Artificial light typically 500-1000 lux
 Simplest light sensor is an LDR (Light-Dependent Resistor).
 Optical characteristics close to human eye.
 Can be used to feed an A/D directly without amplification (one resistor in a voltage
  divider).
 Common material is CdS
  (Cadmium Sulphide)
 Sensitivity: dark 1 M ,
  10 lux 40 k ,
  1000 lux 400 .
 ANALOG TO DIGITAL CONVERTER [ADC]

 Features of ADC

                                               0809ADC




Key Specifications
 Resolution 8 Bits
 Total Unadjusted Error ±1/2 LSB and ±1 LSB
 Single Supply 5 VDC
 Low Power 15 mW
 Conversion Time 100 µs
Pin Number                 Description
    1                  IN3 - Analog Input 3
    2                  IN4 - Analog Input 4
    3                  IN5 - Analog Input 5
    4                  IN6 - Analog Input 6
    5                  IN7 - Analog Input 7
    6               START - Start Conversion
    7               EOC - End Of Conversion
    8              2(-5) - Tri-State Output Bit 5
    9               OUT EN - Output Enable
    10                     CLK - Clock
    11                Vcc - Positive Supply

    12       Vref+ - Positive Voltage Reference Input

    13                    GND - Ground
    14             2(-7) - Tri-State Output Bit 7
    15             2(-6) - Tri-State Output Bit 6

    16       Vref- - Voltage Reference Negative Input

    17             2(-8) - Tri-State Output Bit 8
    18             2(-4) - Tri-State Output Bit 4
    19             2(-3) - Tri-State Output Bit 3
    20             2(-2) - Tri-State Output Bit 2
    21             2(-1) - Tri-State Output Bit 1
    22             ALE - Address Latch Enable
    23              ADD C - Address Input C
    24              ADD B - Address Input B
    25              ADD A - Address Input A
    26                 IN0 - Analog Input 0
    27                 IN1 - Analog Input 1
    28                 IN2 - Analog Input 2
MOTOR DRIVER CIRCUIT
 L293D is a dual H-bridge motor driver integrated circuit (IC). Motor
  drivers act as current amplifiers since they take a low-current control
  signal and provide a higher-current signal. This higher current signal
  is used to drive the motors.
 L293D contains two inbuilt H-bridge driver circuits. In its common
  mode of operation, two DC motors can be driven simultaneously, both
  in forward and reverse direction. The motor operations of two motors
  can be controlled by input logic at pins 2 & 7 and 10 & 15. Input logic
  00 or 11 will stop the corresponding motor. Logic 01 and 10 will rotate
  it in clockwise and anticlockwise directions, respectively.
 Enable pins 1 and 9 (corresponding to the two motors) must be high
  for motors to start operating. When an enable input is high, the
  associated driver gets enabled. As a result, the outputs become active
  and work in phase with their inputs. Similarly, when the enable input is
  low, that driver is disabled, and their outputs are off and in the high-
  impedance state.
DC SERIES MOTOR

 WHAT DOES DC SERIES MOTOR DO?


   Like any other motor, series motors convert electrical energy to
   mechanical energy. Its operation is based on simple electromagnetic
   principle by which when the magnetic field created around a current
   carrying conductor interacts with an external magnetic field, a rotational
   motion is generated.



    A typical DC motor layout is given in the following diagram:
 FEATURES:
Rpm : 300 at 12v
DC supply: 3 to 12V
Metal Gears based Gearbox
Output shaft: Centre
Torque : 2 Kg-cm
Shaft diameter: 6 mm.
Shaft length: 22 mm.
Total length: 76 mm.
Motor diameter: 38 mm.
Mounting Nut Width: 8mm
Same size motor available in various rpm
Hole with threading (internal) in shaft for fixing wheel
No-load current = 60 mA, Load current = 300 mA



The motor gives 300 RPM (maximum) at 12v although the motor runs
smoothly from 3v to 12v range which will give a wide range of RPM and
torque. Thus at 3v (the current is less too) the motor will be the slowest &
torque minimum; because the speed of motor is directly proportional to supply
voltage & torque is proportional to current.
 APPLICATIONS
 Series Motors can generate huge turning force, the torque, from its
idle state. This characteristic makes series motors suitable for small
electrical appliances, mobile electric equipments, hoists, winches
etc. Series motors are not suitable when a constant speed is
required. The reason is that the speed of series motors varies
greatly with varying load. Regulating the speed of series motors is
also not an easy process to implement.

 ADVANTAGES

   • Huge starting torque
    • Simple Construction
    • Designing is easy
    • Maintenance is easy
    • Cost effective
LCD DISPLAY
 INTERFACE WITH 4-BIT/8-BIT MICROPROCESSOR.

 DISPLAY DATA RAM [80 CHARACTERS].

 CHARACTER GENERATOR ROM [160 CHARACTERS].

 BUILT-IN RESET CIRCUIT IS TRIGGERED AT POWER ON.

  16 PINS.
Project Coding

/****************************************************************************
        Project: Suntrack --SunTracking Solar Panel.
        Version:         1.0
        Author:        1.MOIZUDDIN.g
                         2. RAJKUMAR.n
                         3. SUFYAN.b


*****************************************************************************/
# include <p89v51rd2.h>
# include "AdcV1.h" // On P1 & P2
# include "LcdV2.h"
# include "VerV1.h" // No Port


unsigned char gucSensorValue[4];
unsigned char gucPresent = 0;


voidForwardStep(void);
voidReverseStep(void);
unsigned char FindMaxLdr(void);
void Rotate(unsigned char ucMax);


void main(void)
{
        unsignedinti                   = 0,
                   j                   = 0;


        unsigned char ucAddrCounter = 0,
unsigned char ucAddrCounter        = 0,
           ucAscii[4];
unsigned char ucMax;


IE = 0x93;
while(1)
{


           for(ucAddrCounter = 0; ucAddrCounter< 3; ucAddrCounter++)
           {
                   ReadSensorData(ucAddrCounter, &gucSensorValue[ucAddrCounter]);
                   ToAsciiDecimal(gucSensorValue[ucAddrCounter],&ucAscii[0]);


                   LcdInit();
                   switch(ucAddrCounter)
                   {
                            case LDR0:
                                           LcdPuts("LDR0 Value : ");


                                           LcdCmd(NEW_LINE);
                                           LcdPuts("    ");
                                           LcdPutc(ucAscii[0]);
                                           LcdPutc(ucAscii[1]);
                                           LcdPutc(ucAscii[2]);


                                           break;
                            case LDR1:
                                           LcdPuts("LDR1 Value : ");


                                           LcdCmd(NEW_LINE);
LcdPuts("   ");
                                          LcdPutc(ucAscii[0]);
                                          LcdPutc(ucAscii[1]);
                                          LcdPutc(ucAscii[2]);


                                          break;


                          case LDR2:
                                          LcdPuts("LDR2 Value : ");


                                          LcdCmd(NEW_LINE);
                                          LcdPuts("    ");
                                          LcdPutc(ucAscii[0]);
                                          LcdPutc(ucAscii[1]);
                                          LcdPutc(ucAscii[2]);


                                          break;
                          /*case LDR3:
                                          LcdPuts("LDR4 Value : ");


                                          LcdCmd(NEW_LINE);
                                          LcdPuts("    ");
                                          LcdPutc(ucAscii[0]);
                                          LcdPutc(ucAscii[1]);
                                          LcdPutc(ucAscii[2]);


                                          break;
                          */
                          default:
                                          break;
                  } /* End of Switch */
for(j = 0; j < 40000; j++);
                 }/* End of for(sensor) */


                 LcdInit();


                 ucAscii[0] = ' ';
                 ucAscii[1] = ' ';
                 ucAscii[2] = ' ';


                 ucMax = FindMaxLdr();
                 ToAsciiDecimal(ucMax, ucAscii);


                 LcdPuts("Max is :");
                 LcdPutc(ucAscii[0]);
                 LcdPutc(ucAscii[1]);
                 LcdPutc(ucAscii[2]);
                 for(i = 0; i< 40000; i++);
                 Rotate(ucMax);


        } /* End of While(1) */
} /* End of Main() */


/**********************************************************************************/
voidReverseStep(void)
{
        unsignedint j;
        unsignedinti;
        for(i = 0; i< 3; i++)
        {
        P2 = 0X66;
for(j = 0; j < 20000; j++);
         P2 = 0XCC;
         for(j = 0; j < 20000; j++);
         P2 = 0X99;
         for(j = 0; j < 20000; j++);
         P2 = 0X33;
         for(j = 0; j < 20000; j++);
         }
}


/**********************************************************************************/
voidForwardStep(void)
{
         unsignedint j;
         unsignedinti;
         for(i = 0; i< 3; i++)
         {
         P2 = 0X33;
         for(j = 0; j < 20000; j++);
         P2 = 0X99;
         for(j = 0; j < 20000; j++);
         P2 = 0XCC;
         for(j = 0; j < 20000; j++);
         P2 = 0X66;
         for(j = 0; j < 20000; j++);
         }
}


/**********************************************************************************/
unsigned char FindMaxLdr(void)
{
        unsigned char i;
        unsigned char ucMax;


        ucMax = 0;
        for(i = 1; i< 3; i++)
        {
                 if(gucSensorValue[i] >gucSensorValue[ucMax])
                 {
                           ucMax = i;
                 }
        }
        returnucMax;
}
/**********************************************************************************/


void Rotate(unsigned char ucMax)
{
        if(ucMax == gucPresent)
                 return;


        if(ucMax>gucPresent)
        {
                 while(gucPresent != ucMax)
                 {
                           ForwardStep();
                           gucPresent++;
                 }
}
    else
    {
           while(gucPresent != ucMax)
           {
                   ReverseStep();
                   gucPresent--;
           }
    }
}
APPLICATIONS

  Used in satellites as source of fuel.
  Used in solar thermal collector to collect heat.
  Used in water heaters.
  Used in heat extinguishers.
  Used in solar power plants.
  Used in inverters[AC-DC].
  Used in solar water pumps.


DRAWBACKS
  Tracker is affected by temporal variations in atmospheric refractions caused by rain,cloud etc.
  This leads to wrong positioning of solar panel.

ADVANTAGES
  The solar tracker system provides numerous applications in the field of
   industrial, infrastructural as well as agricultural sectors, both private and public
   purposes.
  Its main application lies in the industrial processes like energy stations and
   powerhouses for the production of electricity. Moreover, it also find its applications
   in pool filtration systems, in agriculture for irrigation methods and solar water
   heating systems
CONCLUSION


 To collect greatest amount of energy from sun, solar panels must be aligned orthogonally to
  sun.
 For this purpose a new solar tracking technique based on micro-controller was implemented
  and tested in this study.

Más contenido relacionado

La actualidad más candente

Solar tracking system by naidu
Solar tracking system by naiduSolar tracking system by naidu
Solar tracking system by naiduNaidu Turpati
 
Voltage Source Inverter
Voltage Source InverterVoltage Source Inverter
Voltage Source InverterPreetamJadhav2
 
Particle Swarm Optimization PSO Algorithm Based MPPT for PV System Operating ...
Particle Swarm Optimization PSO Algorithm Based MPPT for PV System Operating ...Particle Swarm Optimization PSO Algorithm Based MPPT for PV System Operating ...
Particle Swarm Optimization PSO Algorithm Based MPPT for PV System Operating ...ijtsrd
 
Speed Control of DC Motor using Microcontroller
Speed Control of DC Motor using MicrocontrollerSpeed Control of DC Motor using Microcontroller
Speed Control of DC Motor using MicrocontrollerSudip Mondal
 
Electric drive
Electric driveElectric drive
Electric drivemishradiya
 
Solar tracking-system-ppt
Solar tracking-system-pptSolar tracking-system-ppt
Solar tracking-system-pptaliallafy
 
Traffic light control using atmega16 ppt
Traffic light control using atmega16 pptTraffic light control using atmega16 ppt
Traffic light control using atmega16 pptSHIVA KUMAR
 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motorEdgefxkits & Solutions
 
Induction Motor Protection Using PLC
Induction Motor Protection Using PLCInduction Motor Protection Using PLC
Induction Motor Protection Using PLCvivatechijri
 
Repulsion motor
Repulsion motorRepulsion motor
Repulsion motorMuhsin ali
 
Drives lec 13_14_Speed Control of DC Motors
Drives lec 13_14_Speed Control of DC MotorsDrives lec 13_14_Speed Control of DC Motors
Drives lec 13_14_Speed Control of DC MotorsMohammad Umar Rehman
 

La actualidad más candente (20)

UTILIZATION OF ELECTRICAL ENERGY
UTILIZATION OF ELECTRICAL ENERGY UTILIZATION OF ELECTRICAL ENERGY
UTILIZATION OF ELECTRICAL ENERGY
 
Solar tracking system by naidu
Solar tracking system by naiduSolar tracking system by naidu
Solar tracking system by naidu
 
Voltage Source Inverter
Voltage Source InverterVoltage Source Inverter
Voltage Source Inverter
 
DUAL AXIS SOLAR TRACKER USING ARDUINO
DUAL AXIS SOLAR TRACKER USING ARDUINODUAL AXIS SOLAR TRACKER USING ARDUINO
DUAL AXIS SOLAR TRACKER USING ARDUINO
 
Particle Swarm Optimization PSO Algorithm Based MPPT for PV System Operating ...
Particle Swarm Optimization PSO Algorithm Based MPPT for PV System Operating ...Particle Swarm Optimization PSO Algorithm Based MPPT for PV System Operating ...
Particle Swarm Optimization PSO Algorithm Based MPPT for PV System Operating ...
 
Speed Control of DC Motor using Microcontroller
Speed Control of DC Motor using MicrocontrollerSpeed Control of DC Motor using Microcontroller
Speed Control of DC Motor using Microcontroller
 
PPT ON POWER SYSTEM STABILITY
PPT ON POWER SYSTEM STABILITYPPT ON POWER SYSTEM STABILITY
PPT ON POWER SYSTEM STABILITY
 
Electric drive
Electric driveElectric drive
Electric drive
 
Per unit system
Per unit systemPer unit system
Per unit system
 
Electric motors
Electric motorsElectric motors
Electric motors
 
Solar tracking-system-ppt
Solar tracking-system-pptSolar tracking-system-ppt
Solar tracking-system-ppt
 
Electric motor basics
Electric motor   basicsElectric motor   basics
Electric motor basics
 
Traffic light control using atmega16 ppt
Traffic light control using atmega16 pptTraffic light control using atmega16 ppt
Traffic light control using atmega16 ppt
 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motor
 
Pole Placement in Digital Control
Pole Placement in Digital ControlPole Placement in Digital Control
Pole Placement in Digital Control
 
Password Based Circuit Breaker
Password Based Circuit BreakerPassword Based Circuit Breaker
Password Based Circuit Breaker
 
Induction Motor Protection Using PLC
Induction Motor Protection Using PLCInduction Motor Protection Using PLC
Induction Motor Protection Using PLC
 
Repulsion motor
Repulsion motorRepulsion motor
Repulsion motor
 
Drives lec 13_14_Speed Control of DC Motors
Drives lec 13_14_Speed Control of DC MotorsDrives lec 13_14_Speed Control of DC Motors
Drives lec 13_14_Speed Control of DC Motors
 
Power System Stability Introduction
Power System Stability IntroductionPower System Stability Introduction
Power System Stability Introduction
 

Similar a MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENERATION

Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Boxncct
 
major project ppt 27-4-16
major project ppt 27-4-16major project ppt 27-4-16
major project ppt 27-4-16rafiya begum
 
Street light controlling using Microcontroller
Street light controlling using MicrocontrollerStreet light controlling using Microcontroller
Street light controlling using Microcontroller9989476539
 
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCKINTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCKSantanu Chatterjee
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll newMainak Nandi
 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTm sivareddy
 
Steper Motor Control Through Wireless
Steper Motor Control Through WirelessSteper Motor Control Through Wireless
Steper Motor Control Through WirelessPawan Bahuguna
 
INTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSINTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSARUN P S
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLshiv kapil
 
Visiter counter doc
Visiter counter docVisiter counter doc
Visiter counter docPrem Kumar
 
1396740 634706422070340000
1396740 6347064220703400001396740 634706422070340000
1396740 634706422070340000bnsprasad
 
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLERDC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLERTridib Bose
 
microcontroller based tracking soloar.pptx
microcontroller based tracking soloar.pptxmicrocontroller based tracking soloar.pptx
microcontroller based tracking soloar.pptxtariqqureshi33
 
Solar inverter with autosynchronization using microcontroller
Solar inverter with autosynchronization using microcontrollerSolar inverter with autosynchronization using microcontroller
Solar inverter with autosynchronization using microcontrollerDhaval Brahmbhatt
 
A Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAA Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAIJERA Editor
 

Similar a MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENERATION (20)

Ppptcoxandking
PpptcoxandkingPpptcoxandking
Ppptcoxandking
 
Pppt
PpptPppt
Pppt
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
major project ppt 27-4-16
major project ppt 27-4-16major project ppt 27-4-16
major project ppt 27-4-16
 
Street light controlling using Microcontroller
Street light controlling using MicrocontrollerStreet light controlling using Microcontroller
Street light controlling using Microcontroller
 
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCKINTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
INTERRUPT DRIVEN MULTIPLEXED 7 SEGMENT DIGITAL CLOCK
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
 
Steper Motor Control Through Wireless
Steper Motor Control Through WirelessSteper Motor Control Through Wireless
Steper Motor Control Through Wireless
 
INTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERSINTELLIGENT HELMET FOR COAL MINERS
INTELLIGENT HELMET FOR COAL MINERS
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
Visiter counter doc
Visiter counter docVisiter counter doc
Visiter counter doc
 
1396740 634706422070340000
1396740 6347064220703400001396740 634706422070340000
1396740 634706422070340000
 
03 TOTAL REPORT
03 TOTAL REPORT03 TOTAL REPORT
03 TOTAL REPORT
 
5 FINAL PROJECT REPORT
5 FINAL PROJECT REPORT5 FINAL PROJECT REPORT
5 FINAL PROJECT REPORT
 
Speed control of motor
Speed control of motorSpeed control of motor
Speed control of motor
 
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLERDC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
 
microcontroller based tracking soloar.pptx
microcontroller based tracking soloar.pptxmicrocontroller based tracking soloar.pptx
microcontroller based tracking soloar.pptx
 
Solar inverter with autosynchronization using microcontroller
Solar inverter with autosynchronization using microcontrollerSolar inverter with autosynchronization using microcontroller
Solar inverter with autosynchronization using microcontroller
 
A Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTAA Design of Sigma-Delta ADC Using OTA
A Design of Sigma-Delta ADC Using OTA
 

Último

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 

Último (20)

mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 

MICROPROCESSOR BASED SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE ENERGY GENERATION

  • 1. DEVELOPMENT OF SUN TRACKING SOLAR PANEL SYSTEM TO MAXIMIZE SUN ENERGY GENERATION PREPARED BY:  MOHD MOIZUDDIN UNDER THE GUIDANCE OF: 4TH Year – EEE Department, LECTURER. SAJID SIR SHADAN COLLEGE OF ENGG N Faculty of EEE Department; TECH SHADAN COLLEGE OF ENGG AND TECHNOLOGY
  • 2. CONTENTS INTRODUCTION PREFACE PROJECT BACKGROUND MAIN OBJECTIVE COMPARISON OF ENERGY SOURCES WORKING PROCEDURE BLOCK DIAGRAM SOLAR TRACKER SOLVING ALGORITHM FLOWCHART SOFTWARE DESCRIPTION OUR PROJECT HARDWARE DESCRIPTION PROGRAM DUMPER BLOCK DIAGRAM OF 8051 LIGHT DETECTING RESISTOR ANALOG-DIGITAL CONVERTER L293D MOTOR DRIVER DC SERIES MOTOR LCD DISPLAY PROJECT CODING APPLICATIONS DRAWBACKS ADVANTAGES CONCLUSION
  • 3. INTRODUCTION “SOLAR TRACKING SYSTEM” - Used to control and set the moment of solar panels.  This system uses DC motor to control the angle of rotation of the panels. Rotation of DC motor through the desired angle is achieved by using Kiel cross compiler. The basic idea of the project is to increase the efficiency of the solar systems. The solar panel is made to rotate in all the directions facing the sunlight. Tracks the maximum intensity position and rests in that position.
  • 4. PREFACE The main non-renewable sources of energy in the world are coal, oil, natural gas, and more recently nuclear energy. While the aforesaid power generators use coal, oil & natural gas as their main fuel for energy production, nuclear energy employs the technique of nuclear fission of uranium for electricity generation. The availability of these natural resources in future & pollution are the main concerns.
  • 5. Coal Plant Nuclear Natural Plant Gas Plant
  • 6. PROJECT BACKGROUND Why should the solar panel face the most illuminating source of light?  TO Increase Solar Panel Output  Maximize Power per unit Area  Provide Educational Demonstration of Renewable Energy Examples 1. Mars Rover 2. Hubble Telescope 3. International Space Station 4. Solar-Powered Homes
  • 7. EXAMPLES MARS ROVER HUBBLE TELESCOPE
  • 8. EXAMPLES INTERNATIONAL SPACE SOLAR POWERED HOMES STATION
  • 9. Main Objectives  Position the Solar Panels so that they will acquire maximum energy from a light source.  Store the acquired energy into batteries, and use the batteries to control the rest of the system when the solar energy is absent.  In no-light or low-light conditions design the system to go into sleep mode so that energy is not wasted.  Design a visual display unit to display status information about the system. Solar Panel Output
  • 10.
  • 12.
  • 13.
  • 17.
  • 18. SOFTWARE DESCRIPTION: The C programming language is a general – purpose programming language C is not a big language and is not designed for any one particular area of application .  Its generality combined with its absence of restrictions makes C a convenient and effective programming solution for a wide variety of software tasks . Many applications can be solved more easily and efficiently with C than with other more specialized languages. The Cx51 Optimizing C Compiler is a complete implementation of the American National Standards Institute (ANSI) standard for the C language .
  • 19. Cx51 provides you with the flexibility of programming in C and the code efficiency and speed of assembly language . Since Cx51 is a cross compiler standard libraries are altered or enhanced to address the peculiarities of an embedded target processor.
  • 21.
  • 22.  HARDWARE DESCRIPTION Features of AT89S52 microcontroller: Compatible with MCS-51® Products  8K Bytes of In-System Programmable (ISP) Flash Memory  Endurance: 1000 Write/Erase Cycles  4.0V to 5.5V Operating Range  Fully Static Operation: 0 Hz to 33 MHz  256 x 8-bit Internal RAM  32 Programmable I/O Lines  Three 16-bit Timer/Counters
  • 23.  The AT89S52 is a low-power, high-performance CMOS 8-bit microcontroller.  The device is manufactured using Atmel’s high-density non-volatile memory technology.  Compatible with the industry-standard 80C51 instruction set and pin out.
  • 26. Features of 8051 Architecture  Optimized 8 bit CPU for control applications and extensive Boolean processing capabilities.  64K Program Memory address space.  64K Data Memory address space.  128 bytes of on chip Data Memory.  32 Bi-directional and individually addressable I/O lines.  Two 16 bit timer/counters.  Full Duplex UART.  6-source / 5-vector interrupt structure with priority levels.  On chip clock oscillator.
  • 28.  For a sensor, we’re interested in the light power that falls on a unit area, and how well the sensor converts that into a signal.  A common unit is the lux which measures apparent brightness (power multiplied by the human eye’s sensitivity).  1 lux of yellow light is about 0.0015 W/m2.  1 lux of green light (50% eff.) is 0.0029 W/m2.  Sunlight corresponds to about 50,000 lux  Artificial light typically 500-1000 lux  Simplest light sensor is an LDR (Light-Dependent Resistor).  Optical characteristics close to human eye.  Can be used to feed an A/D directly without amplification (one resistor in a voltage divider).  Common material is CdS (Cadmium Sulphide)  Sensitivity: dark 1 M , 10 lux 40 k , 1000 lux 400 .
  • 29.  ANALOG TO DIGITAL CONVERTER [ADC] Features of ADC 0809ADC Key Specifications  Resolution 8 Bits  Total Unadjusted Error ±1/2 LSB and ±1 LSB  Single Supply 5 VDC  Low Power 15 mW  Conversion Time 100 µs
  • 30. Pin Number Description 1 IN3 - Analog Input 3 2 IN4 - Analog Input 4 3 IN5 - Analog Input 5 4 IN6 - Analog Input 6 5 IN7 - Analog Input 7 6 START - Start Conversion 7 EOC - End Of Conversion 8 2(-5) - Tri-State Output Bit 5 9 OUT EN - Output Enable 10 CLK - Clock 11 Vcc - Positive Supply 12 Vref+ - Positive Voltage Reference Input 13 GND - Ground 14 2(-7) - Tri-State Output Bit 7 15 2(-6) - Tri-State Output Bit 6 16 Vref- - Voltage Reference Negative Input 17 2(-8) - Tri-State Output Bit 8 18 2(-4) - Tri-State Output Bit 4 19 2(-3) - Tri-State Output Bit 3 20 2(-2) - Tri-State Output Bit 2 21 2(-1) - Tri-State Output Bit 1 22 ALE - Address Latch Enable 23 ADD C - Address Input C 24 ADD B - Address Input B 25 ADD A - Address Input A 26 IN0 - Analog Input 0 27 IN1 - Analog Input 1 28 IN2 - Analog Input 2
  • 32.  L293D is a dual H-bridge motor driver integrated circuit (IC). Motor drivers act as current amplifiers since they take a low-current control signal and provide a higher-current signal. This higher current signal is used to drive the motors.  L293D contains two inbuilt H-bridge driver circuits. In its common mode of operation, two DC motors can be driven simultaneously, both in forward and reverse direction. The motor operations of two motors can be controlled by input logic at pins 2 & 7 and 10 & 15. Input logic 00 or 11 will stop the corresponding motor. Logic 01 and 10 will rotate it in clockwise and anticlockwise directions, respectively.  Enable pins 1 and 9 (corresponding to the two motors) must be high for motors to start operating. When an enable input is high, the associated driver gets enabled. As a result, the outputs become active and work in phase with their inputs. Similarly, when the enable input is low, that driver is disabled, and their outputs are off and in the high- impedance state.
  • 33. DC SERIES MOTOR  WHAT DOES DC SERIES MOTOR DO? Like any other motor, series motors convert electrical energy to mechanical energy. Its operation is based on simple electromagnetic principle by which when the magnetic field created around a current carrying conductor interacts with an external magnetic field, a rotational motion is generated. A typical DC motor layout is given in the following diagram:
  • 34.  FEATURES: Rpm : 300 at 12v DC supply: 3 to 12V Metal Gears based Gearbox Output shaft: Centre Torque : 2 Kg-cm Shaft diameter: 6 mm. Shaft length: 22 mm. Total length: 76 mm. Motor diameter: 38 mm. Mounting Nut Width: 8mm Same size motor available in various rpm Hole with threading (internal) in shaft for fixing wheel No-load current = 60 mA, Load current = 300 mA The motor gives 300 RPM (maximum) at 12v although the motor runs smoothly from 3v to 12v range which will give a wide range of RPM and torque. Thus at 3v (the current is less too) the motor will be the slowest & torque minimum; because the speed of motor is directly proportional to supply voltage & torque is proportional to current.
  • 35.  APPLICATIONS Series Motors can generate huge turning force, the torque, from its idle state. This characteristic makes series motors suitable for small electrical appliances, mobile electric equipments, hoists, winches etc. Series motors are not suitable when a constant speed is required. The reason is that the speed of series motors varies greatly with varying load. Regulating the speed of series motors is also not an easy process to implement.  ADVANTAGES  • Huge starting torque  • Simple Construction  • Designing is easy  • Maintenance is easy  • Cost effective
  • 36. LCD DISPLAY  INTERFACE WITH 4-BIT/8-BIT MICROPROCESSOR.  DISPLAY DATA RAM [80 CHARACTERS].  CHARACTER GENERATOR ROM [160 CHARACTERS].  BUILT-IN RESET CIRCUIT IS TRIGGERED AT POWER ON.  16 PINS.
  • 37. Project Coding /**************************************************************************** Project: Suntrack --SunTracking Solar Panel. Version: 1.0 Author: 1.MOIZUDDIN.g 2. RAJKUMAR.n 3. SUFYAN.b *****************************************************************************/ # include <p89v51rd2.h> # include "AdcV1.h" // On P1 & P2 # include "LcdV2.h" # include "VerV1.h" // No Port unsigned char gucSensorValue[4]; unsigned char gucPresent = 0; voidForwardStep(void); voidReverseStep(void); unsigned char FindMaxLdr(void); void Rotate(unsigned char ucMax); void main(void) { unsignedinti = 0, j = 0; unsigned char ucAddrCounter = 0,
  • 38. unsigned char ucAddrCounter = 0, ucAscii[4]; unsigned char ucMax; IE = 0x93; while(1) { for(ucAddrCounter = 0; ucAddrCounter< 3; ucAddrCounter++) { ReadSensorData(ucAddrCounter, &gucSensorValue[ucAddrCounter]); ToAsciiDecimal(gucSensorValue[ucAddrCounter],&ucAscii[0]); LcdInit(); switch(ucAddrCounter) { case LDR0: LcdPuts("LDR0 Value : "); LcdCmd(NEW_LINE); LcdPuts(" "); LcdPutc(ucAscii[0]); LcdPutc(ucAscii[1]); LcdPutc(ucAscii[2]); break; case LDR1: LcdPuts("LDR1 Value : "); LcdCmd(NEW_LINE);
  • 39. LcdPuts(" "); LcdPutc(ucAscii[0]); LcdPutc(ucAscii[1]); LcdPutc(ucAscii[2]); break; case LDR2: LcdPuts("LDR2 Value : "); LcdCmd(NEW_LINE); LcdPuts(" "); LcdPutc(ucAscii[0]); LcdPutc(ucAscii[1]); LcdPutc(ucAscii[2]); break; /*case LDR3: LcdPuts("LDR4 Value : "); LcdCmd(NEW_LINE); LcdPuts(" "); LcdPutc(ucAscii[0]); LcdPutc(ucAscii[1]); LcdPutc(ucAscii[2]); break; */ default: break; } /* End of Switch */
  • 40. for(j = 0; j < 40000; j++); }/* End of for(sensor) */ LcdInit(); ucAscii[0] = ' '; ucAscii[1] = ' '; ucAscii[2] = ' '; ucMax = FindMaxLdr(); ToAsciiDecimal(ucMax, ucAscii); LcdPuts("Max is :"); LcdPutc(ucAscii[0]); LcdPutc(ucAscii[1]); LcdPutc(ucAscii[2]); for(i = 0; i< 40000; i++); Rotate(ucMax); } /* End of While(1) */ } /* End of Main() */ /**********************************************************************************/ voidReverseStep(void) { unsignedint j; unsignedinti; for(i = 0; i< 3; i++) { P2 = 0X66;
  • 41. for(j = 0; j < 20000; j++); P2 = 0XCC; for(j = 0; j < 20000; j++); P2 = 0X99; for(j = 0; j < 20000; j++); P2 = 0X33; for(j = 0; j < 20000; j++); } } /**********************************************************************************/ voidForwardStep(void) { unsignedint j; unsignedinti; for(i = 0; i< 3; i++) { P2 = 0X33; for(j = 0; j < 20000; j++); P2 = 0X99; for(j = 0; j < 20000; j++); P2 = 0XCC; for(j = 0; j < 20000; j++); P2 = 0X66; for(j = 0; j < 20000; j++); } } /**********************************************************************************/
  • 42. unsigned char FindMaxLdr(void) { unsigned char i; unsigned char ucMax; ucMax = 0; for(i = 1; i< 3; i++) { if(gucSensorValue[i] >gucSensorValue[ucMax]) { ucMax = i; } } returnucMax; } /**********************************************************************************/ void Rotate(unsigned char ucMax) { if(ucMax == gucPresent) return; if(ucMax>gucPresent) { while(gucPresent != ucMax) { ForwardStep(); gucPresent++; }
  • 43. } else { while(gucPresent != ucMax) { ReverseStep(); gucPresent--; } } }
  • 44. APPLICATIONS  Used in satellites as source of fuel.  Used in solar thermal collector to collect heat.  Used in water heaters.  Used in heat extinguishers.  Used in solar power plants.  Used in inverters[AC-DC].  Used in solar water pumps. DRAWBACKS  Tracker is affected by temporal variations in atmospheric refractions caused by rain,cloud etc.  This leads to wrong positioning of solar panel. ADVANTAGES  The solar tracker system provides numerous applications in the field of industrial, infrastructural as well as agricultural sectors, both private and public purposes.  Its main application lies in the industrial processes like energy stations and powerhouses for the production of electricity. Moreover, it also find its applications in pool filtration systems, in agriculture for irrigation methods and solar water heating systems
  • 45. CONCLUSION  To collect greatest amount of energy from sun, solar panels must be aligned orthogonally to sun.  For this purpose a new solar tracking technique based on micro-controller was implemented and tested in this study.

Notas del editor

  1. A PROJECT ON
  2. INTRODUCTIONPREFACEPROJECT BACKGROUNDMAIN OBJECTIVECOMPARISON OF ENERGY SOURCESDESCRIPTION OF PROJECT BLOCK DIAGRAMDESIGN EVALUATIONHARDWARE DESCRIPTIONSOFTWARE DESCRIPTIONSOURCE CODEFLOWCHARTBLOCK DIAGRAM OF 8051LIGHT DETECTING RESISTORANALOG-DIGITAL CONVERTERL293D MOTOR DRIVERDC SERIES MOTORLCD DISPLAYAPPLICATIONSDRAWBACKSADVANTAGESCONCLUSION
  3. PROGRAM DUMPER
  4. OPERATES WITH 5V DC OR ANALOG SPAN
  5. 16 PINS
  6. .
  7. To collect greatest amount of energy from sun, solar panels must be aligned orthogonally to sun.For this purpose a new solar tracking technique based on micro-controller was implemented and tested in this study.