Questions tagged [stepper]

Software for managing microcontroller input and output for controlling stepper motor hardware; To be used together with the platform tag.

Steppers are very precise motors that give a very precise control on their rotation. The full rotation is divided into steps and the driver circuit of the motor allows to execute commands that precisely move the motor by a given number of steps, in a given direction and at given speed.

Use this tag exclusively for software-related questions such as:

  • stepper control code
  • libraries controlling steppers
  • producing/processing I/O related to steppers

Use this tag in combination with the hardware environment, such as or .

More information:

297 questions
-1
votes
1 answer

How to control the speed of a stepper motor using PID control and ultrasonic sensor?

Little backstory: I'm currently doing this project that deals with using two cars, called block A and B, which block B has to maintain a distance of 10 cm from block A using PID, PD, PI, or P. I'm using a PID. Block B uses an Arduino whereas Block A…
-1
votes
1 answer

Why is my react stepper component is look like small?

I've used material-UI stepper to make multi-step form inside of the Drawer content which also a material-UI Drawer. But when I use that stepper code it looks like the below picture. So, where is the error? And that stepper code would be…
Dulya Perera
  • 147
  • 2
  • 11
-1
votes
2 answers

Material UI Stepper 4 Different Connector Color at 4 different steps

I was wondering if it was possible to have multiple connector colors with a different one at each step. So the first connector would be blue the one after that would be green then yellow then red all while keeping the previous color the same. The…
-1
votes
1 answer

Blazor Webassembly validation not support individual field validation

Blazor validation not support individual field validation, its only validate all fields at a time in context. if i load my page at once in separated tab or stepper, validate controls partially not all fields. Is it possible? Please give me the…
-1
votes
1 answer

Holding Torque of Nema Stepper Motor

I am working on a handmade 3D printer. I have two pieces of Nema - 11 Bipolar Stepper motor for my project and I want to connect it directly to vertical crank as in the picture. (There is no extra element such as stepper pulley) These steppers will…
Berk Altun
  • 27
  • 2
  • 8
-1
votes
2 answers

Stepper motor control via RC receiver

I am new to Arduino programming and have spent a couple days getting this far, but cannot seem to figure out why this code is not working. I am trying to control a stepper motor using a hobby grade remote control RX/TX. I have an RC receiver sending…
-2
votes
1 answer

How to change the error icon in MUI Stepper

I need to to change the error icon of a MUI Stepper which is by default : But the expected icon is I know that I can use labelprops.StepIconComponent but I can't integrate it in the code Here is the link of the Sandbox…
Abdelkader
  • 43
  • 8
-2
votes
2 answers

How to skip a step if a condition is met in a previous step - Stepper | Angular Material

How do I skip a step using a true/false condition of a variable present in a few steps back?
Kountou
  • 1
  • 2
-2
votes
1 answer

How to move forward and backward with the Arduino Stepper motor?

I want to create an Arduino program for a system that has three buttons and one stepper motor. If button 1 is pressed, the stepper should go for example 50 steps forward. If button 2 is pressed, the stepper should go 50 steps backward. If button 3…
-2
votes
1 answer

Arduino Stepper Motor pointer in a Class is not working

I created a class to manage commands thru serial port and i am using a stepper motor but when i am trying to use step function is not working. I declare an object in arduino file and i used pointer of stepper object to wotk inside class. testing it,…
Matiasg1982
  • 399
  • 3
  • 5
-3
votes
1 answer

Serial data receiving multiple data

I have a C# application that is trying to read two motor positions from a stepper controller and seems to be getting confused - or at least I am. It works well if I am only asking for one motor position. To get the controller to send data I have to…
1 2 3
19
20