Shop OBEX P1 Docs P2 Docs Learn Events
Resources for Propeller Servo Controller USB — Parallax Forums

Resources for Propeller Servo Controller USB

Duane DegnDuane Degn Posts: 10,588
edited 2015-10-24 22:24 in Robotics
In recent thread someone asked about the code used in the Propeller Servo Controller.
Here are a couple of links to the manual and the firmware.https://www.parallax.com/downloads/propeller-servo-controller-guide
https://www.parallax.com/downloads/psc-propeller-firmware

The PC control software was too large to attach put I was able to attach the schematic.I added the PC control software to my DropBox. Here's a link.
https://dl.dropboxusercontent.com/u/59112285/28823_Setup PSCI.zip

BTW, it would probably be a good idea to use the latest servo control software. You'd need to change the line of code which assigns the servo object line in the firmware. If someone gets stuck changing the file, let us know and we'll help modify the firmware.
The Propeller Servo Controller software could easily be used with other Propeller boards. Here's a link to some suggestions on how to attach servos to Propeller boards.
http://forums.parallax.com/discussion/160137/connecting-servos-to-a-propeller

A QuickStart could easily control 28 servos and if you added switches on P28 through P31 you could use a QuickStart to control 32 servos.


Here's a link to the thread on the topic.
http://forums.parallax.com/discussion/137597/quickstart-driving-32-servos-video

The PSC board could only control 16 servos. I notice in the schematic there are 9 unused I/O pins. It wouldn't be too hard to modify the firmware to make use of these 9 extra I/O pins. I've personally never used 25 servos in project (other than my 32 servo demo) but my hexapod used a total of 24 servos.
http://forums.parallax.com/discussion/157497/halloween-hex



I personally think servo control is one of many areas the Propeller excels. By running the servo control driver in its own cog, the servos are continually pulsed in the background.

Comments

Sign In or Register to comment.