My fan worked fine, so I gave it WiFi
ellis.codes
My fan worked fine, so I gave it WiFi
1–10 of 97 posts
Re: My fan worked fine, so I gave it WiFi
#2Re: My fan worked fine, so I gave it WiFi
#3Re: My fan worked fine, so I gave it WiFi
#4Re: My fan worked fine, so I gave it WiFi
#5Re: My fan worked fine, so I gave it WiFi
#6Plus, this is more complicated than just doing PWM.
Re: My fan worked fine, so I gave it WiFi
#7Re: My fan worked fine, so I gave it WiFi
#8Personally I'd just use breadboard, it's just a 8 pin IC and a ESP module, for a one-off hack..
Re: My fan worked fine, so I gave it WiFi
#9I don't like the notion of doing speed control by putting a digipot in series with a motor. It worked because the fan happened to be low enough power but it doesn't seem like the author gave thought to the power handling capability of the digipot. If the fan happened to be beefier he's letting the smoke out with this design. Plus, this is more complicated than just doing PWM.
Re: My fan worked fine, so I gave it WiFi
#10I don't like the notion of doing speed control by putting a digipot in series with a motor. It worked because the fan happened to be low enough power but it doesn't seem like the author gave thought to the power handling capability of the digipot. If the fan happened to be beefier he's letting the smoke out with this design. Plus, this is more complicated than just doing PWM.
Based on the description of the wiring to the motor (24V, GND, POT1, POT2, NC), it doesn't sound like the original setup would have been drawing much power through the pot either -- there's probably something else on the other end of that wire that is doing modulation based on the sense resistance, and the motor is itself drawing power from the 24V line. So while it's true that there should be a check for the allowab…