Controlling the motor controller from the Arduino #21
Replies: 1 comment 2 replies
-
On the first 2 controllers (that I broke) I just sent PWM to the signal pin where the potentiometer would go. On the latest controller that didn't work for some reason so I just traced the output from the microcontroller on the board to pin 3 on a mosfet driver (or buck converter, didn't find a datasheet). The walfront boards seems to vary a lot tho! So be sure to measure and verify that it's the correct pin. You should see a change in voltage on the driver pin when you adjust the potentiometer. Made this masterpiece on my phone since I'm on the go, but the one in the yellow circle is the driver and the crossed over one is the microcontroller I desoldered: |
Beta Was this translation helpful? Give feedback.
-
This is an amazing idea. I am giving it a go. I am trying to figure out how you use the Arduino to control the motor speed with PWM. Are you intercepting the signal from a 555 timer? Is there a wiring diagram that shows where the Arduino is connected to the motor controller? Great project.
Beta Was this translation helpful? Give feedback.
All reactions