Node Identification Indicator frame being sent by XBee-Pro Digimesh

Hi,

I have a setup where I am talking to a Digimesh node (node A) (8070 firmware all round) via a relay node. I regularly poll the A node to get its RF level. At some stage I also poll the relay node for a while to get its NI, ER, GD and DB. I find that the relay node starts sending Node Identification Indicator frames (95H). This is an example of the frame, starting at the MAC address of the relay “0013 A200 409A B106 FFFE C2FF FE00 13A2 0040 9AB1 0652 454C 2330 3400 FFFE 0101 C105 101E C5”.
This is not the standard 95H response, it looks very much like a response to an “ND” request.
This response continues even when I stop polling both nodes. It comes in at a random interval between 10 and 30s. And it seems to go on indefinitely. Have to power the device down to stop the behaviour. Also when I initially power up the two devices the relay does not show this behaviour. I have to start my polling to trigger the behaviour.

As I am going to have a lot of devices in the network, I don’t want this behaviour as it creates spurious traffic. In a further test with 5 relays I ended up with usually two doing this behaviour. Seemed to be a different two when I tried power cycling the network.

Is there something I am doing incorrectly or is this a possible bug?

What are the exact API frames you are sending?

Are you waiting for the response of each before you send the next frame?

Hi mvut,

         thanks for coming in on this.  The frames I send out are the Remote At command request and are typically like this "7E00 0F17 AB00 13A2 0040 9AB1 06FF FE02 4744 6D".

I am waiting for a response before sending the next request, although I do have a 2 sec timeout in my software before I send the next request, should a response not arrive. Responses typically take well under 1 second.

The configuration of my relay node is as follows.




  
    xbp24-dm_8070.xml
    
      C
      6F3B
      1
      4
      2
      0
      0
      3
      3
      1
      3
      0
      FFFF
      REL#02
      20
      0
      11
      0
      
      4
      0
      FF
      BE
      1
      0
      1
      0
      0
      0
      0
      1
      1
      1
      0
      0
      1
      0
      0
      1
      0
      0
      20
      28
      0
      1
      0
      0
      2
      1
      C8
      7D0
      0
      2B
      64
      3E8
      50000
    
  


I have run a test where I don’t ask for the NI, in case that is triggering something unexpected. Result is still the same - just requesting ER, GD and DB from the relay and after a while the relay starts issuing 95H responses of its own accord.

Try just issuing one command at a time instead of two commands at once.

Hi mvut,
can you please clarify? I think I am only sending one command at a time. The example command above is sending “GD” only. Then I wait for a response to this before sending the next command.

What firmware version are you working with?

HEN,

Is pin 20 set as Commissioning button? If that is the case and you let it float, interferences may be causing the module to detect a button press and it will trigger the transmission of a Node Identification Indicator frame.

Try grounding the pin and it should stop.

For more information, check Digi’s Xbee manual, page 79, that explains the comissioning buttons behavior.