Other Parts Discussed in Thread: SYSCONFIG
how i can modify sensor and collector example send lptsk sensor data(temperature , humidity...) to collector every 30 seconds and in sleep mode when it doesn't send data
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.
how i can modify sensor and collector example send lptsk sensor data(temperature , humidity...) to collector every 30 seconds and in sleep mode when it doesn't send data
Hi,
By default, in that example, the device is configured to sleep when not sending data. You can look and change that behavior in the sysconfig (.syscfg) file included in the project by clicking on TI 15.4 Stack in the RF Stacks menu. You will then see a "Power" menu. In that menu, you will see a check box that says Non sleepy device.

As for sending data every 30 seconds, you can also configure that behavior in the "collector" example sysconfig, by changing the reporting interval value.

Regards,
Arthur