This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1352R: Is it possible to read Beacon payload?

Part Number: CC1352R

I'd like to get access to beacon payload on the ZED side and read all available EPID, like a scanner.

I registered

zdoCBReq.has_beaconNotIndCB = true;
zdoCBReq.beaconNotIndCB = true;

and set breakpoint to

case zstackmsg_CmdIDs_ZDO_BEACON_NOTIFY_IND

in zclSampleSw_processZStackMsgs()

But it doesn't work. Maybe i missed something.

Is it possible to read Beacon payload?

  • Hi Alex,

    Please note that zstackmsg_CmdIDs_ZDO_BEACON_NOTIFY_IND is only going to be set by processing a Device Network Discovery Request, thus your application will need to call Zstackapi_DevNwkDiscReq (this is separate from the BDB steering procedure) after setting the scanChannels and scanDuration parameters.  I also recommend turning off optimizations from the Project Properties to further assist with any debugging efforts.

    Regards,
    Ryan