I have 2 SparcFun MiRF transceivers. One wired to a PIC18f252 and the other to a SparkFun Olimex LPC-H2214. The reliability was not very good. The error rate was approx 20% at 3 feet. This weekend I changed the input power to the LPC-H2214 from 5 volts to 9 volts.
The following summaries one experiment (best results).
Setup:
Bit Rate = 250K, Addr = 5 byte, message length = 17 bytes, crc = 2
Transmitter (2214) continuously transmits data every 25 msec.
Receiver (18f252) monitors 10,000 packets.
Distance Error
6" 0.3%
1’ 0.3%
2’ 1.2%
5’ 1.7%
10" 4.8%
15" 21.1%
A second experiement where the pic echos the message back to the 2214 for purposes
of measuring secure message speed results in > 2000 bytes per second if within 3 feet.
George