Page 1 of 1

Servo Qs

Posted: Fri Feb 11, 2011 12:15 am
by Lockednloaded
I'm looking into a pan/tilt system to be controlled through USB, so I looked around, and found a few parts that I think will get the job done.

Pan & Tilt Bracket
2 Small Servo Motors
USB Servo Controller

Is it really this simple? I'll bet I'm missing a lot :oops:

Posted: Fri Feb 11, 2011 12:58 am
by Technician1002
Do you write software? Many of those controllers are aimed at software developers or robotics clubs who write their own custom software. Other than that it is really that simple. When moving larger heavier loads, you may need to use heavier servos. Most small servos were not built for moving high mass loads. They are designed to move control surfaces on model aircraft.

You will need a 5 volt power supply or battery pack with decent amount of current to power the servos. The current draw on servos is related to the load. The more power needed to move a load means more power is drawn from your batteries.

The controller you listed does come with some software to test and program the module.

I don't like that tilt and pan bracket. Whatever you mount on it is suspended on the bottom servo shaft. This can place a large amount of strain on the lower servo due to the mechanical advantage against it. Looks like an easy way to break servo shafts.

If you need precision that bracket will provide lots of wobble stacked on the lower servo shaft.

What is your intended application? Small video camera?

A full gimball pan and tilt will be able to handle a heavier load with less stress and higher precision.

For a small light camera, this is the minimal pan tilt you can do with double side foam tape to assemble the two servos.
Image

Posted: Fri Feb 11, 2011 1:50 am
by PVC Arsenal 17
This is very easy to do with Arduino. The servo library makes controlling servos super simple. And I'm sure an Arduino would provide all the extra functionality you need for whatever else this project involves.

@Tech, I didn't notice that about the bracket. Not good. Coupling the bottom servo horn to the top one is really all you need.

Posted: Fri Feb 11, 2011 10:42 am
by Lockednloaded
I'm not a programer, nor do I have the software to program, and I also have a mac, which I believe is not suited for programming. I'm looking for a control system with minimal programming, any ideas? Or can it not be done

The simple pan tilt setup you posted will work perfectly, thanks for that.

I have looked a arudinos, and they're way pricier than I want this entire project to be.

Posted: Fri Feb 11, 2011 10:49 am
by jackssmirkingrevenge

Posted: Fri Feb 11, 2011 10:50 am
by jhalek90
lego Mindstorms from ebay.

Get one of the older yellow "Brain bricks"

It has the easiest programming structure around, simply drag the icons in to the "programming box" and it does all the hard work for you.

Also, a pan and tilt mech is super easy to make out of lego.

Posted: Fri Feb 11, 2011 11:01 am
by PVC Arsenal 17
Lockednloaded wrote:I'm not a programer, nor do I have the software to program, and I also have a mac, which I believe is not suited for programming. I'm looking for a control system with minimal programming, any ideas? Or can it not be done

The simple pan tilt setup you posted will work perfectly, thanks for that.

I have looked a arudinos, and they're way pricier than I want this entire project to be.
Only $10 more than the controller you posted yet easier to use and capable of so much more?

Buy one, learn to program it, enjoy all the other things you can do with microcontrollers. It's a great starting point... Programming won't get any easier than this. (Except maybe with Legos...)

Posted: Fri Feb 11, 2011 12:48 pm
by Technician1002
Before abandoning the one interface due to the programming, take the time to examine the manual and see of the software is going to be too difficult.

The User's guides are at the bottom of the page.

http://www.pololu.com/docs/0J40 User Guide

http://www.sparkfun.com/datasheets/Robo ... 091221.zip
Windows Software

http://www.sparkfun.com/datasheets/Robo ... 224.tar.gz
Linux Software (may work on Mac OSX 10 or Snow Leopard)
Image