ppt-dc to dc converter

28
CONTROL OF DC-DC CONVERTER USING MICROCONTROLLER

Upload: himaja-mcc-n

Post on 06-Mar-2015

888 views

Category:

Documents


9 download

TRANSCRIPT

Page 1: Ppt-dc to Dc Converter

CONTROL OF DC-DC CONVERTER USING MICROCONTROLLER

Page 2: Ppt-dc to Dc Converter

INTRODUCTION

• Satellites are man-made machines, that send radio waves down to Earth, and are used for communication and remote sensing applications.

• Various voltage levels are required for different types of payloads in the satellite.

• The various voltage levels are generated using DC-DC converters.

• The DC-DC Converters can be controlled either by pulse-width modulation or frequency modulation.

• The basic types of Converters are BUCK,BOOST,BUCK-BOOST and CUK.

Page 3: Ppt-dc to Dc Converter

DC-DC CONVERTERS

Page 4: Ppt-dc to Dc Converter

BUCK CONVERTER

Page 5: Ppt-dc to Dc Converter

BOOST CONVERTER

Page 6: Ppt-dc to Dc Converter

BUCK-BOOST

Page 7: Ppt-dc to Dc Converter

CUK CONVERTER

Page 8: Ppt-dc to Dc Converter

BUCK CONVERTER

Page 9: Ppt-dc to Dc Converter

OPERATION

Page 10: Ppt-dc to Dc Converter

CONTINUOUS MODE

Page 11: Ppt-dc to Dc Converter

MICROCONTROLLER

• A microcontroller is a small computer on a single integrated circuit .

• Microcontrollers are used in automatically controlled products and devices, such as remote controls, power tools, and toys.

Page 12: Ppt-dc to Dc Converter

PIC16F785 MICROCONTROLLER

Page 13: Ppt-dc to Dc Converter

FEATURES

• Operating Voltage Range : 2.0V-5.5V

• Frequency Range : 8 MHz to 32 MHz

• Uses HARVARD Architecture

• Two Operational Amplifiers

• Two Independent Analog Comparators

• Two-Phase PWM Module

Page 14: Ppt-dc to Dc Converter

CONTROL OF BUCK CONVERTER

Page 15: Ppt-dc to Dc Converter

BLOCK DIAGRAM

Page 16: Ppt-dc to Dc Converter

COMPARATOR

Page 17: Ppt-dc to Dc Converter

ALGORITHM

• PIC Microcontroller is configured to use built-in Internal Oscillator and code protect off, watchdog timer off, power up timer on and brown out detector off.

• Ports and module pins are configured as analog or digital input and output.• Port C is cleared.• Bit 6 and 7 of port C are configured as input using port C tristate register. Op-amp is enabled by setting bit 7 as 1.• Bit 3 and 0 of port A are configured as input using portA tristate register.• Comparator is on, non-inverted, normal speed, output present on pin 17, inputs

from op- amp and external ramp signal.• PWM auto-shutdown is disabled, SYNC pin acts as system slave, PH1 is driven by

PWM signal.• PWM outputs are configured active low, frequency of PWM set to 4MHz,time

period set to 100ksec.• PWM phase 1 is configured active low, PH1 resets when C1OUT goes high.

Page 18: Ppt-dc to Dc Converter

TEST RESULTS

Page 19: Ppt-dc to Dc Converter

PWM OUTPUT- Case1

Vin= 20V Duty Cycle= Ton/T = 0.624

Page 20: Ppt-dc to Dc Converter

MOSFET GATE DRIVE- Case1

Vin= 20V Duty Cycle = Ton/T= 0.237

Vout= Vin * Duty Cycle = 4.75V

Page 21: Ppt-dc to Dc Converter

OUTPUT OF BUCK- Case 1

Vout = 4.8 V

Page 22: Ppt-dc to Dc Converter

PWM OUTPUT – Case 2

Vin= 23V Duty Cycle= Ton/T = 0.564

Page 23: Ppt-dc to Dc Converter

MOSFET GATE DRIVE- Case2

Vin= 23V Duty Cycle = Ton/T= 0.209

Vout= Vin * Duty Cycle = 4.8V

Page 24: Ppt-dc to Dc Converter

OUTPUT OF BUCK – Case 2

Vout = 4.8 V

Page 25: Ppt-dc to Dc Converter

PROS AND CONS

ADVANTAGES

• In-Circuit Programmability of parameters– Code can be altered at any

stage of design

• Other control functions and communication interfaces can also be performed using Microcontroller.

• Less power consumption.

DISADVANTAGES

• Level shifting is required to Drive the MOSFET.– Can be overcome by using

Logic Level MOSFETs

• External SYNC pulse required– Can be generated using PIC

Page 26: Ppt-dc to Dc Converter

APPLICATIONS

• Used to generate various voltage levels required for different subsystems of a satellite.

• Can be used for Regulation of Satellite Power Bus.

• Can be used to generate Auxiliary Power Buses from Satellite Primary Power Bus.

Page 27: Ppt-dc to Dc Converter

CONCLUSION

• The successful control of a Buck Converter using PIC16F785 microcontroller was achieved.

• Future enhancements can be control of multiple DC-DC Converters with a single Microcontroller by using both the phases of PWM, control of Isolated Buck Converters, etc

Page 28: Ppt-dc to Dc Converter

THANK YOU