USB-PWM-FAN-CONTROLLER is a desktop application that provides a graphical interface to control PWM fan speed via an Arduino-based controller. The Arduino handles all low-level communication with the ...
Based on esp8266-fan-control. Connect a esp8266 based board by USB to a linux based computer and control the fan via serial port (ttyUSB). The firmware is simple and intended to give control to the ...
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 ...
Among all the Arduino boards, the Uno is most folks' go-to choice, and for good reason. It's the perfect platform to get started with Arduino, it's capable enough to handle a wide range of tasks, and ...
PWM or Pulse Width Modulation has generally been regarded as too complicated for PC fan speed control compared against using rheostats or linear voltage regulators such as the LM317. I present here a ...
Looking for a simple circuit to control the light intensity of Light Emitting Diodes (LEDs) or similar lighting sources? Here is an Arduino based circuit with three independent pulse width modulated ...