Forgive me if I don't provide the proper terminology; I'm pretty new to arduinos and have been trying to experiment with different modules recently. I've never used an arduino stepper motor, so today I decided to mess around with one. I followed a youtube tutorial which uses the exact same kit and code as what I have set up.
For reference, the tutorial can be found here: https://www.youtube.com/watch?v=CEz1EeDlpbs
I have 3.3V/5V power supply that I powered up with a 9V battery (I know I shouldn't use 9Vs but I just wanted to run a simple test on the motor). Initially I tested the power supply independent from the breadboard which was successful -- after pressing the toggle switch the green LED lights up and everything seems fine. However, after plugging the PS into the breadboard, the PS wouldn't turn on.
Long story short, I've found that after positioning the PS onto the breadboard it will only turn on when the stepper motor is disconnected from the motor driver. The driver seems to work fine -- the driver's ABCD LEDs change every time the arduino sends the command (on a 300ms delay, confirmed with the serial monitor).
My question is, why does connecting the motor to the driver seem to short circuit the PS? Is it likely that the motor is defective?
I can provide code and pictures if necessary, but I figure the answer may be obvious to some of you even without a reference. Thanks for your help.
