LM317 Help

Hello again :slight_smile:

I will be making an Arduino fan controller which will regulate the voltage on the fan with the help of the LM317 Voltage Regulator, now I have made a schematic and I have a question:

The input voltage will be 12V from a PC PSU, will the LM317 be able to give 12V output?

The input voltage will be 12V from a PC PSU, will the LM317 be able to give 12V output?

No.

You need a voltage greater than 12V say 14V to get 12V out. Also you have no input or output capacitors and have you allowed for the Vssat voltage between collector and emitter when the transistor is on?
You also need resistors in the base of the transistors to limit current flow.

The input voltage will be 12V from a PC PSU, will the LM317 be able to give 12V output?

No, the chip has a regulator drop out voltage specification. It's dependent on how much current is being drawn from the regulator and is about 2 volts at 1 amp drop, so plan on around a 10vdc max output for the regulator if being supplied with +12vdc.

Also be sure to add series current limiting resistors going to the base of those switching transistors.

Lefty

Thanks for the replies guys :slight_smile:

Any idea on how I would get more than 12V with a PC PSU?

I will be making an Arduino fan controller which will regulate the voltage on the fan

I am assuming the fan is 12V, the simple answer is not to use a regulator circuit like this but to use a FET driver in the continuous (non switched) mode.

Any idea on how I would get more than 12V with a PC PSU?

I assume PC supplies still have -12V outputs.
-12 to +12 is 24 volts.

AWOL:

Any idea on how I would get more than 12V with a PC PSU?

I assume PC supplies still have -12V outputs.
-12 to +12 is 24 volts.

Not really usable that way in a common grounded system.

Lefty

Depends what you declare "ground" to be.

AWOL:
Depends what you declare "ground" to be.

Correct, we would need to know if he is using the PC supply for any other loads, or desires to.

Lefty

I'll be using the same PSU for: Pumps (Water Cooling), Micro Controllers, Fans

Mike has the best solution; use a single power FET and control it with a PWM output from Arduino. And it (could) handle a lot more current than an LM317T.

Nothing against the LM317T. I once bought a barrel of 14,000 of them for $55 from a junkyard near IBM :slight_smile: I'll send 5 to anyone who'll send a SASE... I still have about 500 left.

UPDATE: Sorry! I'm always criticizing Acronyms...

Self-Addressed-Stamped-Envelope (sent to me, will return 5 LM317t's..)

Terry King
152 Colby Road
West Topsham, VT 05086

But: 3 weeks till I get there from the Middle East...

Can you give me more info on using FET's with Arduino? Schematic(s), Maybe even some example code :wink:

Maybe even some example code

analogWrite(pin, value);

Schematic(s)

use the PWM output filtered and into the gate
http://www.thebox.myzen.co.uk/Tutorial/PWM.html

So I use Frequency dependent potential divider with low pass filter connected to a FET, and the divider is hooked up to Arduino PWM output pin? And if so, which FET should I use?

Frequency dependent potential divider with low pass filter

close:-
Frequency dependent potential divider AS low pass filter.

which FET should I use?

Any one that will take at least 200mA (most will) and is a logic level FET.
The FET will get hot because you are burning the excess voltage off inside it when it is not full on. The power dissipated will be with half the voltage dropped across it at what ever current the motor runs with only half the voltage across it. You might need a heat sink.

@Grumpy_Mike

Thanks! :smiley:

I hope I'm not too annoying with all these questions :P, maybe something like this? http://www.nteinc.com/specs/2900to2999/pdf/nte2987.pdf

Could you also tell me what exactly am I look for? N-Channel MOSFETS?

maybe something like this?

Yes very meaty, that would do.

Alright! :slight_smile:

Now, if only I could find that in Eagle :stuck_out_tongue:

Rogy:
@Grumpy_Mike

Thanks! :smiley:

I hope I'm not too annoying with all these questions :P, maybe something like this? http://www.nteinc.com/specs/2900to2999/pdf/nte2987.pdf

Could you also tell me what exactly am I look for? N-Channel MOSFETS?

Mouser shows that at $7 a pop: http://www.mouser.com/ProductDetail/NTE/NTE2987/?qs=sGAEpiMZZMutXGli8Ay4kFfMPLZ9xW8yKOlRS6m%252bwN0%3D

Sparkfun sells a logic level N-channel power mosfet for a buck: N-Channel MOSFET 60V 30A - COM-10213 - SparkFun Electronics

Lefty

I said it was meaty. :slight_smile: