Parallax psc 16 channel servo controller
Hello, Would anyone here be able to help me with a project I am doing involving the use of 6 servo's with a BS2P40 and Parallax'a psc 16 channel servo controller. I am building a Wall-E Robot with U/S ping using Pan/tilt servo's, Mattracks and servo's, Front door on Wall-E and a general use of his arms, maybe just up and down movement.
Could anyone please post sample code that I could use for operating 6 servo's. Thanks for your time.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/
Could anyone please post sample code that I could use for operating 6 servo's. Thanks for your time.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sadaao Fujiwara-san
Never offend people with style when you can offend them with substance
Sam Brown··············
·
Would anybody be willing to help me on this coding for the psc 16 channel controller. I know there is sample code on Parallax's site for PC operation, But would like sample code for BS2P40 direct operation. Thanks again.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/
Go to the webstore page for the PSC and look for the links for the documentation and the sample code.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
Thanks again for your time.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/
Post Edited (StampNut2) : 2/5/2008 5:59:27 PM GMT
Yes, that is EXACTLY what it does, and is the purpose for using it.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There is no pleasure in having nothing to do;
the fun is in having lots to do, and not doing it!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/
Post Edited (StampNut2) : 2/5/2008 9:27:34 PM GMT
For complex, overlapping sensing and control, you can't beat the Propeller. It's got 8 independent processors each of which can do a lot. One of them can control up to 32 servos like the PSC. Another can handle the PING. Another can handle IR distance sensing. Another can provide floating point. One can talk to a PC over a wireless link. One can be the main processor and handle overall control. That still leaves two.
You could use one of those to drive an SD memory card and one to play back sound ... like .WAV files.
Also how easy or not is it to program the prop for those sensors and servos.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/
Post Edited (StampNut2) : 2/5/2008 9:44:23 PM GMT
Have a look at the Propeller Object Exchange. It already has "objects" for servo control and the PING. I think there was something for the IR sensors too, but I'm not sure.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Never give up when things go wrong, Just work them out.
robosapienv2-4mem8.page.tl/