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
vote
1 answer

How to add href to a button in react material-ui stepper

I'm trying to redirect to a page when the user clicks on the "Book now" button at the end of a Stepper instead of displaying "Thank you for your interest". Can this be possible by adding an href="/booking" to a button at the last step? Or there is…
Bojan Mitrovic
  • 105
  • 1
  • 2
  • 10
1
vote
1 answer

How to assign a value to optional property of class

I've tried a bunch of different ways to assign a value to stepperValue to no avail. I get my Offence model filled through Firebase and I simply want to "assign" a stepper value to each offences so that I can make calculations i.e points X…
AvsBest
  • 435
  • 1
  • 4
  • 9
1
vote
1 answer

Passing Stepper value to another view controller

Pretty self explanatory code, my issue is the first print shows the correct value but the second print always show 0. I'm trying to pass the value of the stepper to my next view controller (calcVC). Edit: Forgot to mention that my issue happens when…
AvsBest
  • 435
  • 1
  • 4
  • 9
1
vote
1 answer

React Stripe JS and React Stepper

Hello guys I'm pretty new at React js and I just started using the react-stripe-js. My question is, is it possible to make stay the value in Stepper Elements in React Stepper after changing page? Your answers are very much appreciated. Sample…
Peanuckles
  • 11
  • 1
1
vote
1 answer

How can I change step from child component?

I would like to display different components in a stepper, without use classic previous/next buttons. I started to use classic material UI stepper as an example, but now I'm wondering how can I manage to add a button in my PlanSelection component to…
Stompy
  • 11
  • 1
1
vote
0 answers

[android]how do use a vertical stepper github-code posted by 'ernestoyaquello'

i'm interested in android app developing. I want a make calculating month wage about some job. so i've watched adaptable source in github. url: https://github.com/ernestoyaquello/VerticalStepperForm I first moved the usage posted by this developer…
이민구
  • 11
  • 1
1
vote
1 answer

Multithreading / Multiprocessing with Python on a Raspberry PI with connected motors

I am new in this community and also in programming. I have some basic knowledge in Arduino programming and also in Python (nothing special, just blinky LEDs and so on). So I am now on a rather big project. I know it might be a tough one to start…
1
vote
1 answer

How to prevent event on Angular Material stepper

I am using material stepper on a Angular 8 project. I need to attach a button to each step, but I don't want to change the step each time the user clicks the button. So, how can I disable the stepper navigation only when click the button within?…
Jgascona
  • 1,201
  • 2
  • 13
  • 25
1
vote
1 answer

How do you use the accelstepper arduino library to move a specified number of steps, check an external input, then continue?

I'm trying to use the Accelstepper library to run my stepper motor. My objective is to run the motor for a specific number of steps, check to see if an external switch is pressed, and then continue at a constant speed. However, I have found that I…
Cipriana
  • 13
  • 3
1
vote
2 answers

Im trying to display a single value from a Double

I am trying to display a single value from a Stepper. Displaying the Stepper show a Double value within the Text interpellation. For example I set the value litreValue as a Double, then using the Stepper I can select a value, for example 8, however…
Craig Shine
  • 341
  • 1
  • 4
  • 12
1
vote
0 answers

Angular Material Stepper: How to set to 'not active' all steps?

I have an angular component with the following view:
Diego Sarmiento
  • 581
  • 3
  • 7
  • 25
1
vote
0 answers

Run non blocking steppers with serial communication on arduino

I want to drive up to 10 stepper motors at the same. All with a constant but individual speed. Meanwhile other calculations and data transfer is to be done. All Steppers have their own driver with dir/step pin. I use AccelStepper for non blocking…
1
vote
2 answers

Flutter: Stepper doesn't scrolling

I am trying to make a button bellow Stepper. The problem is, if I wrap it in a Column or ListView, scrolling in Stepper doesn't work. I tried to wrap them by NestedScrollView, scrolling is working, but the problem is that the button posted above…
a.zhonin
  • 11
  • 1
  • 4
1
vote
1 answer

Can a mat-checkbox be used as a matStepperNext?

I want a step within a stepper to have an agreement, but don't want the extra button that says "I agree with what I just checked to agree to". Just click on the checkbox and go. Using the standard Angular example, I swapped out the button for a…
AppDreamer
  • 1,266
  • 3
  • 16
  • 34
1
vote
0 answers

CSS selectors stepper arrows

I have a stepper with an arrow pointing to the right from stage 1 to stage 5. I want to change the color of the previous and the next arrow for the current stage when I move my mouse over them. The first problem is that I dont know how to get the…