We used the NRF52840 in our product. I want to experiment with Long Range BLE using PHY Coded. I will be using:
-Peripheral - The Product
-Master NRF52840 DK
Are there any code examples for configuring the Master and Peripheral?
We used the NRF52840 in our product. I want to experiment with Long Range BLE using PHY Coded. I will be using:
-Peripheral - The Product
-Master NRF52840 DK
Are there any code examples for configuring the Master and Peripheral?
You can find the example code at github.com/.../nrf52-ble-range-estimator.
The link gives a 404 error for me? Could you give the full path?
Just found it thanks,
I want to update existing code rather that use demo code, is there any info on what to change in the SDK to achieve PHY Code S2/S8 in the docs?
You may also review the changes I made in the example I posted here: https://devzone.nordicsemi.com/f/nordic-q-a/40476/unable-to-convert-to-long-range-after-looking-at-umpteen-examples-- . It's based on an older SDK version, but the changes should still apply to newer versions.
You may also review the changes I made in the example I posted here: https://devzone.nordicsemi.com/f/nordic-q-a/40476/unable-to-convert-to-long-range-after-looking-at-umpteen-examples-- . It's based on an older SDK version, but the changes should still apply to newer versions.