building an external zoom motor for lens

Thread Starter

regaljohnston

Joined Jan 27, 2013
2
hi,

this it's my first project, and a good starting point for the pursuing animatronics, which i am very much interested in for video.

all you really need to know is that i am trying to:

-make a motor rotate between a range of low speeds, clockwise and anti-clockwise based on the signal from a potentiometer, or some other controller.

this is to control the zoom ring on my camcorder's lens.

it needs to:

-be as quiet as possible (for obvious recording reasons).
-have a variety of speeds.
-ease in and out of zoom smoothly/seamlessly.
-have a control which is operable by my thumb alone (can adapt a potentiometer into a left/right thumb-stick or a seasaw peddle to fit this criteria).

i am new to all this so please bare with me, i am trying my hardest but would greatly appreciate any advice/guidance.

this is as far as i have progressed-

http://img823.imageshack.us/img823/5392/basiclayout.jpg

-the battery supplies a constant current which is received by the variable resistor (potentiometer).

-the variable resistor allows a controlled amount of current to pass through it.

-the current is then passed onto the arduino, which allows me to reverse the polarity of the current (at the flick of a switch?).

-then the motor receives a controlled level of current at a controlled polarity.

---

so, the potentiometer controls the current (the speed at which the motor will turn) and the arduino H-bridge controls the direction... don't even know if that's how all these parts work, but i'm trying my hardest to learn, so if i am wildly off course then please let me know.

let me know what your approach would be.

thanks!

regal johnston...
 
Last edited:

thatoneguy

Joined Feb 19, 2009
6,359
You may want to take a look at small stepper motors. Small DC Motors run at a very high RPM, unless geared down, which makes a good deal more noise than a stepper does.

A stepper also gives you precise control of how much to move, rather than guessing how far a DC motor will move after a power/coast/brake cycle.

How did you plan on linking the motor to the lens?
 

BReeves

Joined Nov 24, 2012
410
I've done allot of work with motorized zoom lenses, they use a DC motor and as said are geared down, they also have a built in slip clutch, motor doesn't stall when the lens gets to a stop the slip clutch just starts slipping.

For a controller you can do it several ways. The simplest is to use two relays, a DPDT to reverse the motor and a SPST to turn on and off the power. By adjusting the relay on time you can do a fair job of setting the lens.

You should be able to find a schematic for a solid state lens controller with Google. Search for Pelco or Fujinon lens controller. They typically use a push-pull transistor output to control the power and direction of the motor.

You might be able to couple to the lens with a toothed belt, check micromark for hardware to couple the motor to the lens.


 

GopherT

Joined Nov 23, 2012
8,009
A servo motor is also an option. These are excellent for positioning and used in flaps and rudder for r/c airplanes. All controllers, transmitters and receivers are widely available. Older analog available at very good prices in the secondary market as digital transmitters became available in the past few years (also at good prices).
 

Thread Starter

regaljohnston

Joined Jan 27, 2013
2
thanks for all the input guys, very much appreciated.

i had planned on linking the motor to the lens via a toothed belt system as suggested above.

a few people have suggested step motors to me... that seems like the route to take.

could you suggest a good one for me? or point me in the right direction.

could/should i use the arduino UNO to do build this?

somebody in another forum suggested that i use a wii control/ps controller instead of adapting a potentiometer, how do-able is this for a complete noob/layman?

i figure the best way to move forward is to buy the parts i need and start working on them/figuring them out.

is that everything i will need? a stepmotor, a wii nunchuk/ps control and an UNO arduino?

thanks a bunch, very helpful.
 

thatoneguy

Joined Feb 19, 2009
6,359
With microcontrollers, most anything can be done given enough time and coding, limits are speed and memory, but 8 bit micros are very powerful for their size.

It comes down to how much money you'd like to put into the project, and your skill level.

Arduino makes more complicated things seem simpler, but the price is higher. It's a decent tradeoff for people just getting started to get an idea of the possible. You'll also want an H-Bridge to drive a motor, or a dual H-bridge for a stepper motor. These are common add-ons for Adruino, as well as the wireless and infrared "shield" for different input methods.
 

mcgyvr

Joined Oct 15, 2009
5,394
You could get an arduino, a couple potentiometers and this and try out all sorts of motor types to see what works best for you.
http://adafruit.com/products/171
Thats got a DC motor/a stepper/ and 2 types of servo motors.

OR strip the motor from an old floppy drive and get a ULN2003A, a couple pots and an arduino.

or any of the other hundreds of ways..
 

BReeves

Joined Nov 24, 2012
410
This is the Zoom motor out of a lens I scraped a while back. It has the gear reduction and slip clutch attached. Normaly the adjustment barrel on the lens has a large gear this engages but it could be done with a toothed belt.

If you want this I will send it to you for the cost of shipping. I have PayPal and $6.00 would get it to you Priority Mail if you are in the US.

Sorry for the lousy photo didn't take the time to set the camera on a tripod and just hand held.
 

Attachments

atferrari

Joined Jan 6, 2004
4,771
This is the Zoom motor out of a lens I scraped a while back. It has the gear reduction and slip clutch attached. Normaly the adjustment barrel on the lens has a large gear this engages but it could be done with a toothed belt.

If you want this I will send it to you for the cost of shipping. I have PayPal and $6.00 would get it to you Priority Mail if you are in the US.

Sorry for the lousy photo didn't take the time to set the camera on a tripod and just hand held.
Out of curiosity, what type of motor is that?
 
Top