(That's the Cue Cat bar code scanner attached to the robot. Up close, it does indeed look like a cat. Trust me.)
Educational toy for pre-schoolers/kindergarteners for teaching basic robotic movement and simple programming.
Started: October 2010.
Child builds a short sequences of commands by laying down cards. The cards have arrows (forward, right, left, back) for movement. The card sequence is read into a turtle-style robot that then executes the movement.
This is inspired by ideas in the board games RoboRally and RAMBots.
A number after a letter tells the number of times to do that letter, e.g., B2 means "move back 2".
Build notes for the basic 2WD Arduino Compatible Mobile Platform are here.
The CueCat has been installed. It had both female and male jacks on its cord; presumably the female is there so both the CueCat and a keyboard can share the same PS/2 port on a computer. I cut the female off and wired it to the Arduino (via the Motor Shield's pass-through pins) as follows (note I'm using analog pins [A0 and A1] because that's all the motor shield leaves for me, but I'm using them as digital pins):
It works, sort of. There are two unforeseen problems that make this not well-suited for what I wanted to do:
Still, a fun project, and now I have a ready-made robot I can use for other things.