ABOUT ZIGBEE OF NRF54L15

Hi Nordic:

    We are currently testing Zigbee on the nRF54L15 platform using the Zigbee R23-add-on-V1.0.0 SDK. It has been observed that when a low-power node disconnects from the gateway, it cannot enter low-power mode until it successfully rejoins the network. Are there any solutions to address this issue?

Regard Best

Jermi

Parents Reply Children
  • This is what I see using the unmodified light_switch sample:

    The chunk in the middle is when I removed the coordinator, and when I powered it back on, it went down to normal current consumption (which is a bit high in this case, but logging was turned on, keeping the HFCLK running at all times).

    I will test your application tomorrow (I spent a bit too long getting the Zigbee addon up and running, so didn't have time for it today)

    Best regards,

    Edvin

  • Your application also goes down after it rejoins the network:

    You can see that I disconnected the coordinator in the middle, but then turned it back on. In the marked section (the greyed out) you can see that it goes back into low power mode, with an average of 392µA (I turned on UART logging, so it will be lower if this is disabled).

    What are you using to measure the current consumption? And what does it look like before you disconnect it from the network? What is the current consumption then?

    Best regards,

    Edvin

  • We use Otii to measure the device’s power consumption.
    Before disconnect, the device can enter low-power mode, consuming around 3-4uA. However, if the rejoin fails or the gateway is never powered on, the device will never enter low-power mode (I tested for about 30 minutes), and it will continuously consume 3.8mA.
Related