ZLL ZLight 不使用按键
我作一个调光的LED灯,灯内没有按键,遥控器touchlink键,LED灯不能加入,按照下面网址里面说明去做,编译不能通过,提示如下错误信息
http://processors.wiki.ti.com/index.php/ZStack-Lighting-1.0.1_FAQ
How do I remove the need for the button on the ZLight2 Reference Platform
Making ZLight2 Classically Join a ZigBee Network without a button press
Error[Pe020]: identifier "zdoIncomingMsg_t" is undefined E:\Texas Instruments\Z-Stack Lighting 1.0.2\Projects\zstack\ZLL\Source\zll.h 450
为什么会有zdoIncomingMsg_t这个东西?
不清楚。
增加
#include "ZDProfile.h"
在
#include "zll_target.h" 上面可以编译通过
但是遥控器touchlink还是不行。
怎样才能让灯没有按键,实现遥控器touchlink,灯加入。
你做的修改是指启动以后以传统的入网方式在加入网络,原先我们的协议栈在不做改动的情况就可以用Touchlink的方式来入网的!
你有具体的抓包数据吗?
VV
你做的修改是指启动以后以传统的入网方式在加入网络,原先我们的协议栈在不做改动的情况就可以用Touchlink的方式来入网的!
你有具体的抓包数据吗?
按遥控器touchlink键后,抓到下面的包
灯没有回任何信息
我的意思是,灯不用按键操作,加入。