Other Parts Discussed in Thread: CC1352P,
Tool/software:
Hi,
I was able to port our code for 15.4 stack in FH mode to support FH low latency broadcast (FH-LLB) mode. My first impression is that the power consumption is similar if polling interval and broadcast interval for FH mode is set at 60s, and broadcast interval for FH-LLB mode is set at 30s. I tried to set the broadcast interval for FH-LLB to higher numbers, such as 60s, seems to stop working all together. I guess it might be capped somewhere between 30s and 60s, maybe (32767ms ?). And the joining and rejoining time seems to similar as well.
The benefit of FH-LLB is that collector can send data to sensor node(s) a lot faster, in 15 seconds at most vs 60s at most. But collector in FH mode has a higher throughput for node specific data, because multiple sensor nodes can poll for data in 60 seconds, while collector in FH-LLB mode can only send at most 4 node specific messages.
Can someone with the knowledge elaborate on other possible pros and cons?
Thanks,
ZL