I am currently building a 3D scanner turntable and I can’t figure out what stepper motor I should buy.
Here are some things to consider:
The plate will be made out of 3/4" MDF and will be 2’ wide (diameter);
The plate’s weight will be supported by a ball bearings system (just like a lazy susan);
I need to support objects with a weight up to 5 pounds;
The motor’s shaft will be placed directly in the middle of the plate (no gears system, for maximum precision and simplicity);
I need a motor accurate enough to be able to calculate/simulate camera angle;
The turntable will turn at a very slow RPM (1 RPM or less);
I will be programming everything in a C/C++ program.
Here are my questions:
NEMA-17 or NEMA-23 (and why)?
What controller would I need? How can I communicate with the motor from a C/C++ program (Arduino or not)?
I was considering these:
NEMA-17:
Arduino UNO with Adafruit Motorshield V2
A NEMA-17 stepper motor with a 0.9° step angle
NEMA-23
Phidgets controller (still a little too pricy for me): http://www.phidgets.com/products.php?category=13&product_id=1067_0
Phidgets stepper motor: http://www.phidgets.com/products.php?category=23&product_id=3330_0
Thanks!