Skip to content

Zigbee: Deep sleep without rejoin using RTC FAST Memory (TZ-1384) #501

@michapr

Description

@michapr

Is your feature request related to a problem?

Using the energy efficient deep sleep mode the device must rejoin to the Zigbee network after wakeup because all session information is lost. This take additional time (energy).

Describe the solution you'd like.

I would like to save all needed information (data) to the RTC FAST Memory, it will not be lost in deep sleep mode (if right configuration). So after start we could check the RTC RAM value - if valid, the join procedure can be skipped.

If connection is multiple times not possible the rejoin can be forced (set RTC values to invalid)

Describe alternatives you've considered.

No response

Additional context.

a similar method was implemented for the ESP32 at LoraWan

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions