Other Parts Discussed in Thread: CC2538
如题
为了配置设备的reporting, 需要将设备和网关进行绑定, 这种情况下znp是否和直接使用cc2538做协调器一样, 绑定数量受NWK_MAX_BINDING_ENTRIES限制
求解答
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: CC2538
如题
为了配置设备的reporting, 需要将设备和网关进行绑定, 这种情况下znp是否和直接使用cc2538做协调器一样, 绑定数量受NWK_MAX_BINDING_ENTRIES限制
求解答
Linux GW能够保存sensor type,地址和端点信息,因此它可以直接发送消息或命令而无需绑定。
您现在是想都reporting给协调器吗?
E2E上有类似的帖子,您可以参考一下
http://e2e.ti.com/support/wireless_connectivity/zigbee_6lowpan_802-15-4_mac/f/158/p/601401/2214094#pi319568=4是reporting给协调器, 向设备发送命令不用绑定我是知道的,
根据里面提到的
The binding information is only stored on reporting device, i.e. If SampleLight is reporting device and coordinator is reporting destination, binding information is only stored on SampleLight and nothing needs to be stored on coordinator.
我是可以认为在这种情况下, 可以配置reporting给协调器的数量是没有限制的吗
谢谢了