Code Monkey home page Code Monkey logo

converter-design-and-simulation's Introduction

Converter-design-and-simulation

Aim

To design and simulate AC to DC converter & DC voltage regulator using proteus.

Software’s required

 Proteus simulator

Procedure

 Open the Proteus software
 Go to file select new design and click ok button.
 Select component mode and click pick devices from the library.
 Type the component name in the keyword to select the components and click ok button.
 Connect the components as per the circuit diagram
  Click start button and verify the output

Theory

Full Wave Bridge Rectifier

A full wave bridge rectifier is a rectifier that will use four diodes or more than that in a bridge formation. A full wave bridge rectifier system consists of Four Diodes and Resistive Load

image Principle of Full Wave Bridge Rectifier

We apply an AC across the bridge. During the positive half-cycle, terminal 1 becomes positive, and terminal 2 becomes negative. This will cause the diodes A and C to become forward-biased, and the current will flow through it. Meanwhile, diodes B and D will become reverse-biased and block current through them. The current will flow from 1 to 4 to 3 to 2. During the negative half-cycle, terminal 1 will become negative, and terminal 2 will become positive. This will cause the diodes B and D to become forward-biased and will allow current through them. At the same time, diodes A and C will be reverse-biased and will block the current through them. The current will flow from 2 to 4 to 3 to 1.

image

Filter Circuit

We get a pulsating DC voltage with many ripples as the output of the full wave bridge rectifier. We cannot use this voltage for practical applications. So, to convert the pulsating DC voltage to pure DC voltage, we use a filter circuit as shown above. Here we place a capacitor across the load. The working of the capacitive filter circuit is to short the ripples and block the DC component so that it flows through another path, and that is through the load. During the half-wave, the diodes A and C conduct. It charges the capacitor immediately to the maximum value of the input voltage.

image

Full Wave Rectifier Formula

Ripple Factor of a Full Wave Rectifier (γ)

‘Ripple’ is the unwanted AC component remaining when converting the AC voltage waveform into a DC waveform.Even though we try out best to remove all AC components, there is still some small amount left on the output side which pulsates the DC waveform. This undesirable AC component is called ‘ripple’.To quantify how well the half-wave rectifier can convert the AC voltage into DC voltage, we use what is known as the ripple factor (represented by γ or r).The ripple factor is the ratio between the RMS value of the AC voltage (on the input side) and the DC voltage (on the output side) of the rectifier. The formula for ripple factor is:

Where Vrms is the RMS value of the AC component, and Vdc is the DC component in the rectifier.The ripple factor of a centre-tapped full-wave rectifier is equal to 0.48 (i.e. γ = 0.48).Note: To construct a good rectifier, we need to keep the ripple factor as minimum as possible. We can use capacitors or inductors to reduce the ripples in the circuit.

image

Efficiency of a Full Wave Rectifier (η)

Rectifier efficiency (η) is the ratio between the output DC power and the input AC power. The formula for the efficiency is equal to:The efficiency of a centre-tapped full-wave rectifier is equal to 81.2% (i.e. ηmax = 81.2%). image

Form Factor of a Full Wave Rectifier (F.F)

The form factor is the ratio between RMS value and average value.The formula for form factor is given below:The form factor of a centre-tapped full wave rectifier is equal to 1.11 (i.e. FF = 1.11). image

Advantages of Full Wave Rectifiers

• Full wave rectifiers have higher rectifying efficiency than half-wave rectifiers. This means that they convert AC to DC more efficiently.
• They have low power loss because no voltage signal is wasted in the rectification process.
• The output voltage of a centre-tapped full wave rectifier has lower ripples than a halfwave rectifiers.

Disadvantages of Full Wave Rectifiers

• The centre-tapped rectifier is more expensive than a half-wave rectifier and tends to occupy a lot of space.

DC voltage regulator

A regulated power supply is very much essential for several electronic devices due to the semiconductor material employed in them have a fixed rate of current as well as voltage. The device may get damaged if there is any deviation from the fixed rate. One of the important sources of DC Supply are Batteries. But using batteries in sensitive electronic circuits is not a good idea as batteries eventually drain out and loose their potential over time.Also, the voltage provided by batteries are typically 1.2V, 3.7V, 9V and 12V. This is good for circuits whose voltage requirements are in that range. But, most of the TTL IC’s work on 5V logic and hence we need a mechanism to provide a consistent 5V Supply. 7805 is a three terminal linear voltage regulator IC with a fixed output voltage of 5V which is useful in a wide range of applications. Currently, the 7805 Voltage Regulator IC is manufactured by Texas Instruments, ON Semiconductor, STMicroelectronics, Diodes incorporated, Infineon Technologies, etc. hey are available in several IC Packages like TO-220, SOT-223, TO-263 and TO-3. Out of these, the TO-220 Package is the most commonly used one (it is the one shown in the above image).

Some of the important features of the 7805 IC are as follows:

• It can deliver up to 1.5 A of current (with heat sink).
• Has both internal current limiting and thermal shutdown features.
• Requires very minimum external components to fully function.

Pin Diagram of 7805 Voltage Regulator IC

As mentioned earlier, 7805 is a three terminal device with the three pins being 1. INPUT, 2. GROUND and 3. OUTPUT. The following image shows the pins on a typical 7805 IC in To-220 Package.

image

Working

The AC power supply from mains first gets converted into and unregulated DC and then into a constant regulated DC with the help of this circuit. The circuit is made up of transformer, bridge rectifier made up from diodes, linear voltage regulator 7805 and capacitors. If you observe, the working of the circuit can be divided into two parts. In the first part, the AC Mains is converted into unregulated DC and in the second part, this unregulated DC is converted into regulated 5V DC. So, let us start discussing the working with this in mind.Initially, a 230V to 12V Step down transformer is taken and its primary is connected to mains supply. The secondary of the transformer is connected to Bridge rectifier (either a dedicated IC or a combination of 4 1N4007 Diodes can be used). A 1A fuse is placed between the transformer and the bridge rectifier. This will limit the current drawn by the circuit to 1A. The rectified DC from the bridge rectifier is smoothened out with the help of 1000μF Capacitor. So, the output across the 1000μF Capacitor is unregulated 12V DC. This is given as an input to the 7805 Voltage Regulator IC. 7805 IC then converts this to a regulated 5V DC and the output can be obtained at its output terminals

image

Circuit Diagram

AC to DC Converter

image

DC to DC voltage regulator

image

Output

AC to DC Converter

Screenshot 2024-02-15 092830

DC to DC voltage regulator

Screenshot 2024-02-15 094813

Result

Thus the AC to DC converter and DC voltage regulator are designed and simulated using Proteus.

converter-design-and-simulation's People

Contributors

anishkumar-embedded avatar preethiarunachalam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.