transceiver question
Has anyone ever used more than one transceiver to transmit data during a program to another transceiver?· My problem is that the data is getting garbled if two are trying to transmit at the same time.· I am trying to work on a protocol that will only allow one to communicate at a time based on a number that will identify that transmitter, but I am having trouble with this too.· I am using a variation of the XOR source code and I am using the TXflow pin.·
any comments appreciated
any comments appreciated
Comments
Use two separate frequencies, and your problems are over. Otherwise you will continue to have one stepping on the other unless you use some sort of "all call - broadcast" methodology. After that each must respond in a predetermined, round-robin fashion.
Regards,
Bruce Bates
That way there will not be any problem of data collision, and the code would be much simpler to write.
Bob N9LVU
Also, with the right programing, you can do a "psuedo"network, and increase the distance..
Bob N9LVU