Finding and binding about JN5169

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

Finding and binding about JN5169

962 Views
jz_lin123
Contributor II

Hi all,

I used the demo JN-AN-1217 to develop my own product,and i get a question when i am in finding and binding.

Here is the question,

I add 3 endpoint to router node so the node have 4 endpoint, when I use the end device as a controllor to bind with the router as a target. The first endpoint that I added and the original one were bind successed,but the others always fail to binding.

When I delete the first endpoind i add, one of the endpoint which is failed getting success to binding. I think that there are only two endpoints can be bind in this node.

But I didn't find out that somewhere to set up this. So I ask help for you .

thank you!

Labels (1)
2 Replies

813 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi, 

Please look at the zpscfg file that the binding table supports more devices.

Could you please define the TRACE_APP_BDB in the make file? Then if the binding table is full, you will see the next print command.

        case BDB_EVENT_FB_ERR_BINDING_TABLE_FULL:
            DBG_vPrintf(TRACE_APP_BDB,"ERR: Bind Table Full\n");
            break;

Regards,

Mario

0 Kudos

813 Views
jz_lin123
Contributor II

thank you!