Arduino+remote control for stepper

Hello,

my project is like this:

-stepper motor: for and backwards while hold button

  • drive to 2 or 3 preset positions by itself.
  • one should be able to setup these fixed positions easily
    -all should be controllable by a small remote control.
    -(display for setup?)

is this possible with the arduino?

Yes.

But if you don't know anything about programming or the Arduino I suggest you start with something simpler.

At the very least break your proposed project into a series of small steps - such as getting an LED to light when you press a button, getting a stepper motor to move, etc.

Don't buy a stepper motor until you understand about stepper motor driver boards.

...R

i soldered a l297+6203 driver combo for the stepper and used simple switches to provie enable, cw/ccw steps etc. works fine.

the problem is im on time pressure and currently working on the drive belt engine and assemplage things.

the display/remote control and coding is the the next and final step. well, i dont have much experience in that but i can code c and so far it worked all well.

i asked because in case it would be a unsuitable solution with arduino you guys could tell me fast. if i resreach the pro and cons on my own, wheter arduino is a good solution, id lose a few days i cant efford right now.

hope you understand.

so you says its possible...

greets