Wireless Boe Bot
I just completed my project the other day, which is a wireless controlled Boe-Bot. It uses the 2-Axis Joystick, a 2x16 Serial LCD, and a set of 433Mhz RF transceivers. The controller transmits a certain number for each direction, like 2=forward, 1=backwards, 5=stop, and you get the idea. The Boe-Bot has a custom built Polycarbonate Chassis, and the controller is using the BS2e module. The screen shows the joysticks values
Comments
I feel terrible. I offered to help write code, and then forgot about it for about a month... I just posted on your other post with information to help you, and was going to write code ASAP. Then I saw this. I can't believe I let you down, I am so sorry!
On a more positive note, It looks amazing! I am glad it turned out so well!
Sorry,
Jimmy
If you're going to upgrade, and if want to build smarter robots, you just can't bet a Propeller. There are so many good reasons to upgrade to a Propeller. If you want to play a sound and at the same time continue to refresh servos, a Propeller will let you do it easily. No more doing only one thing at a time.
There are lots of great Propeller powered robots on the forum (I like to think some of mine are pretty cool). Jose upgraded his BOE-Bot with a QuickStart board. Right now Gadget Gangter has a deal when you buy a QS, they give you a free QuickProto. Add one of their uSD card modules for even more fun. This route will cost less than purchasing a Basic Stamp.
For a little more money, you could buy a PropBOE. I've added a PropBOE to my BOE-Bot and I can control it with my R/C equipment. Using the built in SD card reader, the PropBOE-Bot can record the path as you drive and then play so you can have the robot drive the same path on its own.
Using the Prop, I was able to read all four quadrature encoder data on my Rover 5 chassis which made controlling the Mecanum wheels on it much easier.
It's relatively inexpensive to add wireless control to a Prop. Nordic nRF24L01+ transceivers are less than $2.50 on ebay. Connect one transceiver to the Prop on your robot and another to a second Propeller board, and you can both send commands to your robot and also receive data back from your bot.
There are lots of controller options to use with the Propeller. The Wii Nunchuck is one of my favorites. I also like the PlayStation 2 controller.
I could go on a long time (an even longer time) with a list of reasons to use a Propeller as a robot controller, but I think you've got the idea. Robots and Propellers go together like peanut butter and chocolate (or peas and carrots or some other combination that goes well together).