The project illustrates the control of a PC fan speed and using an Arduino microcontroller to read a LM35 temperature sensor. The use of an optocoupler is covered along with Pulse Width Modulation ...
I was pondering possible interfaces between a microcontroller and a 12 or 24V 5015 blower fan. The challenge is that the MCU can only drive 3.3 or 5V, while the blower needs needs a voltage as low as ...
Here is a simple mod to allow the speed of any 12V fan to be varied. All we need to do is insert a rheostat or variable resistor in the 12V wire to the fan. The rheostat should be rated at least 3 ...
I made this project because I wanted a way to automatically control the speed of a DC fan according to the temperature read by a LM35 sensor. I had a few problems with the PWM part mainly because the ...