My question, and the problem I’m running into though, is where the heck do I find the Sketch to upload to the Uno to make all of this work and communicate with itself? When I went through the GRBL files (on the link I posted above) I didn’t see anything, and I can’t seem to find anything online about what Sketch needs to be on there. If anyone could assist with this, it would really help me out a lot.
I had ordered some earlier, however I got the wrong pitch (the distance between pins), and they were much too large. These should be the right size for my EasyDriver boards though. Lesson learned (thankfully they're pretty cheap).
Let me know if you plan on doing something similar. I would be interested in hearing your thoughts and experiences too!
I am planning to add stepper motors to a small lathe to experiment with CNC turning and, hopefully, 3D printing. I have the motors and Pololu 4988 drivers.
I am being perverse, however, as I plan to write my own simple Arduino software and have the G Code interpreted by my PC. That is, a lot of the work that's done within GRBL will happen on my PC. This was mainly prompted by the complexity of the Arduino software for 3D printing. I believe the PC is bestter for the "heavy lifting". The only thing it can't do since parallel ports disappeared is control hardware with consistent timing - hence the role for the Arduino.
Initial tests leave me reasonably confident that my approach will work but the project has been on the back burner for a couple of months - may come back to the front shortly.