Hi! Im new to the community so please bear with me if im not supplying enough details.
Im running an experiment to test the range of 2 Xbee 1mW with antenna ( 1 as transmitter and 1 as receiver).
The configuration goes like this:
- Receiver xbee is connected to PC via a Xbee USB adapter and configured with X-CTU and monitored via the X-CTU serial monitor.
- Transmitter xbee is connected to an arduino uno via a standard xbee shield. Preconfigured with X-CTU to have the same settings as the receiver. The arduino has a simply sketch to send incremental counter (i.e 1,2,3...) with a timestamp by using the softwareSerial library.
Experiment:
- see that the counters are received in order and without loss at different ranges.
Results:
At 0m the counters are received and displayed on the x-CTU monitor without issue.
However, once the xbee modules are more than 3m (not even 10m) apart. The X-CTU either displayed interrupted counters (i.e 7, 36...) or stopped displaying the messages completely.
Question:
Why am I getting such poor range with the xbee modules?