Tips: how to fix Rejoin Distance issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Tips: how to fix Rejoin Distance issue

970 Views
patrick_pan
NXP Employee
NXP Employee

Some customers found that the rejoin distance of JN5169 ZED is much shorter (almost 20~25% ) than its normal operation distance. This issue has been fixed by SDK4170-v2007 and code in the SDK need to be modified as followings :

1)comment BDB_vSetAssociationFilter() in vNsDiscoverNwk in Bdb_ns.c

2)comment BDB_vSetRejoinFilter() in BDB_vRejoinCycle in Bdb_start.c

3)comment BDB_vSetRejoinFilter() in BDB_vTlStateMachine in Bdb_tl_end_device_initiator_target.c and in vTlHandleScanResponse

Also  replace three zps_g_pvApl with ZPS_pvAplZdoGetAplHandle()  in APP_vConvertR21_PdmToR22_Records in App_pdm_convert.c in end device AN.

0 Kudos
1 Reply

766 Views
wslee
Contributor III

Why not use this source for final distribution?

0 Kudos