Quantcast
Channel: Zigbee 和 Thread
Viewing all articles
Browse latest Browse all 16962

帖子: 急!!! Z-Stack Mesh 1.0.0 Many-to-one route 编译出错

$
0
0

TI 员工和对Z-Stack  Many-to-one route 有相关经验的朋友,我目前应用是一个工厂要分布大于1000个数据采集节点, 我的思路是分成几个zigbee子网, 不同子网的信道不一样, 每个子网需要带至少100个zigbee节点设备。这样将存在不大于10个协调器,将它们与另外一个不同信道的zigbee节点通过串口连接, 最终所以数据汇集到一个协调器。我这样的思路是否可行? 会存在哪些风险?希望各位不吝赐教。 最近在参考TI的文档《Breaking the 400-Node ZigBee® Network》 做初步测试, 首先发现一下编译问题:

1) 协调器 编译出错,要保存430条路由信息, 出现空间不足的错误, 想知道当时TI 在圣地亚哥做测试的时候是如何做到是, 使用的芯片是不是2538呢?

       是否需要使用CC2538 作为协调器呢?

#define MAX_RTG_SRC_ENTRIES  430

Warning[w6]: Type conflict for external/entry "gMAX_RTG_SRC_ENTRIES", in module AddrMgr against external/entry in module nwk_globals; different basic types
Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment XDATA_N. Unable to place 2 block(s) (0xcd2 byte(s) total) in 0x3d9
byte(s) of memory. The problem occurred while processing the segment placement command "-P(XDATA)XDATA_N=_XDATA_START-_XDATA_END", where at
the moment of placement the available memory ranges were "XDATA:1b27-1eff"


Viewing all articles
Browse latest Browse all 16962

Trending Articles