How much delay did you put in after each step? How loud is the motor and what kind of noise does it make?
2 thousands of a second between steps, though I'm wondering if I hit a point of diminishing returns and may just back it to 4 or 5 thou to be safe.
This one's so small it's completely silent. None of the three I ordered have reduction gears, so I'm guessing the two larger ones will be very quiet as well.
Wonderful job Mark! That super micro stepper motor looks like it could come in handy for a number of projects. I was wondering if it could be used as a switch motor for a code 55 turnout. I don't think it could work with a Peco turnout since the spring would have too much tension, but do you think it could activate an Atlas code 55 turnout? It could be made to look like a real turnout motor.
I'm sure it could throw a set of free floating points, but probably not anything with a solid or even notched closure rail. Unless you'd want to implement this specifically for the challenge, I think hidden under-the-table solutions would be your better bet for turnouts. The larger stepper linear actuators would definitely work for an under-the-table option.
Also, what modifications did you use for the Arduino code?
I found the default stepper library was powering 4 wires like so:
1010
0110
0101
1001
Were as I need the sequence to be:
1000
0100
0010
0001
I'm still crossing the beginner/intermediate line, so I may still be clueless on this but I don't understand how the default sequence would ever work.