"program the Boe-Bot" is really simple. At the start, it involves only programming two servos (the two drive motors) . Physically, the pinouts are the same (so you can just plug the Javelin into the slot where the BS2 is. The difference is that you write your program in java. Controlling servos is really easy, just create a PWM object (see "Help" for details) and change the pulse values to make the servos move at different speeds. Each pulse length corresponds with a speed for continous rotation servos.
The JBot package mentioned in the post above has lots of code
and documentation. Unfortunately many pictures in that documentation
are not present. http://www.parallax.com/dl/docs/books/edu/Roboticsv2_2.pdf
The link above is the Robotics Text v2.2 which does have
the pictures, but only has basic examples. Just combine
the both documentations.
Comments
http://forums.parallax.com/showthread.php?p=604902
and the yahoo group with javelin class files
tech.groups.yahoo.com/group/JavelinCode/files/Javelin%20Stamp%20IDE/lib/JBot/
Hope this helps. Maybe someone who has a boe-bot can chime in with their experiences.
and documentation. Unfortunately many pictures in that documentation
are not present.
http://www.parallax.com/dl/docs/books/edu/Roboticsv2_2.pdf
The link above is the Robotics Text v2.2 which does have
the pictures, but only has basic examples. Just combine
the both documentations.
regards peter