Shop OBEX P1 Docs P2 Docs Learn Events
Cheap Stepper Based Robot - Spin Object — Parallax Forums

Cheap Stepper Based Robot - Spin Object

Prophead100Prophead100 Posts: 192
edited 2013-05-02 22:43 in Robotics
I completed a fairly basic robot using cheap stepper motors for line following, wandering collision avoidance and sequenced maneuvers. It launches separate cogs to control each motor and then synchronizes them for proportional steering using simple commands. You can change the stepper sequence on the fly from wave to full to half steps for difference needs of efficiency, precision and power. The line following algorithm uses a rule-set structure with case statements to react to various sensor situations. A ping sensor helps with collision avoidance, IR sensors allow line following and a SoundPal allows sounds to match.

If your interested in learning about robots with the propeller, you might want to try this as your learning and planning to scale up to faster and more powerful motors with more costly higher quality components, I posted the demo code and object on the OBEX at http://obex.parallax.com/object/576 (earlier versions were in other threads)
1024 x 768 - 112K
800 x 600 - 37K
Sign In or Register to comment.