-1

I configured two Digi xbee s1 module with same channel and PAN ID and both as end device. Communication happens perfectly between these modules.

Problem is when i use rzusbstick with killerbee firmware to look for all the available PAN ID and channel. using zbstumbler it didnt detect any PANID on my channel. when enabled verbose i get "Received frame is not a beacon (FCF=6188). Received frame."

I tried with different channel, PANID and Destination/MY address. Still the same. Is it a problem with the module or the configuration or something else?

arun magesh
  • 11
  • 1
  • 2

1 Answers1

-1

XBee Series 1 modules are 802.15.4 only, and don't implement the ZigBee protocol. Make sure you're sniffing tools are only looking at 802.15.4 frames, and not assuming they're ZigBee. It's even possible that the XBee modules are using a proprietary protocol on top of 802.15.4 for their features like Remote AT Commands and Transparent Serial Data.

tomlogic
  • 11,489
  • 3
  • 33
  • 59