Can XBee count collisions? -


i have task count number of collisions in s1 xbee network , can't figure out how it. guys aware if there such thing in xbee arduino api library? must stress i'm not trying avoid collisions, i'm trying analyze them.

my setup: •xbee s1 w/ api 2 (escaped); •arduino uno w/ shield;

any suggestions appreciated.

take @ transmit status frames, report failures transmit including cca (clear channel assessment) failures. might need possible settings on retries, since xbee may send after few collisions , not report on it.

whatever come with, you'll need set 802.15.4 sniffer see if reported number of collisions matches number count manually in packet capture.


Comments