Hello,
I am using the nRF Connect SDK v1.5.1 and using the Zigbee Projects.
I wanted to know if and how to change the default stack profile of the Zigbee App. The following link suggests that the default stack profile is -
Hello,
I am using the nRF Connect SDK v1.5.1 and using the Zigbee Projects.
I wanted to know if and how to change the default stack profile of the Zigbee App. The following link suggests that the default stack profile is -
Hei,
The following defines:
/** Network Selection Stack Profile Id*/ #define STACK_NETWORK_SELECT 0x00 /** 2007 Stack Profile Id*/ #define STACK_2007 0x01 /** Pro Stack Profile Id */ #define STACK_PRO 0x02
are enumeration for all available stack profiles and doesn't mean they are compiled-in. The defines that determine which stack profile is compiled-in are in zb_config.h:
#define ZB_PRO_STACK //#define ZB_STACK_PROFILE_2007
So the Zigbee PRO stack profile is the compiled-in profile, and also the lates one. Why do you want to switch to other profile?
The only way to switch profiles will be recompiling the ZBOSS stack, which is only available for members of the ZBOSS Open Initiative (ZOI).
Best regards,
Marjeris
Hello Marjeris,
First of all, Thank you for your response and I apologize for the delay.
Hello Marjeris,
First of all, Thank you for your response and I apologize for the delay.
Hi Yash,
Perhaps you are talking about Zigbee application profiles (like HA, ZLL, etc)?
I don't have any experience with these Digi S2B boards and XBEE modules but it looks like they operate on a private profile, however it looks like the API firmware on the modules can communicate with non-digi zigbee devices with public profile (like HA) which should make them able to talk with our Zigbee devices. See here.
Best regards,
Marjeris
Hello Marjeris,
Appreciate your response.
I have a follow-up question on the aforementioned. Since I am trying to integrate nRF/ZBOSS nodes with Digi S2B, S2C modules, those modules don't seem to have any pre-built encryption in Zigbee whereas nrf Zigbee has. Is there a way to disable the encryption in nrf/Zboss nodes to make them interoperate with the Digi nodes?
Thanks and Regards,
Yash
Hi Yash,
Can you clarify what you mean with "encryption in nrf/zboss nodes"? I am not sure I understand you question.
Best regards,
Marjeris