Other Parts Discussed in Thread: Z-STACK
I found the following defines in zmac_internal.h:
// LQI to Cost mapping
#define MIN_LQI_COST_1 12 //24
#define MIN_LQI_COST_2 9 //20
#define MIN_LQI_COST_3 6 //16
#define MIN_LQI_COST_4 4 //12
#define MIN_LQI_COST_5 2 //8
#define MIN_LQI_COST_6 1 //4
#define MIN_LQI_COST_7 0 //0
Does this mean the link cost will be 1 if LQI is larger than 12? My customer wants to check that because the values have a big gap to the stack they were using. Would you please confirm this? Thanks.
BR,
Shuyang