. .

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    My understanding of your situation is that you have a CNC shield which is effectively acting as a breakout board for the arduino GPIO pins.

    The CNC shield can either have small driver chips attached (like in this instructable link) or you can connect to external stepper motor drivers, like you seem to be trying.

    In your case, I'd expect the external drivers to be connecting to the XYZ Step / Dir pins on the left hand side of the shield, rather than the pins that you show them connected to. I think the ones you've got them wired to are the output for the motor driver chips which would go directly to the stepper motors - but without a pinout diagram its hard to say.

    The drivers should have STEP or PULSE + and -, DIR + and -. Those are the four pins you want to connect to your shield.


    To understand why, you need to have a grasp of how we turn G Code into Stepper motor movements. The first stage is to translate the Gcode command into a direction and a number of pulses for the motor (there are many pulses per turn - it depends on the motor, but typically 200). This is what your arduino is doing. The CNC shield is simply moving the output of the arduino from Pin N to a helpful location for you to plug into. You then need a stepper driver which turns these pulses and directions into currents which go through the two coils in the stepper motor which cause it to move in one direction or the other. The confusing bit here is that your CNC shield can accept small chips which do this job, but you're not using them!
    Last edited by AndyUK; 19-06-2019 at 10:46 AM.

  2. The Following User Says Thank You to AndyUK For This Useful Post:


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Arduino CNC Shield Power Routing
    By AcrimoniousMirth in forum Control Hardware & Systems
    Replies: 25
    Last Post: 03-07-2017, 07:37 AM
  2. eBay Nema23 Stepper mounts
    By Slixxor in forum Gantry/Router Machines & Building
    Replies: 7
    Last Post: 05-06-2016, 05:02 PM
  3. Replies: 0
    Last Post: 22-06-2014, 01:59 PM
  4. RFQ: RFQ Nema23 stepper mount
    By r0bsk1 in forum Projects, Jobs & Requests
    Replies: 0
    Last Post: 15-02-2014, 02:16 PM
  5. WANTED: stepper driver module
    By tinshak in forum Items Wanted
    Replies: 0
    Last Post: 16-01-2013, 09:31 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •