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.

CC1312PSIP: Orphan removal from protocol

Part Number: CC1312PSIP

Tool/software:

Not sure if this may be possible as it may be in the MAC level.  I have a request to maybe remove the orphan state from the sensor/collector example project I am using for doing a non beacon 15.4 protocol.  Is this possible?  What kind of effort would this take and would there be any ramifications?  We are pairing one to one between devices and believe there is no reason to orphan out.

Kevin

  • Hi Kevin,

    Yes this is possible and not unheard of. Orphan mode is a mode the sensor enters after loosing the connection with the collector. If you remove it, the sensor should just go back to the unconnected state it is in before connecting to a collector.

    Cheers,

    Marie H

  • Marie H,

    Do you have any suggestions on what components or files in the 15.4 radio code I need to modify to remove it?

    Kevin

  • Hi Kevin,

    Please see the jdllc.c file, the syncLossCb(). This API controls what happens when the sensor looses connection to the network.

    Cheers,

    Marie H