What is the simplest way I could get a hobby motor to speed up & slow down proportionally with my computer's CPU usage?
Any help would be appreciated, please avoid leaving me with the only alternative buying an arduino or bread board.
I'm categorizing this in microcontrollers because I have no clue how else to go about doing this, if anyone else has a simpler idea, or a diferent method, please mention it.
Thanks
-Spence






























Visit Our Store »
Go Pro Today »




Your mainboard will probably have a CPU temperature monitor (i.e. it reads a thermocouple in the die), but beyond that I do not know.
It's a "build-it-yourself" software thing you want, and I mean "build-it-yourself" because I wouldn't think anyone else has done it.
L
You can find (software) monitors if you go looking, but you'd want the source-code, you get to things like this:
http://docs.sun.com/source/817-1331-10/asm.html#33598
L