Wireless Communication from Propeller to Computer using PLX-DAQ
RustyK
Posts: 2
Hey there,
Bit of a rookie question here: I'm a masters student looking to implement a SLAM (Synchronous Localization and Mapping) solution on a BoeBot being controlled by a Propeller. What I need is to transfer specific data from a few sensors (heading, distance travelled etc.) from the mobile robot to a PC or Mac. The data will be stored in an Excel worksheet via PLX-DAQ. I was wondering if anyone could recommend a simple and inexpensive way to communicate wirelessly between a mobile robot and a computer. I've been told about the XBee modules and was wondering if this would do the trick! Any help would be greatly appreciated!
Cheers!
R.K.
Bit of a rookie question here: I'm a masters student looking to implement a SLAM (Synchronous Localization and Mapping) solution on a BoeBot being controlled by a Propeller. What I need is to transfer specific data from a few sensors (heading, distance travelled etc.) from the mobile robot to a PC or Mac. The data will be stored in an Excel worksheet via PLX-DAQ. I was wondering if anyone could recommend a simple and inexpensive way to communicate wirelessly between a mobile robot and a computer. I've been told about the XBee modules and was wondering if this would do the trick! Any help would be greatly appreciated!
Cheers!
R.K.
Comments
Another possible solution is the Wixel. Besides being a wireless link, they also let you program the Propeller wirelessly. Here's Martin's thread about how to set up the Wixel to program a Propeller.
One of the least expensive wireless solutions I've seen are the Nordic nRF2401+ modules. They aren't as simple to use as the XBees and Wixels. If you were to use a Nordic module, you'd need a second Propeller connected to the PC to act as a bridge. The Nordics would be less expensive than the XBees or Wixels even if you add in the cost of the extra Propeller board.