600,887 active members*
2,917 visitors online*
Register for free
Login
IndustryArena Forum > OpenSource CNC Design Center > Arduino > GRBL servo Z axis + unipolar driver library
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2018
    Posts
    0

    GRBL servo Z axis + unipolar driver library

    Hi,
    is there an Arduino GRBL library mod that supports both Z axis with servo and unipolar motor drivers (4 wire uln2003)?

    I found a mod library for unipolar motors and another one using standard bipolar motors and servo control for Z axis.

    I could eventually blend them but It would take unknown amount of time to find the corresponding mods.

    I am building a pcb engraving plotter with 28byj-48 motors and a servo on Z.

    I know there is a mod for the motors to turn them bipolar but I think the torque is ok (2 motors per axis) and have to rewire the build for new motor drivers.

  2. #2
    Join Date
    Mar 2015
    Posts
    441

    Re: GRBL servo Z axis + unipolar driver library

    The arduino (UNO, Mega) grbl software outputs a step/dir/enable signal. As long as the driver can handle these signals, you are OK. And that is where you get into trouble. Your UNL2003 requires a lot more than just step/dir/enable signals.

    Modifying grbl to accept unipolair drivers is a huge project and due to lack of memory, not feasible for an Arduino UNO. I think getting a grbl compatible board/shield and some step stick drivers (TMC2209. DRV8825) would be more feasible.

  3. #3
    Join Date
    Apr 2018
    Posts
    0

    Re: GRBL servo Z axis + unipolar driver library

    It works with uln2003 drivers + Z servo:
    -https://youtu.be/f6xCfzfiD6Q

    This is the library:
    -https://github.com/ruizivo/GRBL-28byj-48-Servo

    It is a bit tricky if you want to change the stepper motor and servo pwm pins to different ones than these in the library.

    And it works with Arduino nano.

    I am currently having some strange issue that the video maker does not have (he runs some plotter with Z servo and uln2003 driven motors).

Similar Threads

  1. Replies: 5
    Last Post: 04-07-2021, 08:34 AM
  2. sla7033 stepper motor driver (unipolar driver?)
    By Emanuelg in forum Stepper Motors / Drives
    Replies: 1
    Last Post: 01-12-2017, 10:54 PM
  3. GRBL with unipolar Steppers Information required
    By mb.raghavendra in forum Open Source Controller Boards
    Replies: 2
    Last Post: 12-03-2015, 09:07 PM
  4. UNIPOLAR DRIVER WITH L297
    By wl888 in forum Open Source Controller Boards
    Replies: 4
    Last Post: 10-25-2012, 12:24 PM
  5. 3 axis unipolar motor driver board
    By serkanozfe in forum Stepper Motors / Drives
    Replies: 1
    Last Post: 02-15-2005, 08:28 AM

Tags for this Thread

Posting Permissions

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