![]() |
|
#1
|
||||
|
||||
![]() Ya, but you have to look into the sketch to make sure it's assign to that pin.
__________________
Wow! That's Crazy! Why would you spend that much and go through all that trouble? ![]() |
#2
|
|||||
|
|||||
![]() Oh, that, lol, ya I did. I have a feeling it's not a sketch related problem.
The lines I found in the sketch that I think do what I'm wanting are: const int HoodFansPWM = 44; //PWM Hood Heatsink Fan (code added so frequency = 25kHz) const int HoodFansTranzPin = 47; //Hood Heatsink Fan on/off This would leave me believe the arduino pins would be 44 and 47, not 45 and 48 as per the diagram previously referred to. I have a feeling it's a wiring issue. That's why I was hoping to figure out if I should be able to read certain V's at specific places to be able to troubleshoot the circuit. |
#3
|
|||||
|
|||||
![]() Woohoo, got the fans working!
|
#4
|
|||||
|
|||||
![]() get some potting compound (clear) and fill in the holl around your heat sensor
Steve
__________________
![]() Some strive to be perfect.... I just strive. |
#5
|
|||||
|
|||||
![]() Cool, thanks for the suggestion.
I've fired everything up and leaving it go for the day. I tried adjusting the fan on temps and the fans shut off even though the heatsink was warmer than the set temp. Turned the set temp back down and they come on again. They also seem to be going fairly slow.. not sure if there's a setting in the sketch that can speed them up or what? |
#6
|
|||||
|
|||||
![]() Hmmm, unplugged the PWM fan wire and the fans ramped up to where I think they should be. Anyone hazard a guess what might be wrong? Where I should start looking?
|
#7
|
||||
|
||||
![]() Quote:
Also, check the programming to see what the minimum and maximum PWM outputs are. Most fans will struggle to operate properly once the PWM drops below a certain duty%. Finally, make sure your controller and fan circuit are sharing the same ground (not just plugged into the same circuit but literally have their ground planes connected). If they aren't I can almost guarantee that's the problem. |