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.

CC1312R: multiple reception from several slave.

Part Number: CC1312R

Hi, 

My customer use easy link examples with the CC1312R.

He has some questions about easy link.

Can a master receive data from multiple slaves?

Can a master communicate with two slaves with different sync words as below?

  • Hi

    Using the EasyLink API, a device will receive packets with the correct sync word (and the correct address, if address filtering is used). 

    EasyLink does not support listening for two different sync word. 

    This is however supported by the device itself, and can be accomplished using the prop. radio API directly (see the description of the CMD_PROP_RX_ADV in the TRM for details).

    Siri