Question

In: Electrical Engineering

i want to take a 12vac input voltage and convert it to 20vdc , 12vdc+, 12vdc-,...

i want to take a 12vac input voltage and convert it to 20vdc , 12vdc+, 12vdc-, 5vdc+

How can i do that using a full bridge rectifier, zener diodes, diodes, capacitors. Cannot use a voltage rectifier chip.

Solutions

Expert Solution

Things you need

  1. 230/20v and 230/12v and 230/5v transformer (use one transformer according to output )
  2. 7812
  3. IN4001 (4)
  4. Capacitor 1000uF
  5. Dot board/ bread board/ PCB board.
  6. Connecting wires (As required)
  7. Power chord

Circuit Diagram

Steps to do

  • First connect primary side of transformer with free end of power chord.
    • to identify which side is primary follow either any one of these steps
      • Always red colour wire end will be primary and black colour wire end will be secondary.
      • if you have multi meter check the resistance, primary side will have higher resistance and secondary will have lower resistance (Sometimes you may not notice the difference as you might be using transformer for smaller size)
      • or else if possible supply lower AC voltage on either side and check the output on other side. By that you can identify which side is stepping down.
    • DO NOT forget to cover the joints with insulation tape, as this going to interface directly with 230V AC.
  • connect secondary sides to bread board (or to which ever you using).
  • Arrange the IN4001 as shown in figure.
    • The cathode (n) is identified by a bar on diode case. The other terminal is the anode (p)

  • connect the capacitor across two wire outs from didoe.
  • connect the wire out from diode after capacitor to 7812.
    • it has three pins, in, gnd, out.

  • Take the wire from out and gnd from 7812 and use wherever you want.
  • That has voltage 12V and amp rating of which ever transformer you used.
  • if we want -12 v than change the output terminal.
  • we want 20 v than use 230/20 v transformer.
  • if we want 5 v than use 230/5 v transformer.

Related Solutions

this is my code I want the opposite i want to convert a postfix expression to...
this is my code I want the opposite i want to convert a postfix expression to infix expression #include <iostream> #include <string> #define SIZE 50 using namespace std; // structure to represent a stack struct Stack {   char s[SIZE];   int top; }; void push(Stack *st, char c) {   st->top++;   st->s[st->top] = c; } char pop(Stack *st) {   char c = st->s[st->top];   st->top--;   //(A+B)*(C+D)   return c; } /* function to check whether a character is an operator or not. this function...
I WANT TO IMPLEMENT THIS IN JAVA PLEASE I want to create a small user input...
I WANT TO IMPLEMENT THIS IN JAVA PLEASE I want to create a small user input system for a university student, where they put the season and year of when they started their uni course. For example the system will ask "What year did you start your degree?", the user will input "Autumn/2022" as a string. Now from a string format as shown, it should take that user input and calculate for example +2 or +3 years to the date....
I WANT TO IMPLEMENT THIS IN JAVA PLEASE I want to create a small user input...
I WANT TO IMPLEMENT THIS IN JAVA PLEASE I want to create a small user input system for a university student, where they put the season and year of when they started their uni course. For example the system will ask "What year did you start your degree?", the user will input "Autumn/2022" as a string. Now from a string format as shown, it should take that user input and calculate for example +2 or +3 years to the date....
For your choice of input voltage, load resistor and the value of the ripple voltage (as...
For your choice of input voltage, load resistor and the value of the ripple voltage (as percent of Vdc) design a circuit for the half-wave rectifier. Assuming the value of Von for the diode, calculate theoretically all parameters of the rectifier: Vp, Vdc, Idc, C, Isc, PIV and diode conducting interval.
JAVA JAVA JAVA . I need to convert a string input to int array, for example...
JAVA JAVA JAVA . I need to convert a string input to int array, for example if user enters 12 / 27 / 2020 , I want to store each value in a separate array and add them afterwards.
In Java, how can I convert a string user input for example a student starts a...
In Java, how can I convert a string user input for example a student starts a uni degree in "Winter/2022", to a date type, and then once I have done that, add 3 years to that value, and changing the season, so for example Student Started: Winter/2022 and Student Finished: Summer/2025. Is there any possible way to do this? Thank you.
THIS IS FOR DEVC++. I use the 5.11 version Write a program to take input of...
THIS IS FOR DEVC++. I use the 5.11 version Write a program to take input of scores for Chemistry, Biology and English for a student and display the average with 2 decimal places if all of the three scores are in the range between 1 and 100 inclusive. Program should also display the course name for which scores are entered out of range telling Average couldn't be calculated. Following is a sample run: Enter scores for Chemistry, Biology and English...
In this lab, I want you to take in a numeric grade as an integer and...
In this lab, I want you to take in a numeric grade as an integer and then print a letter grade per the table below: 90 or above is an A 80 or above is a B 70 or above is a C 60 or above is a D Below a 60 is an F You must use a branching statement that prints the appropriate letter grade based on the user input2. Please comment your code
I want to buy a boat today today but have realised that if I take out...
I want to buy a boat today today but have realised that if I take out a loan I can only repay $150 quarterly, with payments made at the beginning of each quarter, over the next 5 years. How much can I spend on my boat if the interest rate is 16% per annum compounded quarterly ?
Can I take a piggyback home loan for an investment property in nyc that I want...
Can I take a piggyback home loan for an investment property in nyc that I want to buy? and if so what lenders would you recommend? and other tips?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT