Wireless Communication with PC
Bones
Posts: 3
I have tried searching and reading through almost a hundred pages of this forum so please excuse me if I overlooked something.
I'm trying to figure out how to interface my BS2 with my PC wirelessly. Originally I was hoping to find a way to do this using a TCP/IP Connection. I could have swore I have seen someone interface the BS2 with an Ethernet port. Then I could have connected this to a wireless bridge. This would have been ideal to retrieve data from my robot over the internet.
But I also have been looking into the whole RF option. The only problem is I haven't been able to find much info on interfacing the BS2 with a PC over RF. The only info I was able to find was about interfacing two BS2 micro controllers over RF.
If anyone has any info on either option, it would be greatly appreciated if you could point me in the right direction. Also if you have any ideas on how to retrieve data from the BS2 wirelessly, that would also be great.
Thank you!
I'm trying to figure out how to interface my BS2 with my PC wirelessly. Originally I was hoping to find a way to do this using a TCP/IP Connection. I could have swore I have seen someone interface the BS2 with an Ethernet port. Then I could have connected this to a wireless bridge. This would have been ideal to retrieve data from my robot over the internet.
But I also have been looking into the whole RF option. The only problem is I haven't been able to find much info on interfacing the BS2 with a PC over RF. The only info I was able to find was about interfacing two BS2 micro controllers over RF.
If anyone has any info on either option, it would be greatly appreciated if you could point me in the right direction. Also if you have any ideas on how to retrieve data from the BS2 wirelessly, that would also be great.
Thank you!
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
I've used various xBee modules with both Stamps and the Propeller. Once it's initialized, it comes up already providing a serial channel that you just use SERIN and SEROUT statements with as if the link were wired. You need an xBee on the PC end as well. If you don't want to bother with that, Bluetooth may be better for you since most computers these days have built-in Bluetooth.
Just found out about EB500. The manual looks nice and comprehensive (one gets kind of spoiled by Parallax attention to detail – nice), but the local supplier price is almost twice of OEM.
I do not know much about Bluetooth protocol but·it sure looks like plain old SERIN /SEROUT will do OK. I am not sure I would want to mess with TCP/IP in stamp.
And on top of that· - my main purpose - data transfer from stamp to PC or another device.
Nothing too speedy, just· “look ma , no wires”!
·
·Stand - by for details in about two weeks.
Cheers
Vaclav