Hi,
I have a network with 25 nodes, running SimpleLink CC1312 SDK 3.10. there is no problem to build the connections, but sensor nodes have troble to rejoin after turn off/on the collector. Not all of them have the problem, I will say randomly some of them were unable to rejoin. Our collector running in a mode that will be off for a while then start up again.
Sensor node is CC1312 and CoProcessor is also CC1312 with ti154stack_linux_x64_2_09_00_09. I went through some threads mentioned to adjust some settings, here is my questions,
1. what does tickle timer do?how it affect rejoin process? my setting is #define TRICKLE_TIMEOUT_VALUE 30000
2.Does this setting matters? #define FH_NUM_NON_SLEEPY_FIXED_CHANNEL_NEIGHBORS 2, we have 25 nodes...do i have to set it to 25?
3. if sensor not rejoin, what state its' in?
4. will increase association attempts help? #define CONFIG_FH_MAX_ASSOCIATION_ATTEMPTS 10
5. Do i need to change scan interval? #define CONFIG_SCAN_BACKOFF_INTERVAL 5000
6. anything in the collector end need to changes...what are the following settings do? what is 'PAS/CS MIN timer'?
; The maximum trickle timer window for PAN Advertisement
; and PAN Configuration frame transmissions.
; Recommended value is half of the PAS/CS MIN timer.
config-trickle-max-clk-duration = 6000
; The minimum trickle timer window for PAN Advertisement,
; and PAN Configuration frame transmissions.
config-trickle-min-clk-duration = 3000
what else should i look into?
thank you very much!
-yue