FanController
FanController copied to clipboard
Arduino library to control 3 and 4 pins fans
https://github.com/GiorgioAresu/FanController/blob/785590adb448aaf86e80e43dbc44183c31855085/FanController.cpp#L55 I love the way you architected this class. Seriously very nice. And I was quite excited to use it with a 4-pin PC fan project I'm currently working on....
I can't seem to find a way to stop the fans. The obvious setDutyCycle(0) doesn't work. In forums I've read that you can turn it off by switching pin mode...
Hello, I'm just compiled and uploaded the demo code of a MonitorAndControl.ino but unfortunately in serial terminal on 9600 bps where some communication is expected I'v got a following error...
Might be useful to someone else or maybe someone with greater knowledge can fill me in as to the behavior I am seeing. Until I wrapped the input line with...
A work in progress - combine files into zip facilitates easy management by Arduino IDE
c:\Users\Administrator\Documents\Arduino\libraries\FanController\FanController.cpp: In member function 'void FanController::begin()': c:\Users\Administrator\Documents\Arduino\libraries\FanController\FanController.cpp:31:28: error: call of overloaded 'analogWriteFrequency(int)' is ambiguous analogWriteFrequency(25000); ^ In file included from C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\cores\esp32/Arduino.h:36, from c:\Users\Administrator\Documents\Arduino\libraries\FanController\FanController.cpp:1: C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\cores\esp32/esp32-hal.h:100:6: note: candidate: 'void analogWriteFrequency(uint32_t)' void analogWriteFrequency(uint32_t...
I'm looking into the source code , but I can't see a constructor for TACHO only fan. my fan have 3PIN only ( GND , VCC , TACHO ) I'm...
I want to use this library with ESP32, but the project cannot be compiled, it says an error. I installed the analogWtire library. d:\Moje dokumenty\Documents\Arduino\libraries\FanController-master\FanController.cpp: In member function 'void FanController::setDutyCycle(byte)':...
All credit goes to Sam Knight for his FastPWM library - PWM.h https://code.google.com/archive/p/arduino-pwm-frequency-library/downloads https://forum.arduino.cc/t/pwm-frequency-library/114988 https://github.com/RCS101/PWM Changes summary: 1. All changes are for AVR platform only. 2. Added pwmMode constructor variable,...