So I am just starting on my very first project using Arduino, so please forgive my ignorance. What I am trying to do:
Using a DC motor with built in encoder, to shift a motorbike transmission either up or down based on which button is pushed. It will be a cam style lever, not linear. It will look similar to this when done
https://www.robotshop.com/en/42mm-high-torque-planetary-gear-motor-with-encoder-12v-315rpm.html
So now I need to figure out exactly which Arduino to choose, and what exactly I need for the motor controller. Is there a nice shield that does what all that I need? Can a nano work?
Thanks for any help you all can provide!
Using a DC motor with built in encoder, to shift a motorbike transmission either up or down based on which button is pushed. It will be a cam style lever, not linear. It will look similar to this when done
- The motor will need to rotate approximately 80*
- The motor will need to return to "neutral"
- Both need to happen in fractions of a second. (Should be able to complete at least 3 shifts in 1 second)
- This will be run in a vehicle, so 12v-14v is common and will be the input voltage
- The motor states 12A stall current, so probably capable of 15A or 20A to be safe
https://www.robotshop.com/en/42mm-high-torque-planetary-gear-motor-with-encoder-12v-315rpm.html
So now I need to figure out exactly which Arduino to choose, and what exactly I need for the motor controller. Is there a nice shield that does what all that I need? Can a nano work?
Thanks for any help you all can provide!