robot arm
Johnny-5
Posts: 34
I am wanting to build an arm... and glansed at come code for the basic ATOM, it looks too complex for a BS2... i have a BS2 lying around and was planning on using it to control the arm... what do u guys think? it would have about 5 or 6 DOF. Also would a Serial servo contoller really be be needed as the BS2 has enough I/O's.
Post Edited (Johnny-5) : 4/7/2007 9:53:44 PM GMT
Post Edited (Johnny-5) : 4/7/2007 9:53:44 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
Microsoft: "You've got questions. We've got dancing paper clips."
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
You could control the 5 to 6 servos directly with a Stamp, but that's about all it would be able to do. Servos require a control pulse about every 20ms with a width from a minimum of 0.5ms to a maximum of 2.5ms with many servos only responding to the 1ms to 2ms range. If you have 6 of these, that's a total time sending pulses of 15ms max. leaving a little less than 5ms to do something else (like figuring out the next position).
For a practical setup, you should probably use a separate servo controller (or a Propeller). A Stamp by itself would be fine for testing purposes and could run the arm through pre-recorded patterns stored in the EEPROM with the control program.