• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

LED brightness based on CPU temp

zryder

n00b
Joined
Aug 14, 2011
Messages
2
Hello everyone.

So I had an idea.

I am making an acrylic case, and I was debating between using red or blue lighting.

Then I thought, what if the light would change color from blue to red? What would be a good paramater to use to vary the color? how about CPU temp!

So, does anyone have the slightest clue how one would go about this? I would think an arduino would be able to handle this quite easily, but would an arduino be overkill?

For example, at 30C core temp, the red light is at 0 pwm, and the blue light is at 255 pwm (full brightness). at 75c, the red light is at 255 pwm and the blue is at 0, and vary the pwm signal to the 2 led's based on core temp.

Thanks for any suggestions.
 
Interesting idea. The most straight forward way (as straight forward as something like this could be) is by using external hardware. A really basic PLC would work. Pun intended: something like a Basic STAMP microcontroller. Then add your temperature probe and write a simple PBasic or C++ program to set your temperature : light parameters. In all honestly, probably not worth it unless you came up with a way to use the PC to control it. But I'm not savvy enough on that to offer any advise.
 
Back
Top