Build A DC DC Convertor - Build Club Manual
Build A DC DC Convertor - Build Club Manual
Build A DC DC Convertor - Build Club Manual
DC to DC Boost Converter 1
Introduction Very often a low power boost converter is used to
to the convert low voltage to a higher voltage is required in
course: a system. This build exercise is to learn to build one
such simple converter, using an open loop.
DC to DC Boost Converter 2
Contents
Prerequisites
Aim
Components
Task - Exercise
DC to DC Boost Converter 3
Prerequisites
Topic Resources
Soldering technique https://youtu.be/oqV2xU1fee8
Principle document of DC-to- Build club website DC to DC
DC converter manual project
Aim
Very often a low power boost converter used to convert some low
voltage to a higher voltage is required in a system. This build
exercise is to learn to build one such simple converter, using an open
loop.
Components
Inductor 1mH 50 1
Note:
• All the components are reusable after desoldering.
• Measure the resistor values by multimeter.
DC to DC Boost Converter 5
Inductor Capacitor MOSFET
Schottky Diode
DC to DC Boost Converter 6
DOT
Board Soldering
Dexter Board
station
MOSFET PINOUT:
Pin 1 = gate
Pin 2 = drain
Pin 3 = source
3
D
2
G
1 S
S S
IRLZ24NPBF NVMFS6H818NL
WFT1G
DC to DC Boost Converter 7
Note: While choosing the MOSFET, check from the datasheet that
MOSFET Vgs should be less than 2.5V.
Connections
Circuit Diagram
NOTE: Do not touch the tip of the soldering iron, its temperature
can be as high as 380ºC and can cause severe burns. Keep the
cleaning sponge wet when soldering.
DC to DC Boost Converter 8
Detailed Connection Steps
Step 1: Solder inductor, diode, capacitor, MOSFET and resistor on
PCB dot board as per the circuit diagram fig1.
Step 3: Solder positive side (A) of power supply to Inductor leg and
negative side of the power supply to the ground (G).
Fig 1.
K = cathode
A = anode
Step 6: Solder two male to male jumper wire across the capacitor
and connect to the 12V DC load fan.
Step 8: To change the duty cycle write two commands in STM IDE.
DC to DC Boost Converter 10
Software
Downloads & Installation
3) i) Launch the STM IDE, ii) click on Import project iii)Now click on the directory
and select the extracted file dc_dc_dexter_open loop iv) Click on
dc_dc_dexter_change then core then src and then app.c
DC to DC Boost Converter 11
Implementing the Code
Write the following command to change the period and duty cycle
and run the code.
DC to DC Boost Converter 12
• The Set_Duty( ) function allows you to change the duty
cycle.
Duty = 200*(58/100)
= 116
Exercise:
2. Make a graph
DC to DC Boost Converter 13