This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Integrate Zigbee Green Power devices into Nordic Coordinator

Hi,

We have been working with a Zigbee coordinator based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b, Softdevice and FreeRTOS.

We are tring to integrate to the Zigbee network some Dusun devices (PIR sensors, leakage sensors, etc). These devices send some Green Power requests on init.

Is this supported on ZBOSS stack to be integrated by a nRF52840 based coordinator?

Thanks in advance,

Santiago

Parents Reply
  • Hi Santiago,

    I'm sorry for the late response on my part as well. I have been trying to look into your problem, but I can't tell what the problem is. Permit Join request is a part of the association process, and enables and disables permit join in the network. In the examples in the SDK, such as the light control example, the coordinator enables permit join for 180 seconds, which is the time window where nodes can join the network. Is the problem that nothing happens after the coordinator has enabled permit join, and that no nodes are able to join the network, or is it something else?

    This process shouldn't be any different when using the Green Power cluster. Have you compared how you're doing the association process etc. in your application with how it's done in the examples?

    Best regards,

    Marte

Children
Related