- Joined
- Feb 28, 2020
- Messages
- 22
- Reaction score
- 41
I'm not sure if there is. I've seen a couple of other pwm boards on Adafruit but couldn't find any details on frequency in the specs. I've never used the PCA9685 board before but is there a way to lower the resolution and push up the frequency that way?
I was actually a bit surprised by the lack of options there are for fan control when it comes to hardware. Maybe it's because its mainly done via a motherboard of a pc.
It would be nice to have some hardware support for pwm fan control if there is a suitable board for it. Variable fan speed might not be critical for a reef but it could make for better chiller options and control. Bigger fans on lower rpms means less noise but with the possibility to kick it up when the need is greater.
You could use an arduino board to read the PWM signal from the pi and then output it at higher frequency to the fans. By adjusting the prescaler you can set the output frequency to about 25khz. I did this with a nano to modify the signal from a bluefish controller for fans on my DIY light fixture.
(Planning to switch the light over to my reef-pi eventually :)
Arduino - SecretsOfArduinoPWM
Open-source electronic prototyping platform enabling users to create interactive electronic objects.
