Buck converter circuit using IC 555 and MOSFET

In this post we are going to learn how to make a simple DC to DC buck converter circuit using IC 555 and N-channel MOSFET. The proposed buck converter circuit can operate from 6V to 15 VDC and can deliver 0V to 12VDC at 1 ampere. We will explore how a buck converter works in layman terms and the key differences between linear voltage regulator and buck converter and why buck converter is so efficient.

We will see:

  • What is a buck converter?
  • Difference between buck converter and linear voltage regulator.
  • How a buck converter works?
  • Circuit diagram of buck converter.
  • Tested prototype images.
  • How to operate the proposed buck converter?

What is a buck converter?

Buck converter is a DC to DC step-down voltage converter whose output voltage is always lower than its input while its output current is more than its input. Ideally its input and output power is same and it is a category of switch mode power supply or SMPS which converts voltage from one level to another level very efficiently than linear regulator counter parts.

In general a buck converter consists of two semiconductors components: a fast switching diode and a transistor and two energy storage components: an inductor and a capacitor and most importantly a high frequency signal source whose duty cycle can be varied (PWM controlled).

Buck converter v/s linear voltage regulator:

Buck converters and linear voltage regulators (LVR) have a same purpose i.e. stepping down the input voltage and there are several reasons why both technologies exist in modern electronics, one of the reasons is because one is better than the other in one or more circumstances.

The below given table gives us a brief insight about their pros and cons using which you can decide when to and when not to use a buck or a linear voltage regulator.         

ParametersBuck ConverterLinear Voltage Regulator
Efficiency High – Buck converter’s output power is ideally the same as input and practically less power is lost as heat.Low to medium – LVR purposefully dissipates its excess energy as heat to regulate its output. Their input and output power is not same. Not best for battery powered applications.
Power handlingIt can handle / regulate few milli-watts to several 1000s of watts of power efficiently. LVR are primarily used for handling low power applications ranging from few milli-watts to few 10s of watts of power.
Complexity Buck converters are generally complex in construction.Linear regulators are simpler in construction.
Size Buck converter’s size is generally bigger than LVR and can get bigger if higher power output is required.Liner regulators are smaller in size in general compare to switching power supplies.
Output Ripple and Electromagnetic InterferenceBuck converter’s output is noisy compare to LVR and generates noisy electromagnetic interferences. Ripple at the output can get bad if not designed properly.Very minimal electromagnetic interferences, best suitable for RF applications and ripple at its output are minimal.
Input voltage rangeVery wide input voltage rage.Limited by its heat dissipation capacity / lower than buck converter.
CostHigher than LVR.Lower than switching power supplies.

Generic buck converter schematic:

General buck converter design
General buck converter design

The above schematic is a generalized buck converter design, it consists of a transistor (practically it will be a MOSFET), a flywheel consisting of a schottky diode whose reverse recovery time is very small / can operate at high frequencies, an inductor with a ferrite core and an electrolytic capacitor.

A high frequency PWM controlled signal is required to make the above circuit functional; the input frequency at the base/gate of the transistor/MOSFET is in the range of tens of KHz to hundreds of KHz.

By controlling the duty cycle of the high frequency signal, we can control its output voltage. Higher the duty cycle higher the output voltage and vice-versa.

PWM duty cycle
PWM duty cycle

Also, higher the frequency smaller the physical size and values of the capacitor and inductor can be achieved. Utilizing SMD components are best for switching power supplies than through hole (THT) components because SMD components have less parasitic properties which leads to better efficiency, but in this project we will be only using THT components for better soldering convenience.

Working of buck converter (in layman terms):

Important properties of inductor: 1) Inductor opposes sudden / fast changes in the current. 2) It can store current in the form of magnetic field. 3) When the stored magnetic field collapses on the inductor (when the source removed) the polarity of generated current across the inductor is opposite to what source used to build magnetic field.  

The working of a buck converter is better understood using two cases:

1) When the transistor is ON.                                                

2) When transistor is OFF.

 Transistor is ON:

When the transistor/MOSFET is turned ON the equivalent circuit will be as shown below:

Buck converter while transistor is ON
Buck converter while transistor is ON
  • When the transistor is ON the current from input supply passes through the inductor, through the load and finally to the ground of the supply.
  • Since the inductor doesn’t allow sudden changes in the current, the voltage across the load increases slowly (in micro-seconds time frame). The slow rise in voltage is due to the current across inductor is converted into magnetic field around it instead of supplying the current to the load.  
  • Once the slow rising voltage reaches our desire load voltage we will turn OFF the transistor. If we keep the transistor ON longer, the inductor will build its maximum magnetic field around it after which there will be no opposition in the current and output voltage will be equal to input source voltage which we don’t want to happen, but we need a lower voltage across the load than the source voltage.  
  • To do this as mentioned earlier we need turn off the transistor before the inductor could build its peak magnetic field around it. Meanwhile the diode is reverse biased and does not allow any current to pass through the diode.
  • Now let’s continue understand what happens when we turn off the transistor.

Transistor is OFF:

When we turn off the transistor the equivalent circuit is shown below:

Buck converter while transistor is OFF
Buck converter while transistor is OFF
  • Now the transistor is OFF and no current is passing through the inductor and the inductor can NO longer support the magnetic field around it, this leads to the collapse of magnetic field on itself.
  • Now the inductor will act as a DC generator in the above shown polarity. If you take a closer look it is in opposite polarity to what was before (when transistor was ON).
  • The –Ve supply potential across at the cathode terminal of the diode makes it forward biased and it reaches –Ve terminal of the load.
  • Any fluctuations in the DC supply across the load are smoothed out by a capacitor while turning ON and OFF the transistor and also during when the inductor is building its magnetic field and discharging.
  • The transistor will be turned ON again before the capacitor loses any significant charge to maintain a steady voltage across the load.

A point worth noting: Unlike linear voltage regulators where the excess energy is dissipated as heat to regulate its output, the buck converter stores its excess energy temporary as magnetic field and reusing it in next cycle is the key for its superior efficiency.  

If you wish to learn more technical terms related to buck converter like continuous mode, discontinuous mode, synchronous rectification, multi-phase buck and its related calculations, please refer this Wikipedia resource page.

Designing a better switching stage for buck converter:

In this part we are going to make a simple alteration to the general buck converter design which will reduce designing complexity and improve efficiency greatly.

Take a note: N-channel MOSFETs are primarily made for switching –Ve supply rail and P-channel MOSFETs are primarily made for switching +Ve supply rail.

In theory the above circuit works and can be used for describing how a buck converter works, but practically the above circuit does not work properly without bootstrapping the MOSFET i.e. biasing the MOSFET properly with the help of additional circuit stage for switching high side (+Ve supply rail).

The problem with the above circuit is the MOSFET is an N-channel type which is switching high side (+Ve power rail) and the source terminal is just floating i.e. not fixed to 0V or GND. The input PWM signal cannot turn ON the MOSFET properly to switch the flywheel stage.

This design flaw came to light while we were prototyping the buck converter circuit and the MOSFET got very hot.

This issue was solved by simply rearranging the MOSFET as shown below:

The MOSFET is now rearranged to switch low side (–Ve rail of the supply), precisely for what N-channel MOSFETs are primarily made for. Using this we were successfully able to step-down the voltage efficiently with least heating of MOSFET.

Note: The working explanation of buck converter does not change with this rearranged MOSFET configuration.

Full circuit diagram of buck converter using IC 555:

Buck converter using IC 555 and MOSFET
Buck converter using IC 555 and MOSFET

Note 1: Do not change the values of 470pF capacitor, 1K resistor, 47K variable and diode 1N4148. They are fine-tuned and tested for giving a smooth output.

Note 2: The absolute maximum input voltage is 15V above which IC 555 may get damaged.

Circuit description:

The oscillator IC 555:

The circuit consists of commonly available components; the heart of the circuit is an evergreen IC 555 which is configured as astable multivibrator which generates around 30 KHz frequency with the help of passive and active components connected to it.

As mentioned earlier we need to control the duty cycle of the frequency using which we can control the voltage at the buck converter’s output. Controlling / able adjust the duty cycle of an oscillator is called PWM control.

Fast switching diodes:

The PWM control is achieved by connecting two fast switching diodes (1N4148) anti-parallel to pin #7 of IC 555. 

1N4148 Diode
1N4148 Diode

Capacitors:       

A 470pF capacitor is connected across pin #2 and GND, 470pF capacitor values are marked as 470 as shown below. Don’t omit the 0.1uF (104) capacitor connected at pin #5 they help in stabilizing the output and provide immunity against electrical noises.  

470pF Capacitor
470pF Capacitor

N-channel MOSFET:

An N-channel MOSFET (IRF540 / IRFZ44N) is used as an amplifier which amplifies the faint signal from IC 555 and its gate terminal is directly connected to pin #3 of IC 555. The MOSFET switches the flywheel circuit at around 30 KHz.

The Flywheel circuit:

Flywheel
Flywheel

The flywheel circuit utilizes a schottky diode such as 1N5819 / 1N5822 which are designed for working at high frequencies. In the prototype we have used a general purpose rectifier diode 1N4007 because we ran out of schottky diodes but it worked just fine. When you make this circuit you should preferably use a schottky diode with at least 1A current capacity.

An inductor is connected between the diode and an electrolytic capacitor. The inductor is the key reason why the buck converter is so efficient; we have utilized a 100uH inductor and the value doesn’t have to be precise, slight variation in the value may not affect the output.

100uH Inductor
100uH Inductor

You may salvage an inductor or you may also purchase it from your local electronic stores / e-commerce sites.

Tested prototype:

Buck converter using IC 555
Buck converter using IC 555

How to operate this buck converter correctly?

You must follow the instruction in the mentioned sequence:

  • Connect the load at the output and a multimeter in VDC mode parallel the load.
  • Keep the potentiometer at its minimum position initially.
  • Power the buck converter now (6V to 12VDC).
  • Gently rotate the potentiometer to increase voltage. Stop when your desire load voltage is attained and you are done.
  • Always, the load should be connected at the output first before you power the buck converter ON.
  • This is because there is no feedback system in this buck converter design and without any load the 1000uF capacitor will be charged equal to input voltage and if you connect a load now it has to bear the higher voltage for few milliseconds before the voltage drops to previously set value.
  • This circuit is best suitable for fix loads meaning the power consumed by the load stays the same as long as it is powered ON.

If you have any questions regarding this project, feel free to ask us in the comment section and you will get a guaranteed reply from us. 

Avatar photo

My nick name is blogthor, I am a professional electronics engineer specialized in Embedded System. I am a experienced programmer and electronics hardware developer. I am the founder of this website, I am also a hobbyist, DIYer and a constant learner. I love to solve your technical queries via comment section.