Hi Team ,
We have used 2 TI lauchpad in BLE connecting status to test the distance of BLE5 Long Range Mode and we found the distance in outdoor open environments is just 150-170m. Compared with the test data by TI (400m in indoor open environments),Our distance is too short. Can you help to guide how to increase the distance ? Thank you !
The following are our sets:
SDK Version:simplelink_cc2640r2_sdk_3_20_00_21
Example : Simplecentral & Simpleperipheral
Txpower : 5dbm
MTU: 65
Connection interval: 100ms
Latency: 0
Connection Timeout: 3s
Modified the Phy & Txpower : Via function : HCI_LE_SetPhyCmd(connHandle, 0, HCI_PHY_CODED, HCI_PHY_CODED, LL_PHY_OPT_S8)
HCI_EXT_SetTxPowerCmd(HCI_EXT_TX_POWER_5_DBM)