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.

怎么实现 CC2530 路由器周期性休眠

Other Parts Discussed in Thread: CC2530, TIMAC

我在用 CC2530 做个产品,其节点发送数据是周期性的,也就是路由器知道什么时候要发送数据,比如 1 秒休息,发送 50 毫秒,又可以休息 1 秒;

我本想用 zstack,实现路由器定时休眠,定时醒来等待数据,然后又休眠, 但我听说这个 zstack 实现不了。

我的问题是:

       1、这个需求 zstack 能实现吗?

       2、如果不能实现,我能基于 timac ,写出满足这个需求的协议栈吗? 或者说,timac 对此有限制吗?