After an hour and half of trial and error, I still could not power my DC motor.
I have tried sending digital signals of HIGH and LOW to different pins on the motor controller, but still no luck.
Just wondering if anyone happen to know how to operate this board. I just need a basic ON / OFF and DIRECTION for a DC motor. NO need for speeds. Thank you.
Have you connected a motor power supply?
Have you connected the ground to the arduino ground.
You are using pin 3 as a PWM pin. This pin is not capable of PWM, use a pin that is, like pin 5 or pin 6.