Maker Pro
Maker Pro

Control the dc motor 40A controller

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
You might be able to use an analogy output from the Arduino (suitably filtered) as a replacement for the pot of it is just a variable voltage divider.
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
Yes, that's exactly what you use. Then you filter it to get a DC voltage proportional to duty cycle.

Google "Arduino pwm analog voltage"
 

WHONOES

May 20, 2017
1,217
Joined
May 20, 2017
Messages
1,217
If you have PWM available from your Arduino, you don't really need the speed controller. Just connect a large MOSFET to the PWM output and program accordingly. You will probably need a totem pole driver circuit to successfully drive a large FET from your device. Sounds horrible but is dead simple.
 

WHONOES

May 20, 2017
1,217
Joined
May 20, 2017
Messages
1,217
Yup, that would probably do it or a IRLB4030.
If you have trouble with the totem pole driver then come back.
 

WHONOES

May 20, 2017
1,217
Joined
May 20, 2017
Messages
1,217
AS I said in #5, you don't need a separate speed control module. You can derive that directly from your Arduino with a large FET using the pwm you were planning to drive the module you bought. Much simpler.
 
Top