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.

关于zigbee 协议栈添加节点问题

各位:

今天仿照ZLL协议栈中调光灯的代码,尝试添加一个节点,入网能够成功,但是在上层接收不到网关发出的命令,请问有哪些需要注意的地方?

  • 你是说接收不到on/off这样的命令么?

    首先你看下空中数据,网关发出去的命令,节点有没有收到,并且返回ack和default Response

    发送数据的endpoint,地址,cluster都对吗?

    你在节点上有没有注册相关的callback函数。