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 Marte,

    Thanks for your reply. My requirement is we want add Enocean switch (PTM 216z) to ZigBee network and then control the lamp. For this I have used Zigbee Co-Ordinator for creating network and light_bulb for acting on light commands from sample applications. 

    I able to create ZigBee network and light_buld joins the network. But when I am pressing Enocean switch, no events received on light_bulb application. Could you help me how to receive green power events on light bulb application? Is there callback registration required for receiving green power events? Could you point to any documentation for receiving and handling green power events in application.

    Note: all are operating same ZigBee channel.

    Thanks & Regards

    RK.

Children
Related