Other Parts Discussed in Thread: Z-STACK, CC2520, CC2530, TIMAC
hi all
i m wokring on zigbee implementation on contiki os .. i have some problems
below is my network discovery packet emitted by router device during start up which is a mac command frame (beacon request )
a 8 3 df ff ff ff ff 7--- Len(1) + fcf(2)+dsn(1)+destaddr(2)+srcpanid(2)+ command id (1)
len = payload+fcs(2) it is in auto crc mode .
my problem is that co-ordinator device is not receving this packet .. i mean to say i m not getting FIFOP interrupt .. other pakcets like unicast are receiving properly ..
i checked in datasheet and my settings are proper for frame filtering . it should accept all command, beacon and data packets.
pls give some hints to solve the issue . thanks in advance