CHIP: nRF52840
SDK: Thread and Zigbee 4.1.0
SD: s140 using multiprotocol
Hi, I have developed zigbee end device.
The communication with the coordinator has be done. (joining network, receive, transmit cmds)
I want to know that the coordinator is alive, so I called
zb_set_ed_timeout(ED_AGING_TIMEOUT_10SEC); zb_set_keepalive_timeout(ZB_MILLISECONDS_TO_BEACON_INTERVAL(1000)); zb_set_rx_on_when_idle(ZB_TRUE); ...
I checked packets with zigbee sniffer.
but, the zed doesn't send keepalive packet in joined network.
After set "zb_set_ed_timeout", Don't you have to send keepalive packet?