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

[ZIGBEE] SLEEPY ZED CONFIG

SDK: 14.1.0

CHIP: 52840

MULTI PROTOCOL

Hi, I want to know zed rf on off switching mechanism and configure on/off interval time.

I(current) - t(time) graph

What function I can setup rf on/off time?

What is the exact meaning of these functions?

zb_set_ed_timeout(ED_AGING_TIMEOUT_256MIN);

zb_set_keepalive_timeout(ZB_MILLISECONDS_TO_BEACON_INTERVAL(3000));

zb_sleep_set_threshold(20);

Parents
  • 1 & 2. Please check out more information on End devices and the keep alive process here.

    3. Check out more information on Power saving for Zigbee End devices here. When the scheduler detects that a device can be put in sleep mode, it will notify the application with a signal ZB_COMMON_SIGNAL_CAN_SLEEP. A device can not be put into sleep mode when the sleep interval is lower than this threshold. If the threshold is 0, it means that there is no threshold, and the application will be notified each time when the stack is ready to sleep, with no immediate callbacks in queue.

    Best regards,

    Simon

Reply
  • 1 & 2. Please check out more information on End devices and the keep alive process here.

    3. Check out more information on Power saving for Zigbee End devices here. When the scheduler detects that a device can be put in sleep mode, it will notify the application with a signal ZB_COMMON_SIGNAL_CAN_SLEEP. A device can not be put into sleep mode when the sleep interval is lower than this threshold. If the threshold is 0, it means that there is no threshold, and the application will be notified each time when the stack is ready to sleep, with no immediate callbacks in queue.

    Best regards,

    Simon

Children
No Data
Related