Well yes, an arduino and stepper driver would be needed... Look at the examples, particularly for
analog input and for the AccelStepper and Stepper libraries.
The Arduino will "forget" where the stepper was when it is powered off. It is usual to have a startup routine to move the stepper to a HOME or ZERO position that is detected by a limit switch and then count steps from that.
As you have not said what you are trying to achieve I wonder if a servo might be a better option as it has in-built position control.
Write short programs to control the motor, to control the actuator, to detect the position etc. When you know how do each piece separately it will be time to start joining things together.
Write short programs to control the motor, to control the actuator, to detect the position etc. When you know how do each piece separately it will be time to start joining things together.
Well the position sensor appears to run from 5V and provide an analog output, you
can drive a stepper driver via the AccelStepper library, so no special requirements I think.