Well this is my first attempt at modifying this code. I know it won't work but I wanted to see if I could get somebody to steer me in the right direction. I commented out all the analog stuff and just tried to put in a...
Thanks, I was thinking I would need dpdt switches to do that way. With a 10k pot A1 is 5k to Vcc and 5k to gnd when the pot is centered and the motor is off, correct? Would it be better to just add the buttons to 2...
I have no idea what all that is, I just want the motor to run forward when the button is pressed, stop when released, and the same for the reverse button.
I need to change this code so that it uses 2 buttons (forward and reverse) instead of the pot. I tried to just connect to switches to A1 and 5v and A1 and gnd. but that doesn't work. The pot is for one axis of a...
First, I didn't wright the code, I just copied from this page https://how2electronics.com/control-stepper-motor-with-drv8825-driver-arduino/ I'm using the same connections and driver (drv8825) but a T3.2 instead of a...
Thanks, I have the BLDC working well now, which is the motor for the boat prop. It's connected to one axis of a joystick. It runs well in forward and reverse with speed control. Now I need to get the stepper motor...