Home > other >  ZStack low-power mode multicast data interaction problem, another snag
ZStack low-power mode multicast data interaction problem, another snag

Time:02-26

As title, the coordinator send data to the terminal USES multicast mode, the terminal to the coordinator to send data using on demand, current situation is that the terminal report way of on-demand is normal, and the coordinator send terminal, don't get the data, the configuration is as follows:
- DRFD_RCVC_ALWAYS_ON=FALSE
- DPOLL_RATE=1000
- DQUEUED_POLL_RATE=100
- DRESPONSE_POLL_RATE=100
- DREJOIN_POLL_RATE=440
Add POWER_SAVING compiled

If DRFD_RCVC_ALWAYS_ON is TRUE, it is normal, no problem, so I think the network configuration because of terminal dormancy question lead to not receive in time, this should be how to solve?

Fetching is as follows:

CodePudding user response:

Added NWK_AUTO_POLL

CodePudding user response:

Terminal mode does not support multicast, low power consumption only on demand

CodePudding user response:

reference month bird, on the second floor response:
terminal does not support multicast, low power consumption mode only on demand


Thanks to answer

I'll ask two questions, queries, after not finding the right way:
1, if only on demand, I would like to query the coordinator's group all the connection terminal, individually on demand, but did not find the related query, have said does not support, this should be how to deal with the
2, this change the reception mode DRFD_RCVC_ALWAYS_ON, in f8 files can be changed, in the code, if there is a way to make changes, like other several numerical parameters, provided there are ways

CodePudding user response:

reference WJHX reply: 3/f
Quote: refer to the second floor yueyue bird, response:
terminal does not support multicast, low power consumption mode only on demand


Thanks to answer

I'll ask two questions, queries, after not finding the right way:
1, if only on demand, I would like to query the coordinator's group all the connection terminal, individually on demand, but did not find the related query, have said does not support, this should be how to deal with the
2, this change the reception mode DRFD_RCVC_ALWAYS_ON, in f8 files can be changed, in the code, if there is a way to make changes, like other several numerical parameters, provided there are ways


1, group only retained the endpoint information, rely on the poor, find their best achieve a table management
According to when I was 2, terminal net DRFD_RCVC_ALWAYS_ON macros and direct send the data to determine whether the parent node, the true is directly forwarding data, false cache waiting poll, makes little sense to modify the operation process, but also receives less than data, unless the change every time leave then to rejoin

CodePudding user response:

I want to make the terminal use batteries and an external power supply mode of power supply, when there are external use external and external disconnect switch to the battery, after the change, is to want to shut down when the battery receive and open to receive when the external power supply, the received data is for the use of configuration, is not commonly used, but it must have
  • Related