I am building a functional Iron Man suit.
I have successfully designed and built the repulsors and arc reactor, and the entire circuit is voice controlled using VRBot. I have also mounted a WaveShield on the unit, to hear responses from "Jarvis". However, the next step involves moving pieces of the armor using stepper motors. I have never worked with any kind of motor on a circuit before, so I'm really at the mercy of this forum for answers.
I need to control 10 stepper motors, most of which need to rotate 180 degrees one way, and then back again at the next command. I've looked at the MotorShield from Adafruit, and it only allows for 2 stepper motors. Also, I am using a 5V power source (lithium ion).
So, my first question is, what type of stepper motor can I use with the Arduino Mega? I'm looking at ordering them from Abra Electronics (since I live in Canada) - click on the motors link, than stepper motors, and it will bring up four options, but I'm not sure which ones suit my needs. Also, if none of those seem like what I need, I'm not opposed to ordering from Digikey or something similar. Most of the armor pieces won't require a lot of torque to move, but a few might, and all of the motors I've found exceed 500mA (I think the max current allowed per pin on the Mega is 40mA or 50mA?)
Second question, how do I mount something to the drive shaft? I'm using plastic gears, so I can't really screw into the side... Super glue? I hope it's not a stupid question, lol.
Any help here would be greatly appreciated. If I have to design my own board, a schematic would greatly help me, as I'm still fairly new to microcontrollers and related hardware.
On a side note, does anyone have a good website where I can easily learn how to Multiplex/Charlieplex? I've read that this is the most effective way to run 7 LEDs in parallel, and not exceed the max current draw on one pin.
Thanks so much in advance for your help.
TonyStark