Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
When testing broadcast transmissions from collector to sleepy sensor nodes, I noticed that most of the time those broadcasted messages will be received by sleepy sensor nodes 90s seconds later. For background, broadcast interval is set at 300s, and broadcast dwell time is set at 100ms.
This makes wonder if those messages were put into a queue, and then sent out one by one every broadcast interval. If so, is there a way to query the size of the queue so we don't overflow it.
Update: I noticed in FH low latency broadcast mode, collector maintains a tally on how many messages have been broadcasted, and only sends out another one if the tally is down to 0. Should we do the same in FH mode too?
Please advise.
ZL