J
John Larkin
Guest
Imagine a chassis with up to eight plugin boards. The chassis has a
pair of PWM controlled fans.
https://www.dropbox.com/s/8ubv5if7cbnsjzn/P940-8_front.jpg?raw=1
Each board will have a thermistor to sense board temperature. If any
board thinks it\'s too hot, it asks the fan controller to jog the fan
speeds up a notch. If nobody requests more air, the controller jogs
them down. That will work.
But I have a board with eight channels that can each get hot. There\'s
no place on the board that represents the worst-channel temperature. I
only have two available ADC channels so I can\'t use eight thermistors.
But thermistors are radically nonlinear. If I parallel four
thermistors into each ADC channel, the hottest of the four will
dominate. That should work well enough.
Some sort of diode thing might select the hottest thermistor, but
paralleling is easy.
Or add a secondary ADC mux, I guess.
pair of PWM controlled fans.
https://www.dropbox.com/s/8ubv5if7cbnsjzn/P940-8_front.jpg?raw=1
Each board will have a thermistor to sense board temperature. If any
board thinks it\'s too hot, it asks the fan controller to jog the fan
speeds up a notch. If nobody requests more air, the controller jogs
them down. That will work.
But I have a board with eight channels that can each get hot. There\'s
no place on the board that represents the worst-channel temperature. I
only have two available ADC channels so I can\'t use eight thermistors.
But thermistors are radically nonlinear. If I parallel four
thermistors into each ADC channel, the hottest of the four will
dominate. That should work well enough.
Some sort of diode thing might select the hottest thermistor, but
paralleling is easy.
Or add a secondary ADC mux, I guess.