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.

ZLL 与HUB配对问题



本人使用的ZLL版本为1.0.2的。HUB在与ZLL配对的过程中要求从endpoint 0x0b获取Simple Descriptor,有时候能获取到,有时候不可以,而endpoint 0x0c却可以获取到。hub请求endpoint0x0b的simple desc不能稳定的返回ZDO_SIMPLE_DESC_RSP。

如何修改?简化profile只实现ZHA profile部分但是仍然可以实现ZLL的功能可以吗?

  • 那你在程序里面,把0xc和0xb下面的内容对换下呢?

    对于设备来针对不同的endpoint下的simple desc rsp应该都是一样的行为,不可能说一个好获取,一个不好获取。

    hub也是你们自己开发的吗?

  • 那有可能就是其它地方的问题了。hub不是我们开发的,上述问题是hub开发商那边反馈的。我删掉了ZLL 的endpoint 0x0d,减少req次数,对加入ZLL网络有什么影响?