Other Parts Discussed in Thread: CC2630
我要做低功耗设备,请问如何降低功耗,已经打开了powersaving,用的是RTOS,CC2630,只是改变这个DPOLL_RATE值吗,减少data request 的发送频率
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.
Other Parts Discussed in Thread: CC2630
我要做低功耗设备,请问如何降低功耗,已经打开了powersaving,用的是RTOS,CC2630,只是改变这个DPOLL_RATE值吗,减少data request 的发送频率
您可以参考Switch项目里面的修改poll rate的方法
// Change the default poll rate from 1 second to
// the config
// setting (znwk_config.h)
Switch_setPollRate(ZNWK_POLL_RATE);