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 Children
  • Hi Santiago,

    I don't know which Dusun device you have, but I found two Dusun IoT gateways on the Zigbee alliance website (1 and 2). From their compliance documents I could tell that they both use the IAS Zone cluster. Unless you have implemented this in your application, these devices will not be able to join your network, as the IAS Zone cluster adds more security, and you must perform IAS Zone enrollment in order to be able to connect. We do have support for the cluster in the SDK, and you can find the documentation here. However, we don't have any examples with IAS Zone as of now. If you decide that you want to implement this, you should take a look at the Zigbee Cluster Library specification, specifically the chapter about implementation guidelines. You can also take a look at this DevZone case.

    Best regards,

    Marte

  • Hi Marte,

    Thanks for your response.

    The IAS Zone behavior appears once the device has joined the network. By the way, our project does support it.

    Regards, 

Related