0% found this document useful (0 votes)
38 views18 pages

PROJECT

So it's done na so why r u not giving me the book this is unacceptable bro

Uploaded by

Somnath Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views18 pages

PROJECT

So it's done na so why r u not giving me the book this is unacceptable bro

Uploaded by

Somnath Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18

Design and Implementation of PI Controller

based 250W Dual Active Bridge DC-DC


Converter
PRESENTED BY:
1. Richard Mario J (311016105049)
2. Somnath (311016105059)
3. Srimathy K. M (311016105060)
4. Sureesh K. K (311016105063)

BATCH NO: B10

GUIDED BY:
Ms. Shanmugapriya
Assistant Professor
Department of EEE
BATCH: 2016-2020
Abstract
 This project proposes the design and simulation of a DC-
DC Boost converter employing PI controller, enhancing
overall performance of the system.
 The main objective of a DC/DC converter is to maintain a
constant output voltage despite variations in input voltage,
components and load current and to achieve better
conversion efficiency, minimized harmonic distortion and
improved power factor while keeping size and cost of
converter within acceptable range.
Objective
 To increase the transfer ratio of converter
using Galvanic isolated converter.
 To interface the solar panel and the load by
controlling the dual active bridge converter.
Block Diagram
Proposed System
 Dual active bridge converter are used, as the it
has high transfer ratio.
 IR 2110 IC is used as PWM driver circuit.
 The driver circuit is used to amplify the PWM
signal generated by the PIC 16F877A
microcontroller.
Circuit Diagram
Driver Circuit
Circuit Design
S.No Parameter Symbol Value
1 Output Power Po 250
2 Output Voltage Vo 400

3 Input Voltage Vin 30V


4 Switching Fs 20khz
5 Transformer n = N1:N2 1:13
Leakage inductance (Lg) 16µH
6 Output Capacitor Co 1.1 pf

7 Resistive Load Rout 640 ohms

8 Sip1-Sip4 STP20NF06L Maximum Voltage-60V


Peak Current-20amps

9 Sop1-Sop4 2SK4002 Maximum Voltage-600V


Peak Current-2amps
Program
void PWM_init(void)
{ TRISC2=0;
//PWM channel 1 and 2 configured as output
TRISC1=0;
PORTC = 0x00; CCP1CON=0x0c;
//CCP1 and CCP2 are configured for PWM
CCP2CON=0x0c;
PR2=PR2_Val;
//Move the PR2 value T2CON=0x03;
//Timer2 Prescale is 16 TMR2=0x00; TMR2ON=1;
//Turn ON timer2
}
void PWM_change(unsigned int DTY)
//Duty cycle change routine
{ CCPR1L=DTY;
//Value is between 0 to 255 CCPR2L=DTY;
}
void DelayMs(unsigned int Ms)
//Delay Routine
{ int delay_cnst;
while(Ms>0)
{
Ms--; for(delay_cnst = 0;delay_cnst <220;delay_cnst+
+);
//delay constant for 1Ms @10Mhz
}}
PWM Output PINs-IC16F877A
Simulation PIC -75% duty cycle
50% duty cycle
Simulation Model
Output Waveform
Hardware
Reference
 Design and Simulation of a DC - DC Boost Converter with PID Controller
for Enhanced Performance Mirza Fuad Adnan, Mohammad Abdul Moin
Oninda, Mirza Muntasir Nishat, Nafiul Islam Department of Electrical and
Electronic Engineering, Islamic University of Technology (IUT) Board
Bazar, Gazipur-1704, Bangladesh
 Design, Modelling and Simulation of a PID Controller for Buck Boostand
Cuk Converter Priyadarshini 1, Dr. Shantharam Rai2 1M-Tech,
Department of ECE, Canara Engineering College, Mangalore, Karnataka,
India 2Professor, Deparment of ECE, Canara Engineering College,
Mangalore, Karnataka, India
 Li, Wuhua, Xiaodong Lv, Yan Deng, Jun Liu, and Xiangning He. "A review of
non-isolated high step-up DC/DC converters in renewable energy
applications." In Applied Power Electronics Conference and Exposition,
2009. APEC 2009. Twenty-Fourth Annual IEEE, pp. 364369. IEEE, 2009.
 Wei, Huai, and Issa Batarseh. "Comparison of basic converter
topologies for power factor correction." In Southeastcon'98.
Proceedings. IEEE, pp. 348-353. IEEE, 1998.
 Daniele, Matteo, Praveen K. Jain, and Geza Joos. "A single-stage
powerfactor-corrected AC/DC converter." IEEE Transactions on
Power Electronics 14, no. 6 (1999): 1046-1055.
 Rathi, Ms Kashmira, and Dr MS Ali. "Design and Simulation of PID
Controller for Power Electronics Converter Circuits." International
Journal Of Innovative And Emerging Research In Engineering 3, no.
2 (2016): 26-31.

You might also like