Zigbee Green Power Device support

Hello Everyone,

Hope you all are doing great.

I want to enable the Green power sink on the light bulb application (Zigbee). As per Nordic documentation, i have enabled CONFIG_ZIGBEE_GP_CB=y in the .config file. But after the build the above config changes to proxy configuration to CONFIG_ZIGBEE_GP_PB=y. Could anyone help me how to enable the GP combo/sink?

I am using nRF52840-DK.

Basic aim: I am looking for peer to peer communication via ZigBee (green power device will directly send signals to nRF52840-DK). I don't want coordinator in between.

Regards,

RK

Parents Reply
  • Hi RK,

    I see that your switch is sending GPD 8-bit vector: press/release commands. A device needs sink functionality in order to be able to translate GPD commands, so a Proxy Basic device, such as the light bulb, will not be able to translate these commands. I have asked the developers if there is a way to make this work without access to the ZBOSS stack sources. I am still waiting on a reply.

    Best regards,

    Marte

Children
Related