wireless
guydb
Posts: 29
hi,
I will soon tackle a project which requires wireless communication between the Stamp and the computer. I am not sure whether to go for RF or bluetooth. especially as several stamps will have to communicate, each autonomously with the PC. any suggestions are welcome.
thanks,
Guy
I will soon tackle a project which requires wireless communication between the Stamp and the computer. I am not sure whether to go for RF or bluetooth. especially as several stamps will have to communicate, each autonomously with the PC. any suggestions are welcome.
thanks,
Guy
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
It can still be done without bluetooth, though...and without separate frequencies...There·will be lost packets, but even bluetooth loses packets.· (they·do have a more robust solution)
If you have 1 host and multiple devices, you can create a protocol to communicate.· You would have the host send out a 'broadcast' packet with the First Byte being a device 'address'.
In the firmware of the device, you just simply put a 'Wait(address)' in the Serin command.· That way all devices are 'idle' until a packet with their address is recieved.
The more robust of a communication protocol you can develop, the better.· That is all that Bluetooth is selling...is a communication protocol.
...Again, it is really up to you as to which road you want to take...Bluetooth modules are quite pricey, or you can utilize your own Tx Rx method which will be much cheaper, but not as effective.
·
has anyone used these?