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

Lock and restart Zigbee Stack

Hello!

I'm using the nRF 52840 module for Zigbee applications.
I am implementing a Zigbee router and I need the time-limited commissioning on the device, such as the creation of a Zigbee network by a Coordinator. At the moment I can't find any API to do this. Is there a way to lock and restart the Zigbee stack without necessarily having to reset the device?

Thank you,

Raffaela

Parents Reply Children
  • Hi Andreas,

    I tried that approach that you advised to me. But it doesn't work. 

    I will explain to you better what I should do: since it is a multiprotocol system, I need that, when the BLE is active, the Zigbee in the router device is not active; so, if a Zigbee Coordinator tries to scan the network, it should not find my router device. But of course, I could turn off the BLE and reactivating the Zigbee so now I need the Zigbee Coordinator to find my device, following a scan.

    How to turn on or off the BLE is clear (I can start and stop the advertisement).

    Is it possible to do this in some way, without obviously having to do a reset the device and restart the stack?

    Thank you so much and best regards,

    Raffaela

  • Hi again Raffaela.

    Since you have a multiprotocol system, I think that you should think about using timeslots.

    There is, as I said, no API at the moment for "disabling" Zigbee, but you could put the Zigbee radio time inside a timeslot in the SoftDevice.

    Best regards,

    Andreas

Related