- Joined
- Apr 22, 2005
- Location
- A Labyrinth
For 60 to 100 bucks, the stamp make an excellant controller. Have you though of connecting it to serial port/usb or adding buttons to change the thresholds?NickF said:Was experimenting with my own variable fan speed controller about 2 years ago, using a Basic Stamp microcontroller as the heart of this system, I hooked up several radioshack thermistors (one for cpu, hd, case temp) I can calculate what the temp of each thermistor by running 5v through it and then polling to see how long it took to charge a cap of know value.
After determining the temp at various locations, I output PWM to a power transistor which controls the fan speed of the various fans, and also reports system temps via a serial LCD module. Works fairly well, I don't have any circuit diagrams as I kludged this together. This system is able to control the fan speeds depending on the actual temp at the thermistor in real time, no twisting pot's, it does all the work.
I was thinking you could use an up/down control to select from quiet & warm to louder & cooler. If would'nt take to much changes to the program if the threasholds are stored in EEprom and loaded to register at boot & reset.