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

automatic street light control using aurdino,PIR,LDR tinker cad circuit
automatic street light control using aurdino,PIR,LDR tinker cad circuitautomatic street light control using aurdino,PIR,LDR tinker cad circuit
automatic street light control using aurdino,PIR,LDR tinker cad circuitanujabarge3
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic ControllerJinesh Patel
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Urval Chotalia
 
Relay Presentation PPT by G@nesh
Relay Presentation PPT by G@neshRelay Presentation PPT by G@nesh
Relay Presentation PPT by G@neshKOMMARINASANTHOSH
 
Lesson 9- NodeMCU with Arduino UNO (UART)
Lesson 9- NodeMCU with Arduino UNO (UART)Lesson 9- NodeMCU with Arduino UNO (UART)
Lesson 9- NodeMCU with Arduino UNO (UART)Elaf A.Saeed
 
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGYALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGYOodit Jethwa
 
AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING rehaan ukaye
 
Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!PRABHAHARAN429
 
water level controller using 8051 microcontroller
water level controller using 8051 microcontrollerwater level controller using 8051 microcontroller
water level controller using 8051 microcontrollerPrachi Pandey
 
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"Disha Modi
 
smart street light projet
smart street light projetsmart street light projet
smart street light projetSurya Karan
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSAkshay Dhole
 
Firing angle control
Firing angle controlFiring angle control
Firing angle controljawaharramaya
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Unoijtsrd
 
plc introduction
plc introduction plc introduction
plc introduction illpa
 
Electrical Drawings and Schematics
Electrical Drawings and SchematicsElectrical Drawings and Schematics
Electrical Drawings and SchematicsLiving Online
 

La actualidad más candente (20)

automatic street light control using aurdino,PIR,LDR tinker cad circuit
automatic street light control using aurdino,PIR,LDR tinker cad circuitautomatic street light control using aurdino,PIR,LDR tinker cad circuit
automatic street light control using aurdino,PIR,LDR tinker cad circuit
 
Phasor Measurement Unit (PMU)
 Phasor Measurement Unit (PMU) Phasor Measurement Unit (PMU)
Phasor Measurement Unit (PMU)
 
Programmable Logic Controller
Programmable Logic ControllerProgrammable Logic Controller
Programmable Logic Controller
 
Per unit analysis
Per unit analysisPer unit analysis
Per unit analysis
 
Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)Plc (PROGRAMMABLE LOGIC CONTROLLER)
Plc (PROGRAMMABLE LOGIC CONTROLLER)
 
Relay Presentation PPT by G@nesh
Relay Presentation PPT by G@neshRelay Presentation PPT by G@nesh
Relay Presentation PPT by G@nesh
 
Lesson 9- NodeMCU with Arduino UNO (UART)
Lesson 9- NodeMCU with Arduino UNO (UART)Lesson 9- NodeMCU with Arduino UNO (UART)
Lesson 9- NodeMCU with Arduino UNO (UART)
 
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGYALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
ALCOHOL DETECTION SYSTEM USING GSM TECHNOLOGY
 
Introduction to Node MCU
Introduction to Node MCUIntroduction to Node MCU
Introduction to Node MCU
 
AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING AUTOMATIC BOTTLE FILLING
AUTOMATIC BOTTLE FILLING
 
Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!
 
water level controller using 8051 microcontroller
water level controller using 8051 microcontrollerwater level controller using 8051 microcontroller
water level controller using 8051 microcontroller
 
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
 
smart street light projet
smart street light projetsmart street light projet
smart street light projet
 
PLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTSPLC ARCHITECTURE AND HARDWARE COMPONENTS
PLC ARCHITECTURE AND HARDWARE COMPONENTS
 
Inverters
InvertersInverters
Inverters
 
Firing angle control
Firing angle controlFiring angle control
Firing angle control
 
Accident Detection System using Arduino Uno
Accident Detection System using Arduino UnoAccident Detection System using Arduino Uno
Accident Detection System using Arduino Uno
 
plc introduction
plc introduction plc introduction
plc introduction
 
Electrical Drawings and Schematics
Electrical Drawings and SchematicsElectrical Drawings and Schematics
Electrical Drawings and Schematics
 

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

Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptxAneriPatwari
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6Vanessa Camilleri
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 

Último (20)

Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
ARTERIAL BLOOD GAS ANALYSIS........pptx
ARTERIAL BLOOD  GAS ANALYSIS........pptxARTERIAL BLOOD  GAS ANALYSIS........pptx
ARTERIAL BLOOD GAS ANALYSIS........pptx
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 

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.