-
Notifications
You must be signed in to change notification settings - Fork 296
Walk through, using a Due and lower power stepper motor drivers
Justin Clift edited this page Jan 28, 2020
·
2 revisions
This walk through will show how to assemble an Arduino Due with 4 lower power stepper motors, configure them for operation, install g2core on the Due, and then install + configure useful extra hardware (limit switches).
The same principle can be applied to higher power ("external") stepper motors, though it's a much better idea to buy a shield for the Due specifically for this purpose.
The significant pieces we'll be working with in this guide:
- Arduino Due
- 4 x lower power stepper motors
- 4 x lower power stepper motor drivers
- A power supply, for the stepper motors
- 3 x limit switches (TBD)
General supporting pieces we need for the above to work:
- Something to mount the stepper motor drivers on. We're using generic protoboard in this instance.
- Jumper leads to connect things
- A USB-A to micro-USB cable, for connecting my computer to the Arduino Due
Getting Started Pages
- Home
- What is g2core?
- Who uses g2core?
- Jerk-Controlled Motion
- Getting Started with g2core
- Connecting to g2core
- Configuring g2core
- Flashing g2core
- Troubleshooting
Reference Pages
- Gcodes
- Mcodes
- Text Mode
- JSON Communications
- GPIO Digital IO
- Alarms & Exceptions
- Power Management
- Coordinate Systems
- Status Reports
- Status Codes
- G2 Communications
- Tool Offsets and Selection
- Probing
- Feedhold, Resume, Job Kill
- Marlin Compatibility
- 9 Axis UVW Operation
- gQuintic Specs
Discussion Topics
- Roadmap
- GPIO for 1.X Releases
- Toolheads
- Raster Streaming Prototol
- g2core REST Interface
- Gcode Parsing
- G2 3DP Dialect
- Consensus Gcode
- Digital DRO
- Overview of Motion Processing
Developer Pages
- Development & Contribution
- Branching and Release - DRAFT
- Getting Started with g2core Development
- Project Structure & Motate
- Compiling G2
- OSX w/Xcode
- OSX/Linux Command Line
- Windows10 w/AtmelStudio7
- Debugging G2 on OSX
- Board and Machine Profiles
- Arduino Due Pinout
- Arduino DUE External Interfaces
- Diagnostics
- Debugging w/Motate Pins
- Development Troubleshooting
- g2core Communications
- Git Procedures
- Windows 10 / VMware 8 Issues
- Dual Endpoint USB Internals
- G2core License
- VSCode Setup
- Compatibility Axioms
- Wiki History