wireless function?
Connor149
Posts: 25
Im afraid i have not quite grasped the exact purpose of the xbee, say i have 2 xbee one on my computer and another on a robot. do the two xbee simply connect with eachother and say...load a program into the robot wirelessly, or do i need to program xbee connection into the microcontroller.
same question with bluetooth module.
same question with bluetooth module.
Comments
The program on your Stamp would be designed to send and receive data to/from the xBee instead of via a wired connection like the one used for downloading programs
You will need a program on each end. One on the PC to read the keyboard and transmit something out the xBee (or Bluetooth) and one on the Propeller to receive from an xBee (or Bluetooth) device, interpret what's received and act on it (like to move a servo).
They work the same way with the Basic Stamp and the Propeller.
Rich H
You are talking about the Propeller loader in rom now, right? Running native V.24 over the air is never a good idea, but with an own program loader, I can't see any problems loading the propeller over wireless.
Remember that the built-in loader and the Propeller Tool are the two ends of a conversation. Neither will work with the other over a wireless link. You'll have to compile programs to a binary file with the Propeller Tool, then use a separate loader to talk to the Propeller. The process would be the same with Stamps and the Stamp Editor.
What i do is have one prop connected an xbee while another is connected directly to my computer using an adapter board (i think they sell one at parallax not sure, but the one I use is from sparkfun). I than use the PST to send commands.