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: Non-ZCL messages in genericapp example. Is it possible?

Part Number: CC1352R

Hi TI,

I'm building an application to communicate with other Zigbee devices based on the zr_genericapp code.

I'd like to receive also messages which do not conform to the ZCL spec. Is that possible? If so, which is the place in the code to detect this messages?

Thanks in advance,

Best regards,

  • Hi Matias,

    In what way do your messages not conform to the ZCL spec?  You should be able to achieve this by intercepting AF messages using your own logic inside zclGenericApp_processAfIncomingMsgInd (notice how zcl_ProcessMessageMSG will further process ZCL messages).  Although this answer is no different from the original question so please let me know if I am missing something.

    Regards,
    Ryan

  • Hi Ryan, Thanks for you answer, after adding the corresponding logic I was able to intercept those packets.

    Thank you,

    Matias