Page 1 of 1

10A DC Motor Driver Arduino Shield STOP function?

PostPosted: Mon Mar 16, 2015 9:52 pm
by carlosap
is there a stop function or code to make the motor control not to try to drive the motors when powered up? i try to stop it by doing this:

analogWrite(RightMotorPWMPin, 0);
digitalWrite(RightMotorPWMDir, LOW);

analogWrite(LeftMotorPWMPin, 0);
digitalWrite(LeftMotorPWMDir, LOW);

but every time i plug the battery it starts driving the motors. is there a better way?

Re: 10A DC Motor Driver Arduino Shield STOP function?

PostPosted: Mon Mar 16, 2015 10:48 pm
by ober
How is it running when battery is plug? can you capture a video? Please also share the actual hardware with the mini jumpers configuration, how about the RightPWMPin and other pin, is configure to?

Re: 10A DC Motor Driver Arduino Shield STOP function?

PostPosted: Mon Mar 30, 2015 8:38 am
by carlosap
Is the shield compatible with Arduino Mega 2560 R3? or it is a pre R3

Re: 10A DC Motor Driver Arduino Shield STOP function?

PostPosted: Mon Mar 30, 2015 11:51 am
by Idris
carlosap WROTE:Is the shield compatible with Arduino Mega 2560 R3? or it is a pre R3

Hi carlosap,

Yes, SHIELD-MD10 is compatible with Arduino Mega 2560 R3. For more information, please refer to SHIELD-MD10 User's Manual.