I want to connect the nordic ZigBee with Digi's XBee module.
I have configured the Digi XBee pro s2c module as coordinator and nordic as a router but they are not communicating.
Which parameters should I configure to get this work?
I want to connect the nordic ZigBee with Digi's XBee module.
I have configured the Digi XBee pro s2c module as coordinator and nordic as a router but they are not communicating.
Which parameters should I configure to get this work?
Wireshark file is attached of 2 XBee modules those are connecting.
Wireshark file is attached of nordic router and XBee modules those are having connection issue.
Hello,
What IDE are you using? The reason I ask is that I need to look at the network trace log from one of the Nordic devices when they try to connect. These are generated using the debug zboss library, but the ones attached in the SDK has a bug. So I need to know what debug zboss file that you need to use.
Best regards,
Edvin
Can you please try to follow the description from the section: "Using CLI to controll lighting devices" from here.
Use the command "bdb legacy enable", or the equivalent implementation, using:
zb_bdb_set_legacy_device_support(1);
Does that change anything?
Best regards,
Edvin
Thanks, Edvin,
Now it is working.