Skip to main content

Constructing your own Dual Power Supply Circuit


Many times the hobbyist desires to have a simple, dual power supply for a project. Existing power supplies may be large either in power output or physical size. a simple Dual Power Supply is necessary.For most non-critical applications the best & simplest choice for a voltage regulator is the 3-terminal type.The three terminals are input, ground & output.

The 78xx & 79xx series can provide up to 1A load current & it have on chip circuitry to prevent damage in the event of over heating or excessive current. That is, the chip basically shuts down than blowing out. These regulators are cheap, simple to make use of, & they make it practical to design a method with plenty of P C Bs in which an unregulated supply is brought in & regulation is done locally on each circuit board.

This Dual Power Supply project provides a dual power supply. With the appropriate choice of transformer & 3-terminal voltage regulator pairs you can basically build a tiny power supply delivering up to amp at +/- 5V, +/- 9V, +/- 12V, +/-15V or +/-18V. You require to provide the middle tapped transformer and the 3-terminal pair of regulators you require:7805 & 7905, 7809 & 7909, 7812 & 7912, 7815 & 7915or 7818 & 7918.

The user must pick the pair they needs for his particular application.

Note that the + & - regulators do not must be matched: you can for example, use a +5v & -9V pair. However,the positive regulator must be a 78xx regulator, & the negative a 79xx. They have built in plenty of safety in to this project so it ought to give plenty of years of continuous service.

Transformer
This Dual Power Supply design makes use of a full wave bridge rectifier coupled with a centre-tapped transformer. A transformer with a power output rated at at least 7VA ought to be used. The 7VA rating means that the maximum current which can be delivered without overheating will be around 390mA for the 9V+9V tap; 290mA for the 12V+12V and 230mA for the 15V+15V. If the transformer is rated by output RMS-current then the worth ought to be divided by one.2 to get the current which can be supplied. For example, in this case a 1A RMS can deliver 1/(one.2) or 830mA.

Rectifier
They use an epoxy-packaged four amp bridge rectifier with at least a peak reverse voltage of 200V. (Note the part numbers of bridge rectifiers are not standardised so the number are different from different manufacturers.) For safety the diode voltage rating ought to be at least to times that of the transformers secondary voltage. The current rating of the diodes ought to be two times the maximum load current that will be drawn.

Filter Capacitor
The purpose of the filter capacitor is to smooth out the ripple in the rectified AC voltage. There's dual amount of ripple is determined by the worth of the filer capacitor: the larger the worth the smaller the ripple.The two,200uF is an appropriate value for all the voltages generated using this project. The other consideration in choosing the correct capacitor is its voltage rating. The working voltage of the capacitor has to be greater than the peak output voltage of the rectifier. For an 18V supply the peak output voltage is one.4 x 18V, or 25V. So they have selected a 35V rated capacitor.

Regulators
The unregulated input voltage must always be higher than the regulators output voltage by at least 3V in order for it to work. If the input/output voltage difference is greater than 3V then the excess potential must be dissipated as heat. Without a heat sink three terminal regulators can dissipate about two watts. A simple calculation of the voltage differential times the current drawn will give the watts to be dissipated. Over two watts a heat sink must be provided. If not then the regulator will automatically turn off if the internal temperature reaches 150oC. For safety it is always best to make use of a small heat sink even in case you do not think you will need.

Stability
C4 & C5 improve the regulators ability to react to sudden changes in load current & to prevent uncontrolled oscillations.

Decoupling
The mono block capacitor C2 & C6 across the output provides high frequency decoupling which keep the impedance low at high frequencies.

LED
Two LED's are provided to show when the output regulated power is online. You do not must make use of the LED's in the event you do not require to. However, the LED on the negative side of the circuit does provide a maximum load to the 79xx regulator which they found necessary in the coursework of testing. The negative 3-pin regulators did not like a zero load situation. They have provided a 470R/0.5W resistors as the current limiting resistors for the LED's.

Diode Protection
These protect chiefly against any back emf which may come back in to the power supply when it supplies power to inductive lots. They also provide additional short circuit protection in the case that the positive output is connected by accident to the negative output. If this happened the usual current limiting shutdown in each regulator may not work as intended. The diodes will short circuit in this case & protect the two regulators.

Dual Power Supply Schematic Diagram


Dual Power Supply Schematic Diagram


Comments

Popular posts from this blog

Power Amplifier with voltage regulator 4 × 50 Watt TDA8588

Power Amplifier with voltage regulator 4 × 50 Watt TDA8588    The TDA8588 is a multiple voltage regulator combined with four independent audio power amplifiers configured in bridge tied load with diagnostic capability. The output voltages of all regulators except regulators 2 and 3 can be controlled via the I2C-bus. However, regulator 3 can be set to 0 V via the I2C-bus. The output voltage of regulator 2 (microcontroller supply) and the maximum output voltage of regulator 3 (mechanical digital and microcontroller supplies) can both be either 5 V or 3.3 V depending on the type number. The maximum output voltages of both regulators are fixed to avoid any risk of damaging the microcontroller that may occur during a disturbance of the I 2C-bus. The amplifier diagnostic functions give information about output offset, load, or short-circuit. Diagnostic functions are controlled via the I2C-bus. The TDA8588 is protected against short-circuit, over-temperature, open ground and open VP connectio

PIC16F887 877 programming in C Tutorial 5 LCD Interfacing

LCD Interfacing: In this tutorial i will show you how to interface 16x2 LCD with micro-controller. 16x2 means there are two rows and each row contain maximum 16 characters.  For more detail refer to the LCD datasheet, which you are using. Basic Connection: Applies 5v to pin 2 and gnd to pins 1 & 5. Use variable resistor at pin 3 to set contrast. Pins 7 to 14 are the data pins,, used to send/rec data. Pin 6 is of enable; every time when you write to lcd you should have to give high to low, to this pin. pin 4 is register select pin use to give commands like clear, home etc.   In this tutorial i will interface lcd in 4-bit instead of 8-bit, so we only required four data pins. Code: Lets write a code that will display the motor status and its direction; it will be fun!!!! Requirements: Design a motor controller circuit using l298 and display its status on lcd. LCD is connected to portb and motor controller circuit is at portd. Required two switches to change motor direction; if both ar

12V to 30V DC to DC Converter circuit Diagram

 12V to +/- 30V DC to DC Converter circuit Diagram This is a DC to DC converter for car power amplifier. 12V input generates +30V and -30V output for preamp or power amplifiers. Circuit uses SG3525 IC, Mosfets and switching power supply.