To get started, I purchased
To control my stepper motor from my Arduino card, I purchased
- 1 Arduino Uno R3
- 1 Stepper Motor 42BYGH47401A: https://hackspark.fr/fr/step-motor-42bygh47-401a.html
To control my stepper motor from my Arduino card, I purchased
- 1 CNC shield for Arduino kit (GRBL compatible): https://hackspark.fr/fr/ramps-1-4-5x-stepper-motor-driver-mount-shield-for-arduino.html
- 1 motor driver DRV8825 with heat sink: https://hackspark.fr/fr/drv8825-stepper-motor-driver-with-heat-sink-widely-used-for-3d-printers-and-reprap.html
GRBL implements a so called G-Code: it's a language that allows to give orders to a CNC machine. Machine tools are usually monitored with 3 or 4 axes. In the case of my 2D plotter, the idea is to use the CNC shield for just 2 axes; optionally a third axis to move up and down the pen.
I had a Windows PC on which to install Arduino IDE: the latest version can be downloaded from http://www.arduino.cc/en/Main/Software (v 1.6.4 in my case)
Hence the following path:
Hence the following path:
- Getting my PC connected to Arduino
- Compiling and sending GRBL on Arduino
- Plugging Protoneer CNC shield and configuring DRV8825 driver
- Plugging my stepper motor and testing it
This video also gives a good idea of where we are heading to:
No comments:
Post a Comment