Program STAMP wirelessly using BlueTooth?
The Doctor
Posts: 37
Has anyone discovered a way to program a STAMP using Bluetooth, either using the eb500 EmbeddedBlue Transceiver AppMod or something like the FireFly:
http://www.ipenabled.com/bluetooth-rs232.html
Any input would be appreciated.
http://www.ipenabled.com/bluetooth-rs232.html
Any input would be appreciated.
Comments
As far as the STAMP is concerned, it expects to be talking to what it thinks is a serial cable connected to the serial port.
This serial cable, for example, could be a "USB to Serial" or "Bluetooth to Serial" connector.
Now that said, if your computer has bluetooth support, you only need one half of the pair (e.g. http://www.iogear.com/product/GBS301/)
At $100/each-$150/pair, this seems an expensive way to program the STAMP.
Post Edited (Mike Green) : 3/12/2009 3:02:04 PM GMT
So the Stamp has a timeout during receive then? Or is it a handshake timeout?
There is simply no way to use any wireless link to directly program a Stamp.
That said, it is possible to write your own programs on both the PC side and the Stamp side to transfer a program from the PC to the Stamp and, on any Stamp with multiple program "slots" like the BS2p, write the program to one of the extra slots, then execute it. You cannot use the Stamp Editor to do this and you can't use the built-in Stamp downloader. You have to save the program from the Stamp Editor as a file, then use that as a data file.
You can also use a 2nd Stamp as a programming controller as described here: www.emesystems.com/BS2clone.htm
Still, you cannot simply substitute a wireless link for a wired link for programming a Stamp.