I used nRF52833 sdk17.1 to develop a device that is now going to use long distance. 17.1.0\examples\ble_peripheral\ble_app_uart\pca10100. Now what can I do to use his long distance? Thank you!
I used nRF52833 sdk17.1 to develop a device that is now going to use long distance. 17.1.0\examples\ble_peripheral\ble_app_uart\pca10100. Now what can I do to use his long distance? Thank you!
Hi,
First of all, you will need to update your code to have the use of Coded PHY instead of the ordinary PHY:

Make sure to do this on both central and peripheral devices,
You might also need to set the advertising type to an extended advertising option:

Make sure you set the scan response data to NULL as it's not supported by Coded PHY:

For further changes and implementations, I would recommend you to go through this Long-Range BLE sample.
-Priyanka
..
I visit the remote routine you said, because the network is not good, it is difficult to download. Can you download it and send it to me?
Thank you very much.
My email is [email protected]
PLease find the example attached.
This is not what I wanted. Not on an experimental basis, but on an engineering basis, tell me where the Settings need to be changed, you understand? The SDK I use is 17.1. Now I am developing products on this SDK. nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10100\s113. What you send is experimental in nature, I don't want this, but in this project, what needs to be changed, how to change ok? I'm stupid. You have to help me. Now I'm in a hurry. God bless you. You are more and more beautiful!
Next time I see a good news!
This is not what I wanted. Not on an experimental basis, but on an engineering basis, tell me where the Settings need to be changed, you understand? The SDK I use is 17.1. Now I am developing products on this SDK. nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10100\s113. What you send is experimental in nature, I don't want this, but in this project, what needs to be changed, how to change ok? I'm stupid. You have to help me. Now I'm in a hurry. God bless you. You are more and more beautiful!
Next time I see a good news!
Hi,
Please take a look at this ticket. Here, a colleague has attached the modified example for the ble_app_uart long range. Do take a look at this and let me know how it goes.
-Priyanka