Replies: 1 comment 7 replies
-
The stepper driver board may not work with the 3.3V signals the Due provides, if so you will have to add level shifters.
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm new to DIY CNC stepper systems (Noob). I bought an old Shop Sabre 4' x 4' CNC router table that was computer controlled but the computer system was bad. Through some research I decided to switch to a grblhal setup with a Arduino Due. The table has large NEMA 34 steppers with standalone Stepper Driver boards that just need step/dir input. I assumed then all I needed was to hookup the step/dir outputs direct off the Arduino Due to the driver boards. I used the web configurator and configured the due with a Ramps 1.6 board as I need a ganged dual motor Y-axis. Testing the X-axis I get motion but it has erratic, jittery speed from point to point and not smooth. However it seems to be repeatable going back and forth from point to point. In testing I narrowed it down to the step/dir interface. So a couple questions.
Is the Ramps 1.6 board required? Should have pulled the step/dir from that board and not the Due directly?
Is there a better control board setup that would be better for this application?
Is there some settings that I'm missing that may smooth this out?
Thanks
Bob
P.S. used a couple different Gsenders but most of the testing has been with UGS.
Beta Was this translation helpful? Give feedback.
All reactions