Hello all.
I am making what is known as a "barn door" tracker. Essentially it is a very basic equatorial mount for taking pictures of the night sky. It accounts for the Earth's rotation, holds the camera still on the stars to take long exposures.
I figured this would be a great opportunity to finally dive into Arduino.
At the very minimum, I would like to have 2, maybe 3 control buttons:
-Play/pause. This will start and stop a stepper motor. The motor needs to run at 1800 steps per minute.(9 RPM) Full steps should be OK at this point in time, I may need or want to do micro-stepping later on to smooth it out.
-Rewind. This just needs to be a faster speed to slew the device back to it's starting point. Ultimate speed and accuracy is not needed for this operation.
-Fast forward. This isn't totally necessary, but might be nice in some situations.
Essentially this is a clock drive. I have calculated it out to 1800 steps per minute, but will adjust rate this up or down a bit to tune it the device once it is actually built.
Eventually it would be nice to add all kinds of extra features like a screen etc, but for now I would be satisfied with the basic operation.
For Hardware I have a Genuino Uno, Adafruit motor-shield and a 200step/1.8 degree motor.
I made an error and selected the wrong motor/driver combination. My motor is a 2.38V whereas the driver board is the L/R type suited for 5v to 12v motors.
It appears that I might be able to add some "ballast" resistors to the motor and even potentially improve the performance by operating it with a higher voltage.
I will address this motor question in a different forum, just thought I should mention it. I realize now a chopper driver is more suitable for my motor, but would really like to work with what I have, I don't think my application is overly demanding.

