嗨,我们正在与MIWI Pro合作,我们有一个PAN协调器和5-6个终端设备(节点设备)。它工作在星形拓扑中。我们检查了PAN协调器的代码以及终端设备。我们在PAN协调器代码(ConfigApp.h)中发现,它被定义为:#definenNWK_ROLE_COORDINATORfor终端设备,它被定义为:#definenNWK_ROLE_END_DEVICESo,对于网格拓扑,我们保持了泛坐标。tor和终端设备相距很远,这样范围就不会到达,而在中间级别,我们保留了另一个协调器(与pan协调器相同)。获得0x0100的短地址然后切换到终端设备。现在当我们从泛协调器发送命令时,它没有到达终端设备。可能有什么问题。任何人可以让我们工作网格堆栈。
以上来自于百度翻译
以下为原文
Hi,
We are working with miwi pro where we have one pan coordinator and 5-6 end devices (node devices). it is working in star topology.
We checked the code for PAN co-ordinator as well as end device.
We have found in PAN co-ordinator code (ConfigApp.h) it is defined as:
#define NWK_ROLE_COORDINATOR
for end device it is defined as:
#define NWK_ROLE_END_DEVICE
So, for mesh topology we have kept pan co-ordinator and end device far apart such that range will not come, and in intermediate level we have kept another co-ordinator (same as that pan co-ordinator).
first we have switched on pan co-ordinator, which is get
ting short address of 0x0000
then another co-ordinator (inter mediate co-ordinator) which is getting short address of 0x0100
then switched on end device.
now when we are sending command from pan co-ordinator it is not reaching to end device.
what could be problem.
can any one could get us working mesh stack.