Вы находитесь на странице: 1из 9

7/9/2019 Circuito convertidor de refuerzo CC a CC casero

Foro de
preguntas y
Casa Tutoriales respuestas Electrónica Impresión 3d Acerca de

Tenemos 3 tipos de conversiones de CC a CC no aisladas: configuraciones de Buck, Boost y Buck-


Boost.

ANUNCIANTES

convertidor de moneda Convertidor de carga Convertidor Buck-Boost

Buy FS150R12KE3
Ships from the USA
Affordable IGBTs, as low as $10 Fast Response Times

igbt-transistor.com OPEN

Convertidor DC a DC
Un convertidor elevador (convertidor elevador) es un convertidor de potencia CC a CC que aumenta el
voltaje (mientras reduce la corriente) desde su entrada (suministro) hasta su salida (carga). Es una
clase de fuente de alimentación de modo conmutado (SMPS) que contiene al menos dos
semiconductores (un diodo y un transistor) y al menos un elemento de almacenamiento de energía: un
condensador, inductor o los dos en combinación. Para reducir la fluctuación de voltaje, los filtros hechos
de condensadores (a veces en combinación con inductores) normalmente se agregan a la salida y el
filtro (filtro del lado de la carga) de dicho convertidor.

En este tutorial aprenderemos cómo construir y cómo funciona un convertidor de refuerzo DC a DC. El
circuito es muy básico usando solo un diodo, un inductor y un condensador. El interruptor será un
transistor MOSFET y para crear la señal PWM usaremos un temporizador 555 en la configuración PWM,
un controlador ajustable debuscar
Search for any project
refuerzo o un Arduino NANO. Pero primero estudiemos un poco de teoría.
Tenemos el circuito convertidor Boost en la siguiente figura, donde podemos ver el interruptor, el
inductor y el condensador y, por supuesto, agregamos una carga a la salida.

ELECTRONOOBS

YouTube 149 k

https://www.electronoobs.com/eng_circuitos_tut10_1.php 1/9
7/9/2019 Circuito convertidor de refuerzo CC a CC casero

1.0 Teoría del convertidor de impulso

Ok, so we have the next circuit. In order to study how it works, we will divide it in two stages. The ON
and OFF stages. In the ON part, the switch is closed as we can see in the next figure where the diode is N
open becasue the cathode voltage is higher than the anode. The key principle that drives the boost
converter is the tendency of an inductor to resist changes in current by creating and destroying a
magnetic field. In a boost converter, the output voltage is always higher than the input voltage. When
the switch is closed, current flows through the inductor in clockwise direction and the inductor stores
some energy by generating a magnetic field. Polarity of the left side of the inductor is positive. So in this
case we obtain the current through the inductor using the next formulas.

When the switch is opened, current will be reduced as the impedance is higher. The magnetic field
previously created will be destroyed to maintain the current towards the load. Thus the polarity will be
reversed (means left side of inductor will be negative now). As a result, two sources will be in series
causing a higher voltage to charge the capacitor through the diode D.

In this case the voltage across the inductor is the diffrence between the output voltage and the input. So
once again using the next figure formulas we obtain the current of the OFF part depending on the duty
cycle.

Ok, now if we want to obtain the output depending on the input and the duty cycle of the PWM all we
have to do is to make the sum of the On and Off current equal to 0. That means that the On current is
equal to the Off current. So that will give us:

Search for any project buscar

So we've obtain that the output is depending of the duty cycle disproportionate. So the bigger the Duty
cycle gets, the higher will be the output. The duty cycle of the PWM can have values between 0 and 1.
ELECTRONOOBS
So the only posible output will be equal or higher than the input. That's why this configuration is called
step up converter. YouTube 149 k

https://www.electronoobs.com/eng_circuitos_tut10_1.php 2/9
7/9/2019 Circuito convertidor de refuerzo CC a CC casero

2.0 Boost converter circuit 555 timer


Buy
This 555 configuration will create a PWM signatl and apply that signal to the MOSFET gate. The circuit
works ok but it has a big problem. The output will change if we change the output load because the FS150R12KE3
circuit has no feedback. Ok so we will use the next schematic for our boost converter example. To create igbt-transistor.com
the PWM signal we will use the 555 timer with the PWM configuration. With the P1 potentiometer we can
change the duty cycle of the PWM signal, and at the same time the output value. For the MOSFET you
Ships from the USA
could use both IRFL3205 or the IRF44N. You could always try different inductance values for the
inductor and see the results. Affordable IGBTs, as
low as $10 Fast
Response Times

OPEN

The input could be up yo 15 volts. Don't apply higher voltage or you could burn the 555 timer. Connect N
the PWM (pin 3 of the 555 timer) to the MOSFET (switch) gate. Add an output load and test the circuit.
You could obtain output values higher than the input.

3.0 Boost converter LM2577-ADJ circuit

With this component we have feedback and the output will stay the same using different loads. Just
make the connections, add the input capacitor to have a steady input and you're done.

Search for any project buscar

La entrada puede llegar hasta 12 voltios. No aplique mayor voltaje o podría quemar el componente
LM2577-ADJ. En este caso, no necesitamos un interruptor externo ya que el LM2577-ADJ ya lo tiene
dentro. Con el pin de retroalimentación conectado al divisor de voltaje de salida, el LM2577-ADJ
cambiará el ancho del pulso dependiendo de la salida para mantenerlo constante. En este caso, utilice
un diodo rectificador de barrera Schottky porque tiene un voltaje directo bajo. Este diodo vivirá el flujo
de corriente cuando el interruptor esté abierto. ELECTRONOOBS

YouTube 149 k

https://www.electronoobs.com/eng_circuitos_tut10_1.php 3/9
7/9/2019 Circuito convertidor de refuerzo CC a CC casero

4.0 Boost convertidor Arduino NANO

Sinceramente, este circuito no tiene más sentido que aprender. El Arduino NANO ya tiene un regulador
de voltaje lineal de 5V que reducirá la eficiencia del circuito. Entonces, el objetivo principal es aprender
cómo funcionan el circuito, la retroalimentación y la señal PWM para lograr la salida deseada.
Buy
FS150R12KE3
igbt-transistor.com

Lista de partes aquí Ships from the USA


Affordable IGBTs, as
low as $10 Fast
Response Times

OPEN

AFILIADO

Como puede ver, tenemos un potenciómetro conectado a la entrada analógica A0. Con este
potenciómetro elegiremos el valor de salida entre 1 y 50 voltios aprox (sus valores de salida pueden
variar). En la salida del circuito tenemos un divisor de voltaje que reducirá el voltaje de 50 V máximo a
menos de 5 voltios porque ese es el voltaje de entrada máximo de los ADC Arduino. En el código
comparamos estos dos voltajes y aumentamos o disminuimos el ancho de PWM para mantener
constante la salida. Simplemente copie y cargue el siguiente código al Arduino para este ejemplo.

Descargue el código aquí:

Código Arduino para convertidor boost

Search for any project buscar

/*
* This is an example code for a BOOST converter circuit made with arduino + feedback
* I've used arduino NANO. We have to set the timer of the PWM on pin D3
* The feedback is connected to A1 and we set the desired voltage with a
ELECTRONOOBS
* potnetiometer connected to A0.
* YouTube 149 k
* Subscribe: http://www.youtube.com/c/electronoobs
* webpage: http://www.electronoobs.com/eng_circuitos_tut10.php

https://www.electronoobs.com/eng_circuitos_tut10_1.php 4/9
7/9/2019 Circuito convertidor de refuerzo CC a CC casero
*/

int potentiometer = A0; //The input from the potentiometer is A0


int feedback = A1; //The feedback input is A1
int PWM = 3; //Digital pin D3 por PWM signal
int pwm = 0; //Initial value of PWM width

void setup() {
pinMode(potentiometer, INPUT);
pinMode(feedback, INPUT);
pinMode(PWM, OUTPUT);
TCCR2B = TCCR2B & B11111000 | B00000001; // pin 3 and 11 PWM frequency of 31372.55 Hz
}

void loop() {
float voltage = analogRead(potentiometer); //We read the value of the potentiometer, which is the desired value
float output = analogRead(feedback); //We read the feedback, which is the real value

//If the desired value is HIGHER than the real value, we increase PWM width
if (voltage > output)
{
pwm = pwm+1;
pwm = constrain(pwm, 1, 254);
}

//If the desired value is LOWER than the real value, we decreaase PWM width
if (voltage < output)
{
pwm = pwm-1;
pwm = constrain(pwm, 1, 254);
}

analogWrite(PWM,pwm); //Finally, we create the PWM signal


}

Página del convertidor Buck-boost:

ELECTRONOOBS
2019

Search for any project buscar

ELECTRONOOBS

YouTube 149 k

https://www.electronoobs.com/eng_circuitos_tut10_1.php 5/9
7/9/2019 Circuito convertidor de refuerzo CC a CC casero

Search for any project buscar

ELECTRONOOBS

YouTube 149 k

https://www.electronoobs.com/eng_circuitos_tut10_1.php 6/9
7/9/2019 Circuito convertidor de refuerzo CC a CC casero
Impresora 3D Creality3D
CR - 10S - Versión de
actualización de enchufe
de la UE Café y negro
solamente $$ 352.94

Creality 3D Ender-3
Ranura en V Prusa I3 DIY
Kit de impresora 3D 220 x
220 x 250 mm Tamaño de
impresión - Enchufe de la
UE Solo negro $$ 153.84

Alfawise U20 Impresora


3D de bricolaje con
pantalla táctil de gran
escala de 2,8 pulgadas -
UE - U20 Enchufe de la UE
solo negro $$ 253.39

Search for any project buscar

ELECTRONOOBS

YouTube 149 k

https://www.electronoobs.com/eng_circuitos_tut10_1.php 7/9
7/9/2019 Circuito convertidor de refuerzo CC a CC casero

Search for any project buscar

ELECTRONOOBS

YouTube 149 k

https://www.electronoobs.com/eng_circuitos_tut10_1.php 8/9
7/9/2019 Circuito convertidor de refuerzo CC a CC casero

Search for any project buscar

ELECTRONOOBS

YouTube 149 k

https://www.electronoobs.com/eng_circuitos_tut10_1.php 9/9

Вам также может понравиться