Hello, Im new to this forum!
I'm in the process of building a robot that solves a rubies cube. I've written the part of the program that provides the solution to any scrambled state.
Now that it's time to design the robot, I was planning to use two motors. One that pushes and holds the cube and another that rotates the base on which the cube sits.
Similar to: Lego Mindstorms Rubiks Cube Solving Robot - YouTube
So my question is: For the motor tha controls the base, is it better to use a servo or a stepper? I was considering a stepper as it has 360 degree of motion with good precision. The program will be much easier to write for 360deg freedom (since the solution consists of many 180 degree turns of a fave). Albeit, it can be written for a 180deg servo but it'll be harder and slower.
What would you guys suggest?
Thanks.