Pwmpal
ryan.sessman
Posts: 12
what would be a good robotics application(s) for the PWMPAL?
ryan
ryan
Comments
The Stamp can do pretty well controlling 2 or maybe 3 servos, but it makes the code kind of convoluted because a pulse has to be sent to each servo at least every 20ms. The PWMPAL can generate the pulses independently in a "set and forget" manner for up to 4 servos. It can also be configured to produce PWM for driving a DC motor (or up to 4 of them). You'll need a motor driver to handle the current, but you could use an IC version like the L293 which would also allow you to change direction as well as control the speed.
The servopal is a cheap, simple device for taking over the task of periodically issuing servo control pulses.
The pwmpal also can take over the task of periodically issuing servo control pulses, but differentlly. It can handle up to 4 servos.
It can also control DC motors with a suitable driver. It can also independently count input pulses
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jessica Uelmen
Education Department
Parallax, Inc.
I'm sure a PWMPAL can be used for all sorts of things. Why do you ask?
You might use it as a reference for your project:
http://forums.parallax.com/showthread.php?p=783408
Without a lot more information, it's really impossible to give you anything more than very general and not very useful advice.
Please check that every connection is exactly like in my diagrams. Especially the connection between the two boards must be done as shown at page 9 of my documentation (P0 of CNS connected to P0 of PNS and both connected to a common ground through a 10 kohm resistor, P1 of CNS connected to P1 of PNS through a 1Kohm resistor).
The ABBot shown in the YouTube videos is based exactly on the programs and the circuits posted here. So the problem is probably in some wrong connection or maybe in low power batteries.