small is beautiful
Peter Rand
Posts: 20
I have gone thru the parallax routines with the educational unit. Now I would like to incorporate movement into a piece of art. I would like the dedicated combination of micrcontroller, servocontroller, battery power supply and one servo motor to be as small as possible. Please tell me what best I need to purchase to do this. Thanks.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
The Stamp can directly control one or more servos using the PULSOUT statement. The servos require that the control pulse (1-2ms) be repeated about every 20ms. If you want the Stamp to do more than just control the servos, there's not much time left in this 20ms cycle once you get to more than 3 to 5 servos. External servo controllers are used to remove this "burden" from the Stamp so that it can do other control functions when there are many servos.