So I started this build with the intentions of picking up things locally at a radioshack or similar but apparently they carry absolutely nothing around here. No worries reall, I just don't have the opportunity to learn the LED coding and all that up front for basics. I've ordered everything, aside from a serial LCD that I need.
My list looks like:
Slider Components (rails, wheels, carriage plate, bearings, motor/pulley plates)
Nema17 Motor (68oz 1.7amp/phase)
Arduino Uno Basics (kit replica from Ebay)
SparkFun Big Easy Driver
So now I need to figure which LCD to use. I plan on going through Amazon so I don't tack another week onto my shipping bill, so I figured I would go with the SainSmart board( http://www.amazon.com/gp/product/B00813HBEQ/ref=ox_sc_act_title_1?ie=UTF8&psc=1&smid=A10EAPE4CAYC9P ). Outside of this I will need a way to control the options which will show up on the LCD and I've seen everything from control knobs, buttons, and joysticks. What is the easiest overall? My thought was a clickable knob that when clicked will jump to the next setting to change. When finished, have a simple Save/Exit button.
The options I need to control are steps or revolutions, length of pause, and then loop that so it repeats down the slider. I need to also be able to control speed when the motor is seeing constant signal to move like a video slider rather than a timelapse.
I admit, I have no experience coding and that is the main reason I am doing all of this. I want to learn, and I always enjoy a challenge...I simply thought I could do a lot of the tutorials before I got my hardware. That didn't happen. I've looked at a lot of code and some of it makes sense but I am not sure I will be able to begin on my own. I do have a friend willing to help but he is at a distance.
I have found a couple different Libraries, one being StepperControl I believe and the other AccelStepper. Has anyone used these? These are basically just to define the language used, then I need to build a sketch to do exactly what I want. Correct?