Skip to content

Wiring up external drivers without ramps board #200

Answered by fra589
john-johnston asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @john-johnston,

The grbl-Megs-5X's default pinout is described in the wiki here: https://github.com/fra589/grbl-Mega-5X/wiki/grbl-Mega-5X-pinout
For connecting externals steppers drivers without using the RAMPS board, you need to connect the 'step', 'direction' (and disable if needed) pins directly to the Arduino pin described in the wiki,



Example for the X axis, the pins are respectively Arduino's A0, A1 and D38.

Finally connect the driver's +5v and GND input to the Arduino's 5v & GND for powering the logic of the stepper..

@++;
Gauthier.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JeffHank1
Comment options

Answer selected by fra589
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants