waspinator / AccelStepper

Fork of AccelStepper
http://www.airspayce.com/mikem/arduino/AccelStepper/
Other
143 stars 83 forks source link

High Speeds with setSpeed() #3

Open Akash-Pardasani opened 6 years ago

Akash-Pardasani commented 6 years ago

Hi! I am working on a project which requires stepper motors to be driven at high speeds like 5000 steps/sec and Class documentation discourages use of setSpeed() function for speeds more than 1000 steps/sec setSpeed() Documentation

Does anyone have some suggestion on how I can still use AccelStepper and Arduino for this purpose or should I move to Raspberry Pi/some industrial stepper controller?

dhruvah commented 1 year ago

Hey @Akash-Pardasani did you figure this out? I am running into the same issue. Were you able to get faster speeds with Rpi/industrial controller?

mbohben commented 1 year ago

any solution regarding this?