nRF52 SDK Zigbee v4.1.0 How to enable Green Power Combo Basic behavior ?

Hi,

I try to use zgp api and first try to call zb_zgps_delete_all_zgpd() but I receive an error from linker:

undefined reference to `zb_zgps_delete_all_zgpd'

Is there a specific define or other thing to do to enable GPCB functionality of the stack ?

Regards,

Sébastien

Parents
  • Hello,

    The Zigbee Green Power Device is not implemented in the "legacy" SDK. It is only included in NCS (nRF Connect SDK), and the ZGPD is currently in experimental phase. 

    So if that is something you need, you need to look into NCS:

    I suggest looking into the nRF Connect for VS Code:

    https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-VS-Code

    BR,
    Edvin

  • Hello,

    My concern is not about green power device but green power combo (sink+proxy) embedded in a zigbee router.

    Is this part build in zboss library ?

    Otherwise what is the status about certification of zboss stack inside nrf connect sdk ?

    regards,

    Sébastien

  • The reply that I got from our Zigbee team yesterday:

    "It is included in the "Zigbee Green Power Combo" device, released only in NCS and only as an experimental feature (see: CONFIG_ZIGBEE_GP_CB)"

    Elyxoft said:
    Is this part build in zboss library ?

    So it is not part of the zboss library released in the SDK for Thread and Zigbee v4.1.0. 

    As it is currently an experimental feature in NCS, I don't think it is certified yet. But for these kind of requests (roadmap questions) I will have to forward you to our regional sales manager for your area. If you want their contact information, please send me a PM here on devzone, pointing to this question, and include your contact information and location (country). The reason I need you to send me a message is because I can't post the contact information in a public ticket, like this one.

    Best regards,

    Edvin 

Reply
  • The reply that I got from our Zigbee team yesterday:

    "It is included in the "Zigbee Green Power Combo" device, released only in NCS and only as an experimental feature (see: CONFIG_ZIGBEE_GP_CB)"

    Elyxoft said:
    Is this part build in zboss library ?

    So it is not part of the zboss library released in the SDK for Thread and Zigbee v4.1.0. 

    As it is currently an experimental feature in NCS, I don't think it is certified yet. But for these kind of requests (roadmap questions) I will have to forward you to our regional sales manager for your area. If you want their contact information, please send me a PM here on devzone, pointing to this question, and include your contact information and location (country). The reason I need you to send me a message is because I can't post the contact information in a public ticket, like this one.

    Best regards,

    Edvin 

Children
No Data
Related