Hi,
I have 3 nodes(CC2538) in my network ( All of them are in the same RF Channel).
Two of them (say node A and B) belong to the same PAN whereas the third one(node C) is on another PAN.
I am sending a 802.15.4 data frame, with the ACK REQUEST bit set in the Frame Control Field , from Node A to Node B. Since AUTOACK enabled, Node A receives back an ACK from Node B immediately after sending the data frame.
However I also noticed that node C also received the same ACK Frame from Node B even though it didn't send a message. Why is this so?
The following are my queries:
- Is the ACK frame a broadcast frame to all nodes in the same RF Channel?
- Is there something to be done in the transmit frame population to change this behavior?
Thanks,
Ashwin