This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Zigbee Install Codes Setting

Hi,

I'm trying to implement Install Codes on our project without good results: The end device could not join the coordinator network after retrying several times.

Because of that, we started with 2 cli agents (1 router and 1 coordinator)

On coordinator:

bdb role zc

bdb start

bdb ic add 83FED3407A939723A5C639B26916D505C3B5 F4CE36DA0EE4BEEE

bdb ic policy enable

On Router:

bdb role zc

bdb ic set 83FED3407A939723A5C639B26916D505C3B5

bdb start

Router is not joining to the network. It does not report any update nor getting a network address.

Is there any example or are we doing something wrong? Any compilation options on zboss stack?

Regards,

sjf

Parents
  • Hi,

    Sorry for the late reply. It seems like you are setting the wrong zigbee role on the router, if you type "bdb role zc" you are assigning it the coordinator role.

    Try using "bdb role zr" on the router device. You don't need to call zb_tc_set_use_installcode().

    You should also define the policy (calling 'bdb ic policy enable') before calling 'bdb start'. See the preconditions for using 'bdb ic' commands on the infocenter.

    BR,

    Marjeris

Reply
  • Hi,

    Sorry for the late reply. It seems like you are setting the wrong zigbee role on the router, if you type "bdb role zc" you are assigning it the coordinator role.

    Try using "bdb role zr" on the router device. You don't need to call zb_tc_set_use_installcode().

    You should also define the policy (calling 'bdb ic policy enable') before calling 'bdb start'. See the preconditions for using 'bdb ic' commands on the infocenter.

    BR,

    Marjeris

Children
Related