83Views0Replies
Program a stepper motor (arduino)
Hello,
For a future project I will use some stepper motors but I don't really know how to program them (in C++ arduino) in order to make something like that :
one pulse cw
delay(x)
one pulse cw
delay(x)
...
what I don't know is how to code the "one pulse",
the goal is to make 4107 pulses in 24h
I hope I was clear :)
I don't know if it's important but it's a 28BYJ-48
thanks !
Comments