Other Parts Discussed in Thread: CC2530
请问论坛上的各位朋友,最近用CC2530做IAS ZONE设备的低功耗调试,需要在终端设备在低功耗模式下,实现周期性的上报“IAS Zone:Zone Status Chang Notification”?最好与NLME_SetPollRate(x)设置的“x”值一致,效果如下图所示。
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: CC2530
请问论坛上的各位朋友,最近用CC2530做IAS ZONE设备的低功耗调试,需要在终端设备在低功耗模式下,实现周期性的上报“IAS Zone:Zone Status Chang Notification”?最好与NLME_SetPollRate(x)设置的“x”值一致,效果如下图所示。
NLME_SetPollRate是poll rate ,你可以用一个定时器时间去做,但是“IAS Zone:Zone Status Chang Notification是发生改变才去上报,就像烟雾报警过了一定的阈值才会notification。