XBee to Computer
plau45
Posts: 109
I am wanting to use an XBee 900HP module to connect a drone to a computer that also has the same xbee module. I want to connect the controller side xbee to a computer and run a flight controller on my computer and send that data to the drone. I know there is an xstick but that doesn't have enough range. I have a windows computer and I was wanting to know what components would I need to make a small xbee to computer set up for it. I would like to plug into the USB 2.0 slots on my computer also. Please post replies. Thanks.
Comments
https://www.parallax.com/product/32400
Yes but you'd need a program in the Activity Board to pass the serial data through. These are often called "serial bridges."
It should be possible to have the Activity Board do other things besides just acting as a serial bridge.
The PC would need a program to interface with the "virtual serial port" (I think that's what they're called).
I've been involved with projects which use a serial interface between PC and Propeller but my job has always been to write the Propeller software. I've never written the PC side of the software.
Yes, The Activity board can interface with a keyboard but it needs to be a PS/2 type of keyboard. It may be possible to use a USB keyboard but it's not as easy to do so as a PS/2 keyboard. You'll need an adapter to connect the keyboard to your PAB. There are some Propeller boards which include a PS/2 adapter (though I'm not sure if these boards are still made).
It's also possible to use a keypad to enter numeric (and other) values.
I've used keypads like this one with the Propeller.
Are there any Parallax products involved other that the XBEE? You have not mentioned them.
Another good resource would be :
http://diydrones.com/
http://forums.parallax.com/showthread.php/133249-XBEE-Robot-Controller-32-Channel
Basically XBee to XBEE and it works well. As Duane mentioned, the PC side is up to you. There may be a few PC side programs, but I can't put my finger on any right now. That's whY I recommended looking at diyDRONES.COM.