Using diodes in LM7805 design circuits

Hi,

I ran by this design from a website and I noticed the use of two diodes in the design and I know they are for protection.

But can anyone explain to me why each one is placed in that position.
Also I put my design with it and I want to tell if my design is enough or the other one is better.

Schematic_lm7805_board_2021-11-02

D7 protects the circuit when there is no load to discharge the decoupling capacitor.
I believe D5 is part of that protection as well but I am not certain as it might also serve as short protection for the input voltage.

1 Like

I guess it depends on what you're trying to protect against. In the "web" design D2 would protect against reverse voltage at the regulator output (which would have to come from "somewhere else". D1 protects against "back powering" the regulator. That could be from somewhere else, or it could be a "large" filter capacitor on the output.

Your design protects from a reversed connection on the input. You also get a small voltage drop across the diode, which could be a good thing if you have lots of voltage on the regulator input and you are stressing the regulator. It could be a bad thing if you have barely enough voltage on the input.

1 Like

OK, are there better voltage regulators than LM7805 and can take large input voltage up to 40V for example ?

Actually I'm working on developing an arduino development board where I put most frequent modules I want to work on.

My questions here:

  1. What options I need to protect the board external input voltage from overvoltage or short circuits ?

  2. I'm interested in the small fuse used in Arduino uno board which is this one:

Untitled

These are two designs for dev board input power:

Which one you think is the best ? and what are other recommended modifications I should do ?

The board I'm talking about is like this one:

raspberry-pi-arduino-lab-500x500

Yes. In the first diagram ("From the web"), D5 protects the regulator chip from the situation where the OUT terminal become positive with respect to the IN terminal. This happens when the input voltage disappears (i.e. pin 1 goes to GND), but the charge in capacitors C5 and C7 maintains a positive voltage on the OUT terminal. This can damage a 78-series regulator. D5 allows C5 and C7 to discharge via the (now at 0V) input wire.

D7 protects the circuit connected the output from reverse polarity. If the input polarity is the wrong way round, so GND is positive with respect to input, then D7 and D5 put a near-short circuit across the supply, blowing the fuse further back up the line, protecting the circuit connected to the output.

In "my design', D1 protects the regulator and the circuit connected to the output from reverse polarity of the input. However, this comes at the cost of dropping 0.6V or more across the diode in normal operation. In this circuit, switching off the input cannot pull the IN terminal of the regulator down to GND potential because D1 prevents that, and the charge on C2 holds the IN terminal positive until the circuit connected to the output has discharged C3 and C4.

So "my design" does the same job as "From the web", but with one less diode, at the cost of 0.6V-odd dropped across D1 in normal use.

1 Like

There most certainly are. :grin:

Find a proper switchmode regulator/ converter module such as one from Pololu.

1 Like

Yes I understood your strategy. So I have two options:

  1. To go with personal design route which means I could select any of LDO chips and search for the related circuit designs for that LDO.
  2. Buy one of many buck or buck/boost converters from websites. Since I live in Saudi Arabia so my best website is Aliexpress.

Thanks man :slight_smile:

Thank you very much for the profound answer and knowing that both circuits do pretty much the same work.

So "my design" does the same job as "From the web", but with one less diode, at the cost of 0.6V-odd dropped across D1 in normal use.

Yep, 0.6V isn't much incase there is enough input voltage.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.