Other Parts Discussed in Thread: Z-STACK
睡眠终端接收广播信息理论上是收不到的,
为了提高收到的概率(不需要百分百收到),有没有什么办法?
提高终端的POLL间隔是可以提高终端收到广播信息的概率,
另外协调器端能不能HOLD住广播信息等待睡眠终端来POLL?
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: Z-STACK
睡眠终端接收广播信息理论上是收不到的,
为了提高收到的概率(不需要百分百收到),有没有什么办法?
提高终端的POLL间隔是可以提高终端收到广播信息的概率,
另外协调器端能不能HOLD住广播信息等待睡眠终端来POLL?
1.你好,如果是绑定模式发送数据,以下参数怎么填写?地址填写什么?
zclSampleSw_DstAddr.addrMode = (afAddrMode_t)AddrNotPresent
zclSampleSw_DstAddr.endPoint = SAMPLESW_ENDPOINT;
zclSampleSw_DstAddr.addr.shortAddr =???;//地址填写什么?
地址填写什么?协调器给终端发的时候地址填写什么?
终端给协调器发的时候地址填写的0对吧?
2.如果协调器一瞬间给所有的终端都发送指令,假如这些终端都是睡眠定期唤醒的,
协调器最多能同时hold几个终端的指令?hold的最大数据长度是多少?
3.协调器单播的时候只hold睡眠终端的指令吗?非睡眠终端的指令是否也hold?
绑定模式发送数据 zclSampleSw_DstAddr.addr.shortAddr不用填写,Z-Stack會到binding table抓取DstAddr.addr.shortAddr