That means your servo code can stay almost exactly the same, but you don't have to service the servos except when you want to change their position. Here's a simple Basic Stamp program that sets a 2mS pulse output and then stops:
'{$STAMP BS2} '{$PBASIC 2.5} PicoPAK pin 15 HIGH PicoPAK PULSOUT PicoPAK,1000 ' 2uS/ count so 2mS GOTO stopp ' Stop here, but don't let Stamp ' reset STOPP: GOTO stopp
Of course, a real program would do something other than stop, but the point is that the Stamp doesn't have to intervene -- the PicoPAK continues to generate pulses.
With the PicoPAK-VIII you receive the chip, a ceramic resonator, and a data sheet that explains how to use the chip (you can also view the manual online).
Try a PAK for 21 days. If you aren't delighted, just send it back undamaged for a full refund of your purchase price. But once you see how useful it is, you won't want to be without it.
Add to Cart PicoPAK-VIII Coprocessor $9.95 each
PAK-VIII (control 8 servos)
Customer application: Internet-controlled skull (this won the IP appliance contest at DefCon 12)
Site contents © 1997-2018 by AWC, Houston TX (281) 334-4341