Skip to main content

Simple 5V Regulated Power Supply Circuit Diagram


5V Regulated Power Supply Circuit Diagram is a small +5V power supply, which is useful when experimenting with digital electronics. Small inexpensive wall tranformers with variable output voltage are available from any electronics shop and supermarket. Those transformers are easily available, but usually their voltage regulation is very poor, which makes then not very usable for digital circuit experimenter unless a better regulation can be achieved in some way.

The following circuit is the answer to the problem. This circuit can give +5V output at about 150 mA current, but it can be increased to 1 A when good cooling is added to 7805 regulator chip. The circuit has overload and thermal protection. The capacitors must have enough high voltage rating to safely handle the input voltage feed to circuit. The circuit is very easy to build for example into a piece of veroboard.

 5V Regulated Power Supply Circuit Diagram
Parts:

C1 = 100uF-25V electrolytic capacitor, at least 25V voltage rating
C2 = 10uF-25V electrolytic capacitor, at least 6-16V voltage rating
C3 = 100nF-63V ceramic or polyester capacitor
IC = 7805 regulator IC

IC's Pinout :
  1. Unregulated voltage in
  2. Ground (See Diagram)
  3. Regulated voltage out

Circuit features:
  • Gives out well regulated +5V output, output current capability of 100 mA
  • Built-in overheating protection shuts down output when regulator IC gets too hot
  • Very simple and easy to build
  • Very stable +5V output voltage, reliable operation
  • Easy to get components, uses only very common basic components
  • Based on datasheet example circuit, I have used this circuit succesfully as part of many electronics projects
  • Part of electronics devices, small laboratory power supply
  • Wide range of input unreglated DC 8-24V power supply
  • Few dollars for the electronics components + the input transformer cost

Modification Iideas

More output current:

If you need more than 150 mA of output current, you can update the output current up to 1A doing the following modifications.
  • Change the transformer from where you take the power to the circuit to a model which can give as much current as you need from output
  • Put a heatsink to the 7805 regulator (so big that it does not overheat because of the extra losses in the regulator)

More output voltages:

If you need other voltages than +5V, you can modify the circuit by replacing the 7805 chips with another regulator with different output voltage from regulator 78xx chip family. The last numbers in the the chip code tells the output voltage. Remember that the input voltage muts be at least 3V greater than regulator output voltage ot otherwise the regulator does not work well.


Comments

Popular posts from this blog

A basic Arduino Solar PV Monitor

I have just recently had solar pv installed, mainly to future proof my energy costs, I do not expect it to be like drilling for oil in my back garden, however the return looks to be encouraging. The install gives you another single unit meter, from this you will see the total amount the panels produce, but that is about it. I wanted to know how much the production was as it was happening, I discovered the light blinks on the front of the meter will flash 1000 times for each kWh of electricity which passes through. The rate of the flashing of the LED tells you how much power is currently passing through the meter. [ ]

Build a Key Operated Gate Locking System Circuit

This simple key-operated gate locking system allows only those persons who know the preset code to open the gate. The code is to be entered from the keypad within the preset time to operate the motor fitted in the gate. If anyone trying to open the gate presses a wrong key in the keypad, the system is disabled and, at the same time, sounds an alarm to alert you of an unauthorized entry. Figs 1 and 2 show the block and circuit diagrams of the key-operated code locking system, respectively. Connect points A, B, C, D, E, F and ground of the circuit to the respective points of the keypad. Keys S7, S16, S14 and S3 are used here for code entry, and the remaining keys are used for disabling the system. It is very important to press the keys in that order to form the code. To start the motor of the gate, press switches S7, S16, S14 and S3 sequentially. If the keys are pressed in a different order from the preset order, the system will lock automatically and the motor will not start. Fig. 1: Bl...

Simple But Automatic Load Sensing Power Switch

This circuit will automatically switch on several mains-powered "slave" loads when a "master" load is turned on. For example, it will switch on the amplifier and CD player in a stereo system when the receiver is turned on. It works by sensing the current draw of the "master" device through a low value high wattage resistor using a comparator. The output of that comparator then switches on the "slave" relay. The circuit can be built into a power bar, extension cord or power center to provide a convenient set of "smart" outlets that switch on when the master appliance is powered (turn on the computer monitor and the computer, printer and other peripherals come on as well). Automatic Load Sensing Power Switch Circuit Diagram Parts List: Notes: This circuit is designed for 120V operation. For 240V operation, resistors R2 and R6 will need to be changed. A maximum of 5A can be used as the master unless the wattage of R1 is increased S1 provid...