KlausMu / esp32-fan-controller

ESP32 fan controller with temperature sensor and MQTT
272 stars 48 forks source link

support for 2 fans #22

Closed belangerpascal closed 5 months ago

belangerpascal commented 6 months ago

I'm looking at using your code to control fans inside a rack mount enclosure and would it be possible to control 2 fans?

Thanks

KlausMu commented 6 months ago

2 fans with the same pwm signal? Should work, simply try to connect the PWM pin to both fans. Tacho pin should be connected to only one single fan. Makes only sense if you have two identical fans ...

If you want to control 2 fans independantly from each other, with different pwm values, software needed to changed.