Longest servo motor cable
markuster
Posts: 184
Hi,
Just to know if I can move a servo motor with a basic stamp but
the distance between the Basic Stamp and the servo will be about 40 feet.
If not , I could know how can I do that.
Thanks, Mark
Just to know if I can move a servo motor with a basic stamp but
the distance between the Basic Stamp and the servo will be about 40 feet.
If not , I could know how can I do that.
Thanks, Mark
Comments
'
Is it just a simple Parallax servo that would plug into a BOE board or similar board?
'
Can you remote mount a power supply?
'
A little more info would help your post!
It is a simple servo from Parallax. I will use batery power @ 6 Volts . And I want to use
a Basic Stamp 2. I don't know if it is better if I use a Propeller in order to have
more length.
The power supply will be near to the microcontroller but the servos will be installed at
40 feet. I can't remote the power suply.
Thanks, Mark
The Propeller Chip runs on 3.3V, the BS2 is 5.0V. For the purpose of getting the signal to the servo, there is no advantage in using the Propeller Chip.
Even at the default 9600 baud for XBee you could pass simple servo control commands from a host processor to a sub-processor, which is the one directly connected to the servos.
You don't even really need a sub-processor or XBee. Parallax makes a nice Propeller-based servo controller that operates up to 16 servos. You can control position and transit speed. Your BS2 can easily communicate with the servo controller. At least with this approach you'd only have to invest in one high quality low capacitance 40-foot line. That's a lot for TTL serial, but if you were willing you could put in line drivers on each end. And of course you could still use XBee. (If the 40 feet is through walls go with the high power version.)
Use a separate shielded line for your power, no matter which way you end up going.
On Rich's comment "there's no advantage to using the Propeller chip" note he's referring to the signal-passing capability. So you know, there are many other advantages, such as being able to control more servos, and having much more control over the speed of servo transit times. Freely available servo objects for the Prop make working with multiple servos dead-bone easy.
-- Gordon
Reference this thread...
http://forums.parallax.com/showthread.php?80452-Stamp-controlled-Laser-Pointer
40' is a bit long without some way of boosting and enhancing the signal. Couldn't an RS-422 driver and receiver extend the distance. After all, if you use CAT-5; you have extra pairs of wire to power a chip near the servo and 6VDC is likely to drop nearer to 5VDC that the reciever chip would use.