51163743 solar battery charger with mppt using microcontroller

Upload: truong-van-trong

Post on 08-Aug-2018

233 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    1/28

    Solar Battery Charger With

    MPPT Using A Microcontroller

    C.Suchetha

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    2/28

    Photo Voltaic Cells

    Photo Voltaic cells are devices that generate

    electromotive force as a result of absorption of

    ionizing radiation.

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    3/28

    Advantages of PV cells

    Direct conversion of solar radiation to

    electricity

    Reliable, Maintenance Free

    Quite, compatible

    Durable

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    4/28

    Disadvantages of PV cells

    Low conversion efficiency

    High fabrication cost

    Continues supply is not possible

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    5/28

    Three essential approaches to

    overcome the drawbacks Improving manufacturing process of solar

    arrays

    Controlling insolation input to PV arrays

    Utilization of output electric power of solar

    arrays

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    6/28

    Conventional battery charging

    system

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    7/28

    Maximum Power Point Tracking

    MPPT is an electronic tracking in which thecontroller compares the panel output with the

    battery input and pushes the operating point tothe maximum power point.

    MPPT is used in PV systems to continuously

    tune the system so that it draws maximumpower from the solar array irrespective ofweather or load conditions.

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    8/28

    Types of MPPT Techniques

    Lookup table method

    Perturbation & observation (P & O)method

    Computational method

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    9/28

    Perturbation & Observation Method

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    10/28

    Types of P & O Method

    Comparison with a constant reference

    value

    Incremental Conductance Method

    Feed Forward MPPT Controller

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    11/28

    Present System

    An MPPT control system has beendeveloped ,consisting a Buck converterwhich is controlled by a microcontroller

    based unitThe main difference between this and

    existing methods is that the power outputfrom the panel is directly used to controlthe converter output.

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    12/28

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    13/28

    MPPT is more effective under theseconditions

    Winter or cloudy days

    Cold weather

    Low battery charge

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    14/28

    Block diagram

    Th bl k di i t f f

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    15/28

    The block diagram consists of four

    blocks.

    PV array

    Buck converterBattery

    Microcontroller

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    16/28

    The PV array specification used in this

    project is as follows

    Maximum voltage: 35 volts

    Open circuit voltage: 44 volts

    Maximum current: 15 amps

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    17/28

    A sealed lead acid battery is used in this

    project. The specification are

    Battery voltage : 24 volts

    Battery capacity : 150 Ah

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    18/28

    Buck converter

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    19/28

    ATMELs ATmega 128L low-power

    consumption, CMOS microcontroller withbuilt in EEPROM, FLASH memory, ADC,

    PWM generator is used.

    Advanced RISC Architecture 128K Bytes of In-System reprogrammable

    Flash

    In-System Programming by On-chip BootProgram

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    20/28

    Schematic Diagram

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    21/28

    Software Development Tools

    The tools used in developing this softwareWinAVR GCC compiler and AVR Studio 4 IDEfor AVR series of microcontroller.

    The C program written is complied using theWinAVR GCC compiler. This compiler convertsthe C file to the file with extension .cof. This .coff

    file is used to build, simulate and debug theprogram using the AVR Studio 4. The AVRStudio 4 generates .hex file which isdownloaded to microcontroller.

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    22/28

    Main Program

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    23/28

    MPPT Charge Function

    Trickle Charge F nction

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    24/28

    Trickle Charge Function

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    25/28

    The testing was done for three different

    conditions

    1. Connection of the panel directly to the

    battery.

    2. Connection of the panel to the batterythrough an ordinary charger.

    3. Connection of the panel to the battery

    with MPPT.

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    26/28

    Results

    From the results obtained the percentage

    of the power wasted the three different

    conditions is

    23.8% when directly connected.

    18.63% when connected through a

    ordinary charger.

    11.38% when connected to a MPPT

    charger.

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    27/28

    Conclusion

    The MPPT technique assures

    maximization of energy transfer to the

    battery bank.

    The battery lifetime is increased because

    the battery is operating at higher state of

    charge.

  • 8/22/2019 51163743 Solar Battery Charger With MPPT Using Microcontroller

    28/28

    Future Extensions

    This design can be further be worked upon

    to include GSM for remote controlling of

    the load.

    This control system can be used for a grid

    connected system also.