I'm trying to follow this tutorial:
http://myrobotlab.net/tutorial-control-a-dc-motor-with-raspberry-pi/
Now, while I'm not too familiar with Breadboards, since I dont have one, and can't afford one right now, I've had to take it into my own hands to carefully solder wires between the points. I seem to have everything done, but when I start the program, the motor DOES start a buzzing sound (don't hear it when the program is NOT running) which indicates I'm at least partway right.
So my questions are,
1: What would cause the motor to buzz but not move?
2: I realized after hooking it back up that the battery voltage goes into the same column as the motor plugs, so should I assume I have to actually put the batter power supply soldered to the motor jacks too, or is something else going on?
3) I plan on putting a 5v rechargeable battery pack into a parallel circuit with the USB, so the USB plug when it's plugged in also charges the battery pack. Am I correct in assuming 4 rechargable batterys at about 1.2-1.3v would meet the USB's power, and be suffecient to power the devices on the 5V pin?
Because I'd prefer to have the battery pack just hooked up on the overall power line for the Pi, and have the motors being powered off the 5V pin, but is there a hardware incapability that would stop it from working? I just figured having the battery pack trying to power the Raspi the other way AND wiring it to the motors might make too much of a voltage drop.
But while I'd like to consider myself pretty invative, I'm still relatively new when it comes to low-level hardware.
Thanks for any help!