Hello
I'm completely new to Arduino and I'm looking to make a small test box. To be honest I'm not sure if Arduino is the best option but I thought I'd ask.
Basically I have a requirement to test many 12V 4 wire DC Brushless Fan. The fan operates on 25KHz PWM and I want to also read the RPM and display it to a LCD. Additionally I'd like to vary the duty cycle between 0 and 100 with a pot.
I've spent a long time looking at forums and Youtube and I've seen sections of this being done but I'm really not sure if this is something that can all be done together.
So, is it possible to generate a 25KHz PWM signal, with the duty cycle controlled via pot, and the RPM of the fan read back through the Arduino and displayed on a LCD? If so, which Arduino would be best?
The stretch goal for this (as it were) is to test multiple fans at the same time. I don't have an issue powering them all through a PSU as I appreciate it wouldn't be suitable/possible to run all of that through the Arduino.
Thanks very much for any help in advance. As I said, I've not dabbled in Arduino before but I really want to use this as a stepping stone to more Arduino based function test equipment.
Darryl