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.

CC2340R5: The node's poll period does not match the sending time of the Data request packets.

Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG,

Tool/software:

Hi
I used the 2340R5 as the node. It is a sleep device with a polling period of 3 seconds. I found that when it is connected to the coordinator of the gateway, the data request interval of it is 5 seconds each time. Does not match the "poll period" time

  • Hi,

    Please remember to always provide the SimpleLink F3 SDK version and code example used to produce these observations.  From my end, I can confirm that the onoff_switch example from the v9.11 SDK is correctly polling at 3s like designed in the SysConfig file for a LP-EM-CC2340R5.  We are aware of an issue which prevents the poll rate from going above 5s, which will be corrected by the next SDK release, and the current workaround is to call zb_zdo_pim_set_long_poll_interval() in the application using your targeted poll rate.  

    Regards,
    Ryan