I am planning to make the Startracker by JJrobots (link here: StarTracker – jjrobots) and I cannot find this one part anywhere on the internet (I even used the wayback machine and stuff like that). I'll post a picture of it down below. It is the orange-looking circuit board which is labeled "Stepper motor control module" or something like that. It has a link below that says "board redacted" so I assume that it is discontinued. I was wondering If I could use the JJrobots brain shield along with a Leonardo and a stepper motor driver instead. And if I do does anybody have any code adapted for the brain shield? Thanks for the help.
-Raidriar01
https://ibb.co/pWpkHkr
there is the link to the image of the board posted on the website
(the bottom board below the arduno mini is the board I have questions about)
Any small stepper (200 steps/revolution or higher) with enough torque to turn the screw will work. Pololu has a good selection of stepper motors, stepper drivers and setup guides.
It should, as long as both legs are the same length (RotationRadiusMM). It's set up for metric measurements and threads but it could be adapted to other units. The ratio of RotationRadius to ThreadPitch is the only important thing so they just have to be in the same units.
Ok, I'm new here so I have no idea what you just said. Would you mind explaining to me what the legs and Threadpitch as well as the rotationradius is and how to measure them to input the correct units into the code? Sorry for bothering you, I'm not very good with all this coding stuff haha.