I've got a 7 year old and a 5 year old lad both itching to start a robotics project.
we're going to go for a simple small mechano based wireless robot, controlled from an android tablet and hopefully eventually with a camera and some headlights. (future mods would include collision detection, range finding self-drive).
I've written android and iPhone/ipad apps in the past so I'm happy about the coding side of things.
I work in IC design so I "should" be ok on the hardware side of things, I say "should"
I've got my pi, its now wireless and hopefully should be soon battery powered off of a 7.2V RC car power pack (suitably stepped down via a linear regulator to 5v).
My question is, which stepper motors (2 centre wheels with swivelling dollies at either end)
I've been looking at loads but I'm stumped on the whole supply V vs torque vs cost consideration.
what sort of size/power will i need for a small mechano based robot?
heres one I'm considering:
ROB-09238
http://www.hobbytronics.co.uk/robotics/stepper-motor
any good? rated at 12V but CAN i drive it with 7V from the rc power pack?
Then theres the drivers for the steppers, 2 I've been looking at are:
http://www.ebay.co.uk/itm/Dual-H-Bridge ... 0743762410
and
http://www.schmalzhaus.com/EasyDriver/
I seem to remember the GPIO outputs of the pi are open drain (can only pull down) so I presume they need a pull up turned on or an external pull up. (?)
Considering the easydriver, it needs 2 gpio outputs, one for pulse and one for direction.
I notice the pulse is active on the rising edge of the input (GPIO output), wont this be slow because of the "weak" pull-up ?
it says
"EasyDriver requires a 7V to 30V supply to power the motor and can power any voltage of stepper motor"
does this mean that with a 7V supply, you need a stepper motor that can handle 7V?
alot of silly beginner question here, I'd really appreciate any help anyone can offer
S