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

Implementing IAS Zone

Hello,

I am trying to implement the IAS Zone on a nRF52840DK, with reference to the CLI agent example.

How do I get the IASZone.h and zcl_option.h file?

Where do I include the structures, functions, etc. into?

Thank you.

Regards,

Terence

Parents Reply
  • Hi Amanda,

    What about the zcl_option.h?

    So, in order to implement the IAS Zone into the CLI agent example, I only need to add the relevant codes in the CLI agent example in "examples/zigbee/experimental/cli/cli_agent/main.c itself and include the relevant IASZone and zcl_option header files in the example am I right?

    As for the function etc, I can just use the APIs in the nRF5 SDK for Thread and ZigBee?

    After the required implementations, how do I update the hex file for the nRF52840DK?

    Sorry I'm kinda lost as its my first time attempting to do implementation on a development board.

    Regards,

    Terence

Children
Related