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?

ソリューションへジャンプ
832件の閲覧回数
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 解決策
714件の閲覧回数
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 返信
715件の閲覧回数
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