A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » General
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Faking a PWM fan



 
 
Thread Tools Display Modes
  #1  
Old March 20th 11, 05:08 PM posted to alt.comp.hardware
Keve Nagy
external usenet poster
 
Posts: 6
Default Faking a PWM fan

Hello Everyone,

I need your help with a hardware electronics question.
There is a standard PWM 4-pin male connector socket on my motherboard
for case fan. I replaced the factory case fan and CPU fan with a far
more efficient and silent CPU cooler, so now there is nothing connected
to the case fan connector as the case fan is no longer needed.
Because of this, every time the computer boots the POST stops with a
warning "No case fan detected" and I need to press F1 to continue.
And this is bad if I need to reboot the machine remotely, or if it
restarts automatically after a power outage, etc.

There is no BIOS option to ignore this or any other warning.

I need to create an electronic dummy fan, a circuitry that the POST will
accept as a PWM case fan.

PWM pinout specs says:
1 - black wire - GND
2 - yellow wire - 12V
3 - green wire - sense
4 - blue wire - control

Question:
Can I just short blue and green to imitate the presence of a PWM fan?
Is that safe to do?
Or do I need to build a circuit that feeds back pulses of signals?

Regards,
--
Keve Nagy * Debrecen * Hungary
keve(at)mail(dot)poliod(dot)hu
  #2  
Old March 20th 11, 05:51 PM posted to alt.comp.hardware
Jon Danniken[_4_]
external usenet poster
 
Posts: 71
Default Faking a PWM fan

Keve Nagy wrote:
I need to create an electronic dummy fan, a circuitry that the POST
will accept as a PWM case fan.

PWM pinout specs says:
1 - black wire - GND
2 - yellow wire - 12V
3 - green wire - sense
4 - blue wire - control

Question:
Can I just short blue and green to imitate the presence of a PWM fan?
Is that safe to do?


Most likely not.

Or do I need to build a circuit that feeds back pulses of signals?


That is what I would do. A 555 circuit is very simple to build, needing
only a 555 chip and a couple of other parts (capacitor and a couple of
resistors). Ideally you want a 5V output for the squarewave. Here is one
page with some information on the tachometer output:
http://petervis.co.cc/cpu%20fan%20ta...n%20tacho.html

Alternately, you could just connect a small (AKA quiet) fan and hide it
somewhere in the case, or run a case fan at reduced voltage.

Jon


  #3  
Old March 20th 11, 06:06 PM posted to alt.comp.hardware
mike
external usenet poster
 
Posts: 121
Default Faking a PWM fan

Keve Nagy wrote:
Hello Everyone,

I need your help with a hardware electronics question.
There is a standard PWM 4-pin male connector socket on my motherboard
for case fan. I replaced the factory case fan and CPU fan with a far
more efficient and silent CPU cooler, so now there is nothing connected
to the case fan connector as the case fan is no longer needed.
Because of this, every time the computer boots the POST stops with a
warning "No case fan detected" and I need to press F1 to continue.
And this is bad if I need to reboot the machine remotely, or if it
restarts automatically after a power outage, etc.

There is no BIOS option to ignore this or any other warning.

I need to create an electronic dummy fan, a circuitry that the POST will
accept as a PWM case fan.

PWM pinout specs says:
1 - black wire - GND
2 - yellow wire - 12V
3 - green wire - sense
4 - blue wire - control

Question:
Can I just short blue and green to imitate the presence of a PWM fan?
Is that safe to do?
Or do I need to build a circuit that feeds back pulses of signals?

Regards,

Not clear exactly what you're doing. If I interpret it as, adding a fan
to the cpu, all that does is take the heat out of the CPU and put it into
the box.
You NEED a fan to exhaust the heat from the box.
A hard drive meltdown is not a cheap thing.
  #4  
Old March 20th 11, 07:31 PM posted to alt.comp.hardware
VanguardLH[_2_]
external usenet poster
 
Posts: 1,453
Default Faking a PWM fan

Keve Nagy wrote:

Hello Everyone,

I need your help with a hardware electronics question.
There is a standard PWM 4-pin male connector socket on my motherboard
for case fan. I replaced the factory case fan and CPU fan with a far
more efficient and silent CPU cooler, so now there is nothing connected
to the case fan connector as the case fan is no longer needed.
Because of this, every time the computer boots the POST stops with a
warning "No case fan detected" and I need to press F1 to continue.
And this is bad if I need to reboot the machine remotely, or if it
restarts automatically after a power outage, etc.

There is no BIOS option to ignore this or any other warning.

I need to create an electronic dummy fan, a circuitry that the POST will
accept as a PWM case fan.

PWM pinout specs says:
1 - black wire - GND
2 - yellow wire - 12V
3 - green wire - sense
4 - blue wire - control

Question:
Can I just short blue and green to imitate the presence of a PWM fan?
Is that safe to do?
Or do I need to build a circuit that feeds back pulses of signals?

Regards,


So you are relying solely on the presence and working of the PSU fan?
Not smart, especially considering you are not always present on this
host as you mention accessing it remotely. The case fan should be
considered the backup to the PSU fan (if it isn't also considered needed
to expel the hot air load that the PSU fan cannot handle). Since it is
a PWM fan for the case fan, the case fan doesn't need to spin unless the
temperature goes up (based either on the CPU or case temperatures). So
the case fan won't be adding noise to the host while you are at the host
unless you make the host so busy that its heat exceeds a threshold not
manageable by the PSU fan alone.

Yeah, you could maybe figure out a PCB on which you add components to
emulate a spinning fan (assuming there is no BIOS option to disable that
motherboard fan connector) but then why would you go through all that
work and expense. It'll cost you more in time and money to build a
custom PCB controller than just to add a fan. Add a case fan is the
cheap solution and the better solution.
  #5  
Old March 20th 11, 08:23 PM posted to alt.comp.hardware
Keve Nagy
external usenet poster
 
Posts: 6
Default Faking a PWM fan

That is what I would do. A 555 circuit is very simple to build, needing
only a 555 chip and a couple of other parts (capacitor and a couple of
resistors). Ideally you want a 5V output for the squarewave. Here is one
page with some information on the tachometer output:
http://petervis.co.cc/cpu%20fan%20ta...n%20tacho.html


Thank you, Jon!
Very useful article.

Regards,
--
Keve Nagy * Debrecen * Hungary
keve(at)mail(dot)poliod(dot)hu
  #6  
Old March 20th 11, 08:29 PM posted to alt.comp.hardware
Keve Nagy
external usenet poster
 
Posts: 6
Default Faking a PWM fan

You NEED a fan to exhaust the heat from the box.

OK, I didn't make this clear enough. My mistake.
There IS a fan to exhaust the heat from the box. It is just the CPU fan
and the case fan are now the same.
The new huge heatsink I now use has a silent 120mm fan attached (CPU
fan). The other side of the fan housing is touching the back of the
case, so the fan is essentially between the case and the heatsink.
Hence no more need to a case fan.

Regards,
--
Keve Nagy * Debrecen * Hungary
keve(at)mail(dot)poliod(dot)hu
  #7  
Old March 20th 11, 08:42 PM posted to alt.comp.hardware
Keve Nagy
external usenet poster
 
Posts: 6
Default Faking a PWM fan

So you are relying solely on the presence and working of the PSU fan?

No. I didn't explain this well enough. My mistake.
There is a fan inside the PSU.
And there is another huge 120mm PWM quiet fan "jammed" between the new
large heatsink and the back of the case (where the exhaust holes are).

Yeah, you could maybe figure out a PCB on which you add components to
emulate a spinning fan (assuming there is no BIOS option to disable that
motherboard fan connector) but then why would you go through all that
work and expense. It'll cost you more in time and money to build a
custom PCB controller than just to add a fan. Add a case fan is the
cheap solution and the better solution.


I agree with all your points.
However, due to the large size of the new heatsink and the 120mm PWM fan
that replaced the old CPU fan and case fan, there is no room left to
place another separate case fan there. I could add one and position it
somewhere else, but that ruins the point, it would only make additional
noise with no cooling purpose.

Besides, adding a cheap fan is always NOISY. A silent PWM fan is quite
expensive. Costs more than the components to build the fake circuitry.
Regarding the time and effort invested in the circuitry however, I
cannot and will not argue with you. This is a price I need to pay during
my battle for silence.

Regards,
--
Keve Nagy * Debrecen * Hungary
keve(at)mail(dot)poliod(dot)hu
  #8  
Old March 20th 11, 10:24 PM posted to alt.comp.hardware
mike
external usenet poster
 
Posts: 121
Default Faking a PWM fan

Keve Nagy wrote:
So you are relying solely on the presence and working of the PSU fan?


No. I didn't explain this well enough. My mistake.
There is a fan inside the PSU.
And there is another huge 120mm PWM quiet fan "jammed" between the new
large heatsink and the back of the case (where the exhaust holes are).

Yeah, you could maybe figure out a PCB on which you add components to
emulate a spinning fan (assuming there is no BIOS option to disable that
motherboard fan connector) but then why would you go through all that
work and expense. It'll cost you more in time and money to build a
custom PCB controller than just to add a fan. Add a case fan is the
cheap solution and the better solution.


I agree with all your points.
However, due to the large size of the new heatsink and the 120mm PWM fan
that replaced the old CPU fan and case fan, there is no room left to
place another separate case fan there. I could add one and position it
somewhere else, but that ruins the point, it would only make additional
noise with no cooling purpose.

Besides, adding a cheap fan is always NOISY. A silent PWM fan is quite
expensive. Costs more than the components to build the fake circuitry.
Regarding the time and effort invested in the circuitry however, I
cannot and will not argue with you. This is a price I need to pay during
my battle for silence.

Regards,

Measure some temperatures.
I have a Dell 4600.
Got a Dell 4700.
Looks identical.
What I didn't realize was that they reversed the flow
of the CPU fan.
The net result was NO air flow to the upper drive bays and a DEAD
hard drive.
There are exceptions, but in general, lower noise is accompanied
by lower air flow. If your CPU fan measures CPU temp to determine
the speed, you may be in for a surprise.
Don't expect a PSU fan to be able to exhaust the heat.
Measure the temps around the box.

If you're dead-set on doing this,
First check bios settings.
Then, I'd take a scope and look
at the signal on the sense terminal of the fan. It's likely
some repetitive waveform who's frequency is determined by the
fan speed. Emulate that with a 555 timer stuck on a plug.
Watch the signal levels so you don't smoke the sense chip.

It's possibly risky, cause you don't know how either circuit works,
but you may be able to jumper, with some resistance, an existing
fan sense to the one you removed. Check levels with a scope first.
Don't blame me if the motherboard smokes.


Are we having fun yet?
  #9  
Old March 21st 11, 02:48 AM posted to alt.comp.hardware
VanguardLH[_2_]
external usenet poster
 
Posts: 1,453
Default Faking a PWM fan

Keve Nagy wrote:

So you are relying solely on the presence and working of the PSU fan?


No. I didn't explain this well enough. My mistake.
There is a fan inside the PSU.
And there is another huge 120mm PWM quiet fan "jammed" between the new
large heatsink and the back of the case (where the exhaust holes are).

Yeah, you could maybe figure out a PCB on which you add components to
emulate a spinning fan (assuming there is no BIOS option to disable that
motherboard fan connector) but then why would you go through all that
work and expense. It'll cost you more in time and money to build a
custom PCB controller than just to add a fan. Add a case fan is the
cheap solution and the better solution.


I agree with all your points.
However, due to the large size of the new heatsink and the 120mm PWM fan
that replaced the old CPU fan and case fan, there is no room left to
place another separate case fan there. I could add one and position it
somewhere else, but that ruins the point, it would only make additional
noise with no cooling purpose.


So mount the case fan on the OUTSIDE of the case. The wiring probably
runs along one of the "legs" or supports which you may have to peel out
so you can keep the wires inside the case. Else, use a hacksaw to notch
out the fan so the wiring can go back into the case (and without the
wires getting pinched when you screw the fan down tightly to the case),
or use a punchout or remove a slot cover if available and you don't care
about sloppy wiring behind the case. Just be sure to orient the air
flow correctly for the exterior mounted case fan.

Besides, adding a cheap fan is always NOISY. A silent PWM fan is quite
expensive. Costs more than the components to build the fake circuitry.
Regarding the time and effort invested in the circuitry however, I
cannot and will not argue with you. This is a price I need to pay during
my battle for silence.


Since it is a PWM case fan, it won't be making ANY noise when it isn't
needed for cooling and is NOT spinning. The point of having regulation
for the fan is that it does NOT need to be spining all the time. When
it does spin means more cooling is needed which would be absent if you
omitted the fan. As the when the case fan starts to spin to add the
cooling needed under a high load would depend on what threshold you
configured in whatever temperature monitoring software you installed.
  #10  
Old March 23rd 11, 12:26 AM posted to alt.comp.hardware
Keve Nagy
external usenet poster
 
Posts: 6
Default Faking a PWM fan

So mount the case fan on the OUTSIDE of the case.

How often one hears the saying "Think outside the box"!
And when I literally work on a box, do not even consider the outside.

Great pointer, Mr. Vanguard.
Thank you!

--
Keve Nagy * Debrecen * Hungary
keve(at)mail(dot)poliod(dot)hu
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
High speed 120mm PWM fan for 4 pin CPU header [email protected] Asus Motherboards 9 July 31st 08 12:15 AM
High speed 120mm PWM fan for 4 pin CPU header [email protected] Homebuilt PC's 9 July 31st 08 12:15 AM
P5ND2-SLI Deluxe and PWM Leigh-Anne Mills Asus Motherboards 1 January 28th 06 06:46 PM
Overheating PWM parsojmu Homebuilt PC's 1 October 10th 05 12:40 AM
AI7, PWM and other dumbass questions Jootec from Mars Overclocking 1 April 17th 04 06:41 PM


All times are GMT +1. The time now is 11:09 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.