ArduinoGeneral

Libraries compatible with DRI0023 Stepper Driver

userHead Account cancelled 2018-07-30 04:49:53 2721 Views1 Replies
Are there any arduino libraries that are compatible with the DRI0023 stepper driver board? I have the sample code working but the example is of limited utility. Also, I can only get the motor to work at one speed- changing the wait times doesn't seem to do anything.
2018-08-01 09:43:46 To control the speed, you don't need to use a library, if you want to change the stepper motor speed, you just need to change the delay time in the code, you can also calculate the speed by the micro step resolution. userHeadPic robert.chen