Questions tagged [microstepping]
14 questions
1
vote
2 answers
Driving step motors using microstep drivers with teensy 4
I am trying to drive two stepper motors NEMA23 with two DM542 microstep driver (one for each) and a Teensy 4.1 as controller:
http://tinel.com/uploads/DM542.pdf
Please find datasheet of DM542 here:
https://kitaez-cnc.com/f/dm542.pdf
I am able to…

Armand
- 21
- 4
1
vote
2 answers
Fake microstepping in A4899 and LV8729 stepper-drivers?
I built a test jig to experiment with a friend's 16-pin A4988 stepper driver, and even added bi-directional LEDs to the outputs and, regular LEDs to the inputs, to see if it behaved as expected.
By default, it does a full circle in 200 steps, and…

GnuReligion
- 21
- 4
1
vote
0 answers
Missing steps while rotating stepper motor with gear 20:1 and driver tmc5160
as per the title I'm using Nema23 stepper motor and 20:1 gear and tmc5126 stepper driver. 1) I'm providing 3amp of current to motor and 4096 of microstepping. 2) Motor was working on same configuration with RHINO 1101 external driver but not working…

Saurabh Sakhare
- 11
- 2
1
vote
2 answers
Stepper: Distribution of Microsteps within a full step
I am currently working on a project to precisely move a XY-table using stepper motors in microstepping mode. The goal is to reach 1/16 microstepping and there is an encoder with 4000 pulses per resolution to account for missed steps.
In full-step…

dev-
- 11
- 3
1
vote
1 answer
Stepper Motor current rating and microstepping
I am working with stepper for first time and want some suggestions. Motor runs smooth but the problem is it gets hot after a few seconds. reason may be that i am giving it a bit higher than the rated current. I am planning to limit current to 0.31…

Sidk
- 161
- 1
- 4
- 11
0
votes
0 answers
Microstep driver with arduino to control DC motor
I am new to robotics and I am learning and understanding basic circuits. I am using two microstep drivers with a single Arduino to control the speed and direction of two stepper motors. Can I use microstep driver to control the speed and direction…

robie
- 1
- 1
0
votes
1 answer
How to turn 28BYJ-48 stepper motor to specific angle without rotary encoder
I am using an FPGA with a stepper motor (and ULN 2003 driver board) and have not been able to make it go to a specific angle. I am using verilog so Arduino examples such as this cannot be used but this is precisely what I want.
What I have tried…

Thermal_insulator
- 25
- 6
0
votes
1 answer
TB6600 Overstepping
I've got a TB6600 stepper motor driver connected via a common cathode connection to an Arduino (Elegoo) Nano microcontroller (1/32 microsteps, 1.5A, unknown NEMA 17). I'm asking it to move a number of steps, but every so often it will move way too…

Lucas
- 609
- 5
- 5
0
votes
1 answer
Torque half step/full step in stepper motor
At an exam, I was asked the following question:
A stepper motor has the greatest torque on its shaft in the 'halfstep/full step'.
Everywhere on the internet it says that full step gives the most torque. This was also the answer I indicated. I have…

Gaboskar
- 3
- 3
0
votes
0 answers
How to manipulate timer registers of Arduino Uno?
I already asked about How to achieve high speed microstepping? I even used Arduino Due to achieve high speed. Practically there was no difference compared to Uno but by changing baud rate I could see a huge change.
Apparently the right answer to…

2012User
- 135
- 1
- 7
0
votes
1 answer
How to achieve high speed microstepping?
I used an Arduino Uno with A4988 driver with 1/16 microstepping and tried to achive the highest speed possible. Using AccelStepper library
stepperX.setMaxSpeed(desiredspeed);
the speed was not satisfying. I got smoother and also slower result with…

2012User
- 135
- 1
- 7
0
votes
1 answer
Reducing step angle of stepper motor with gears
I am an electronics hobbyist and I have come across an issue with stepper motors.
I have an existing mechanical clock assembly that I want to drive with a stepper motor. Due to size constraints of the enclosure behind the clock assembly, I can only…

Tony
- 1
0
votes
2 answers
Microstepping stepper motors
Good day, I am investigating the effects of varying stepping angles of a stepper motor on its power consumption. How does microstepping affect the power draw of stepper motors?

Turtle
- 3
- 1
0
votes
5 answers
1/256 microstepping stepper motor
I am currently working on project that uses the spectrum created by a diffraction grating. I am using a stepper motor to rotate my grating. I want the stepper motor to move exactly 0.01 degrees and wait for detector to take the reading. After the…

Yadav Karthik
- 1
- 1