Z Stack網路引數配置

2021-08-27 13:35:34 字數 2558 閱讀 7090

z-stack網路引數配置

環境:

zigbee協議版本:2007

工程:sensordemo

說明:

網路最大深度:

在nwk_globals.h中

#define max_node_depth 5

父節點可以有的最大子路由節點數:

在nwk_globals.c中

uint8 cskiprtrs[max_node_depth+1] = ;

父節點可以有的最大子節點數:

在nwk_globals.c中

uint8 cskipchldrn[max_node_depth+1] = ;

網路拓撲更改:

在nwk_globals.c中

// controls the operational mode of network

#define nwk_mode_star 0

#define nwk_mode_tree 1

#define nwk_mode_mesh 2

// controls various stack parameter settings

#define network_specific 0

#define home_controls 1

#define zigbeepro_profile 2

#define generic_star 3

#define generic_tree 4

#define stack_profile_id home_controls

#elif ( stack_profile_id == home_controls )

#define max_node_depth 5

#define nwk_mode nwk_mode_mesh

#define security_mode security_commercial

panid設定:

在f8wconfig.cfg中

範圍0-0x3fff.如果是0xffff則系統會隨機產生乙個panid.

通道:在f8wconfig.cfg中

/* default channel is channel 11 - 0x0b */

// channels are defined in the following:

// 0 : 868 mhz 0x00000001

// 1 - 10 : 915 mhz 0x000007fe

// 11 - 26 : 2.4 ghz 0x07fff800

////-dmax_channels_868mhz 0x00000001

//-dmax_channels_915mhz 0x000007fe

//-dmax_channels_24ghz 0x07fff800

//-ddefault_chanlist=0x04000000 // 26 - 0x1a

//-ddefault_chanlist=0x02000000 // 25 - 0x19

//-ddefault_chanlist=0x01000000 // 24 - 0x18

//-ddefault_chanlist=0x00800000 // 23 - 0x17

//-ddefault_chanlist=0x00400000 // 22 - 0x16

//-ddefault_chanlist=0x00200000 // 21 - 0x15

//-ddefault_chanlist=0x00100000 // 20 - 0x14

//-ddefault_chanlist=0x00080000 // 19 - 0x13

//-ddefault_chanlist=0x00040000 // 18 - 0x12

//-ddefault_chanlist=0x00020000 // 17 - 0x11

//-ddefault_chanlist=0x00010000 // 16 - 0x10

//-ddefault_chanlist=0x00008000 // 15 - 0x0f

//-ddefault_chanlist=0x00004000 // 14 - 0x0e

//-ddefault_chanlist=0x00002000 // 13 - 0x0d

//-ddefault_chanlist=0x00001000 // 12 - 0x0c

-ddefault_chanlist=0x00000800 // 11 - 0x0b

通道配置:

通道編號

中心頻率/mhz

通道間隔/mhz

頻率上限/mhz

頻率下限/mhz

k=0868.3 --

868.6

868.0

k=1,2,…,10

906+2(k-1) 2

928.0

902.0

k=11,12,…,26

2401+5(k-11) 5

2483.5

2400.0

Z stack編譯選項的配置

對於乙個具體專案,編譯選項位於兩個位置 z stack complie options文件 針對裝置邏輯型別的編譯選項配置,位於鏈結器的控制檔案 位於iar專案檔案中使用者自定義的功能編譯選項 使能與不使能 一 對於鏈結器控制檔案 在tools工程資料夾中有5個鏈結檔案和1個cc2530配置檔案。f...

配置基本網路引數

內容提要 1.使用ifconfig 命令配置以太網路介面 2.使用手工方式修改網路引數 3.配置linux 下的dns 4.實現hosts 表的靜態網域名稱解析 5.與網路相關的配置檔案彙總 6.啟動網路的重要指令碼 1.ifconfig 配置 檢視網路介面的配置 ifconfig 網路介面 位址 ...

配置基本網路引數

配置基本網路引數 內容提要 1.使用ifconfig 命令配置以太網路介面 2.使用手工方式修改網路引數 3.配置linux 下的dns 4.實現hosts 表的靜態網域名稱解析 5.與網路相關的配置檔案彙總 6.啟動網路的重要指令碼 1.ifconfig 配置 檢視網路介面的配置 ifconfig...