Hey Everybody,
I hate the fact that my first post on here is one asking for help, but I have a project I am working on and need some assistance. Please feel free to let me know if you think another item would work better.
Here's what the idea is.
I want to create an XY table. A system that can move along the X and Y axis. This is going to be set up as if the Z axis is going into a table top, the X and Y axis are set up so that they move around on the surface of the table. I want to control the location of a servo attached to the system by means of predefined coordinates. I want to be able to have a list of, let's say, 12 coordinates. I want the stepper motors to move a servo to each coordinate, have the servo rotate a number of degrees (approx. 30 degrees) and then back the same number of degrees, and then move on to the next coordinate and so on for all 12 coordinates. Does this seem feasible? I imagine I will have to do some calibration with the coordinates but that is fine.
Now, my thoughts for the overall control of this system. Use an Arduino Mega 2560 [ Arduino Mega 2560 R3 - DEV-11061 - SparkFun Electronics ] (I am open to suggestions for which board to use) for the main control, have a button that is pushed to initiate the sequence, a stepper motor driver that controls two stepper motors [ http://www.sparkfun.com/products/9238 ] for movement in each of the axis, and then have a servo controlled via the Arduino Mega.
Here are my problems:
-
Can a quadstepper motor driver board [ http://www.sparkfun.com/products/10507 ] successfully control these two stepper motors in the way I would like, or do I need to interface two easydriver stepper motor drivers [ EasyDriver - Stepper Motor Driver - ROB-12779 - SparkFun Electronics ]?
-
Code? I have experience with Picbasic and such and have been reading into the code used with arduino. I looked at some of the examples provided with the sketch environment and have an idea as to how it works, but as far as carrying out the coordinate sequence I am unsure of.
-
Are there any other items that any one can think of that I should incorporate into this system?
I know this is a lot of information to take in but I wanted to make sure that I show that I've done my research and I just need some input as to what direction to go. Again, I've worked with pic's and picbasic but I think arduino seems a lot more user friendly and has a lot more potential. So I figured I should make the transition! Also, Check out my picture to see a simple sketch of my desired system. Thanks.
-Marcus