Hi everyone, I'm very new to the Arduino and coding community.
I have been looking around for the last week trying to find a way to make a motor for a camera slider.
I have seen so many different types out there , but have not been able to find the type that I would like to build, I'm happy doing research, I even bought an Arduino book 'for dummies' in the hopes I can figure it out for myself.
What I want to do is have a keypad from 0-9 with arrows to control spin direction. The numbers will control the time the camera takes to move along the whole track, with the direction arrows being the start buttons for each direction and the stop buttons if needed, however the camera will stop as it reaches the end of the track.
Everything I have found online uses a sequence of switches to control the time it takes to move along the track. I understand how to do that now, but was wondering if anyone knew how much harder it would be to use the keypad method I've outlined above, and also what it would entail extra, if I were to use the keypad (eg. whether it be extra controllers or a different type of motor driver...) or if it is just changes to the code to account for the numbers pressed rather than switches turned on.
Any help would be really appreciated and thanks in advance to everyone who replies.