Controlling multiple boe-bots with laptop using C# or basic stamp.
Hi !
I am interested in controlling multiple boe-bots thru my laptop which I plan to use as a control station.
Can this be done with MS Robotics Studio and demo code they provide? How does it need to be changed?
Otherwise how can I use basic stamp to control multiple boebots?
Please enlighten me if any of u guys have an idea.
Thanks in advance!
Regards;
Labhesh.
I am interested in controlling multiple boe-bots thru my laptop which I plan to use as a control station.
Can this be done with MS Robotics Studio and demo code they provide? How does it need to be changed?
Otherwise how can I use basic stamp to control multiple boebots?
Please enlighten me if any of u guys have an idea.
Thanks in advance!
Regards;
Labhesh.
Comments
If you go the parallax route you are going to have to conisder a couple of the following?
What RF protocol do you want to use - ie, how is the packet information formatted - this same consideration applies to all serial communication
How will boebot's be differentiated? - How will the laptop be able to tell one boebot what to do w/o them all trying to say move forward..
If you go another route, some RF radios have built in networking. From experience I only know much about the Xbee radios. These radios form their own networks with out your input. If you went this route you would still have to worry about the protocol but the differentiation would be done for you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Current Projects:
Robot Control Via Skype API - Dev Stage(50% Complete) - Total(25%)
Robot Localization Via Xbee's - Research Stage
IR Tracking with Propeller - Research Stage
However, running multiple versions of ANY robot with MSRS is a little difficult because most services are written for a single robot.
You should ask your question on the MSRS Discussion Forum and also search the forum because this has been discussed in the past.
Trevor
·
What would be the range of operation if I were to use RF instead of bluetooth for robot communication.
@Martin Hebel:
Thank u for sharing your project. Could you comment on range of RF in your project.