Controlling or programming a Boe-Bot with a Pocket PC
·Hello everyone, I have seen several posts similar to this but none of them seemed to have a straightforward answer.
Is it possible to write·programs·or control·the Boe-Bot via bluetooth (with the EmbeddedBlue Transciever)·from a Pocket PC·or·a·bluetooth enabled Palm Pilot? I do have·a serial version of the·Boe-Bot·and am planning on buying an EmbeddedBlue Transciever AppMod (eb500) to use with the Microsoft Robotics Studio, but I didn't know if there is a version of the Stamp Editor·for the Pocket PC or Palm and if there·is,·can you write programs on it·and download them to the Basic Stamp through the bluetooth·like you can if you have the Boe-Bot hooked-up with a cable to·a computer.
Thanks in advance,
Braden
Is it possible to write·programs·or control·the Boe-Bot via bluetooth (with the EmbeddedBlue Transciever)·from a Pocket PC·or·a·bluetooth enabled Palm Pilot? I do have·a serial version of the·Boe-Bot·and am planning on buying an EmbeddedBlue Transciever AppMod (eb500) to use with the Microsoft Robotics Studio, but I didn't know if there is a version of the Stamp Editor·for the Pocket PC or Palm and if there·is,·can you write programs on it·and download them to the Basic Stamp through the bluetooth·like you can if you have the Boe-Bot hooked-up with a cable to·a computer.
Thanks in advance,
Braden
Comments
The problem is the download timing. The delays in packetizing, transmitting, and receiving and reconstituting the data are too long for the Stamp.
2) There are no native software development tools for the PocketPC or the Palm, partly for that reason, partly because the Stamp interpretive code is proprietary along with the compiler. Someone would have to reverse engineer the format.
3) If you're using a Stamp 2 model other than the BS2, you can write a program in Stamp Basic for the BoeBot to receive a program and write it to a memory "slot" other than the one running the download program. Once the program is downloaded, the download program can transfer control to it. You would need to write a transmit program for the other end of the Bluetooth connection, maybe like XModem.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<.-.>Braden<.-.>
I use a serial Bluetooth device to connect to Bluetooth on the robot.· As long as your pocketPC has a serial port you should be able to connect a serial BlueTooth device like the GBS301 from IOGEAR to your pocketPC or handheld PC.· You'll need some sort of hyperterminal program on your pocketPC to send serial commands across the bluetooth link to your Boe-Bot.·
On the Boe-Bot side you'd need a program to respond to the commands you send it.·
I've got a detailed guide here that covers my Bluetooth experiments: http://members.tripod.com/robojrr/bluetooth.htm
Happy Roboting,
-Justin Ratliff
The Robotics Club of Yahoo
www.TRCY.org