The choice of the motors and gears depends on the required power (torque), which in turn depends on the physical construction. The "camera crane" sounds to me like a very heavy device? Also the motors should work with some existing power source (mains?), or you have to add another power supply. This choice will reveal which motor driver modules are required.
The joystick must fit your handling needs, again your choice. Should it be a digital one, or an analogous one, with/out return-to-zero when released?
Check the servo "knob" example in the IDE examples. Search for "servo joystick" in the upper right search box on this page. You will find similar discussions from the past.
I am indeed looking for it to return to centre and that be the off position.
The picture below is a perfect example. So the very end bit with the camera on is what I am looking to turn. Not going to be massively heavy but will have say around 5kg to move left to right but only the camera plate and camera at 2kg to tilt up and down.
marcjwebb:
Not going to be massively heavy but will have say around 5kg to move left to right but only the camera plate and camera at 2kg to tilt up and down.
If you can provide a counterbalance the actual force needed to move something, or hold it in position can be greatly reduced.
I think you need to figure out your mechancial design first. Maybe you can make a sketch of it and post it here.
its the basics with the test rig i am hoping to find some guidance for, want to get the electronics working then then start on the mechanism if thats makes sense.
and on the top is a left and right moving the assembly again on bearings.
the bit i need to do now is -
use a joystick to control the forword and back on one motor, the left and right on a sepeerate motor, ideally controlled by a joy stick, wiht a pot to chenge the speed of the motors globoally ( one pot effects both motors speeds )
use a joystick to control the forword and back on one motor, the left and right on a sepeerate motor, ideally controlled by a joy stick, wiht a pot to chenge the speed of the motors globoally ( one pot effects both motors speeds )
You probably need to decide if you will use servos as the motors, or other types of motors with drivers. The code will be somewhat different between the two different setups. Till then you can connect your joystick pots to the arduino and start working on code that produces usable numeric position values. Look at the knob example in the IDE.