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.

CC1310: Multi sensors to set different beacon latency in 15.4 stack

Part Number: CC1310

Hi, 

In beacon enabled network of 15.4 stack, different sensors have different latency requirements.

Is there any parameter to configure this? Tried BEACON_ORDER but it doesn't work.

Regards,

Yonghua

  • Hi,
    could you clarify exactly what you are trying to do?

    From what I understand you want different sensors to transmit data at different times?
  • Hi, Hector,

    Please let me give an example.
    It's beacon mode network.
    There are two sensors connected to the collector, the beacon interval of collector is 600ms.
    One of the sensors is ok with 600ms, but the other one needs to be longer.
    Can the second sensor wake up every 1.2S? If yes, how to configure it?

    Thanks.

    Regards,
    Yonghua
  • Hi Yonghua
    This is not possible without having to modify the library source and modifying the beacon mode algorithm. Basically all the devices have to wake up with the same period to receive the beacon and synchronize with the collector.
    The only thing that you can modify is the poll rate and the reporting interval to be longer than other devices in the network