Parallax 433 MHz RF Transceiver Package
stev0tron
Posts: 12
There are two pairs of transmitters/receivers, are both sets running on the same frequencies?
Comments
If you have multiple units trying to send data to one BASIC Stamp, you need to come up with a polling scheme.· Also, these units are prone to data errors without some error checking in your BASIC Stamp code.
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
StampPlot - GUI and Plotting, and XBee Wireless Adapters
Southern Illinois University Carbondale, Electronic Systems Technologies
Since I·sell a competing RF module and boards, I'm a little biased, so anything I say should be reviewed as to your needs, but the XBee modules Mike Green had mentioned to you have the necessary checking embedded in the transmission protocol (transparent to the user) to ensure data delivery, error checking, and clear channel assesment to limit the possibilities of 2 units talking over one another.· They also have buffers so the BASIC Stamp can retrieve the data when it needs it instead of missing data it is not waiting for.
There are some docs on my page showing usage with PBASIC.
http://www.selmaware.com/appbee
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
StampPlot - GUI and Plotting, and XBee Wireless Adapters
Southern Illinois University Carbondale, Electronic Systems Technologies
-Martin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
StampPlot - GUI and Plotting, and XBee Wireless Adapters
Southern Illinois University Carbondale, Electronic Systems Technologies