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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
777 Views
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

0 Kudos
1 Solution
659 Views
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

View solution in original post

1 Reply
660 Views
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