about nRF21540DK periodic_adv long rang

Hello,

NCS1.9.1, two nRF21540DK,  Windows10 X64, VS Code,

periodic_adv and periodic_sync , only 3M distance can recv data,

if over 3m, will unstable reception / disordered data .

why?

   

   

thanks 

Best Regards

Parents Reply
  • Hi,

    thanks,

    if the project is periodic_adv and periodic_sync,

    # ------------FEM--------------adv-----------------
    CONFIG_MPSL_FEM=y
    CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=n
    CONFIG_MPSL_FEM_NRF21540_RX_GAIN_DB=0
    CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB=20
            
    # ------------FEM-------------sync-----------------
    CONFIG_MPSL_FEM=y
    CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=n
    CONFIG_MPSL_FEM_NRF21540_RX_GAIN_DB=13
    CONFIG_MPSL_FEM_NRF21540_TX_GAIN_DB=0
       
    i want to set maximum statically only for long rang, is it correct?
       
    Best Regards
Children
Related