BeeStack - gApsDesignatedCoordinatorDefault_c is not supported so how do I make my device coordinator?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

BeeStack - gApsDesignatedCoordinatorDefault_c is not supported so how do I make my device coordinator?

跳至解决方案
844 次查看
atillametetured
Contributor V

See [R1] apsDesignatedCoordinator in Table 2.24, AIB
Set to TRUE (1) if the device should become the ZigBee Coordinator on startup, FALSE if
otherwise. This flag is only relevant for a ZigBee device that can become a router or
coordinator on startup.

Not currently support. Set to FALSE.

Default: FALSE
*/
#ifndef gApsDesignatedCoordinatorDefault_c
#define gApsDesignatedCoordinatorDefault_c TRUE
#endif

If this is not supported what is the correct way to enable my device as a coordinator.

Mete

标记 (3)
0 项奖励
1 解答
726 次查看
jc_pacheco
NXP Employee
NXP Employee

Hello Mete,

See a coordinator example demo at:

 C:\Freescale\Kinetis_BeeStack_5.0.0\examples\zigbee_HAOnOffLight\kw2x\frdmkw24\freertos\iar\zigbee_HAOnOffLight_frdmkw24_freertos_Zc_Rs

#define gCoordinatorCapability_d            TRUE

在原帖中查看解决方案

1 回复
727 次查看
jc_pacheco
NXP Employee
NXP Employee

Hello Mete,

See a coordinator example demo at:

 C:\Freescale\Kinetis_BeeStack_5.0.0\examples\zigbee_HAOnOffLight\kw2x\frdmkw24\freertos\iar\zigbee_HAOnOffLight_frdmkw24_freertos_Zc_Rs

#define gCoordinatorCapability_d            TRUE