Boe-Bot routines needed for the propeller
edlikestoboogie
Posts: 71
I know Mike made BotBot routines for the propeller with his interpreter botbotbasic. I just downloaded it and noticed that the code is huge, and a lot of the code is in precompiled binary format. In any case, I need a set of routines that communicate and control, the ping sensor and the two movement servos that come with the boebot. I'm sure somebody here has written them already, and I do not feel like recoding them. Please, to whoever has code like this, post them up, I have googled my eyes out looking for them.
Comments
Note that Servo-4 is intended for standard servos and the routines take arguments in terms of angles and will "ramp" the servo from one position to another. For continuous motion servos, this doesn't really apply. What would be angles are really speeds in either direction.
BoeBotBasic is huge because it's a Basic interpreter. The binary versions are there in case you don't want to compile them yourself. There's one version that works with the programming port (pins 31/30) for "console" I/O and another version that works wirelessly with an xBee interface. Read the manual included with it.
Post Edited (Mike Green) : 4/24/2008 3:45:01 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔