Controlling more than 4 servos on a BOE board
TTKoshi
Posts: 9
Hello everyone-
I have a question, hopefully one with an easy answer. Is it possible to control more than four servos using a BOE-bot board? I have two boards, so i figure I can wire the two together (using the Serial In/Out commands), but I'd rather keep it on one chip. I've also seen the motion controller on the parallax site, but I believe thats more for scripting actions, correct? Any help would be appreciated, as I try to figure out if the project I'm curious on starting is even feasable. Many thanks everyone!
-Tom
I have a question, hopefully one with an easy answer. Is it possible to control more than four servos using a BOE-bot board? I have two boards, so i figure I can wire the two together (using the Serial In/Out commands), but I'd rather keep it on one chip. I've also seen the motion controller on the parallax site, but I believe thats more for scripting actions, correct? Any help would be appreciated, as I try to figure out if the project I'm curious on starting is even feasable. Many thanks everyone!
-Tom
Comments
The serial servo controller does the job of pulsing the servos for the stamp, so instead of having a send a pulsout all the time from your stamp program, you send a serial command to your serial servo controller ONLY when you want to servo position to change. Additionally, you can control many servos with a single pin on your stamp.
There is no need to use anything other than a stamp and the serial servo controller to offload the servo work from the stamp. See the documentation on the ssc product page on how it works. Post if you have any further questions.
Yes, you have the exact same control, but don't have to worry about refreshing the servos.
Apart from the obvious interface, is there a difference between the USB and Serial Parallax Servo Controller? I mean, will I be able to program both the same way in PBasic, or will one be harder than the other? I plan on purchasing one this week, so any info will be greatly appreciated. Thanks!
·
The USB one works with either control method. I've used it with both a uC and USB control. Personally, I don't see what the purpose of the regular PSC is, but there you have it.
Post Edited (SRLM) : 1/11/2009 7:46:43 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
PG