Hello,
I want to confirm whether the nRF52805 supports Bluetooth 6.0 features when using the Nordic SDK version 2.8 or later.
Thanks,
PG
Hello,
I want to confirm whether the nRF52805 supports Bluetooth 6.0 features when using the Nordic SDK version 2.8 or later.
Thanks,
PG
Hi Praveen,
Yes, the nRF52805 supports BLE 6.0 features with NCS v2.8.0 and later. See the compatibility matrix: https://docs.nordicsemi.com/bundle/comp_matrix_nrf52805/page/COMP/nrf52805/nrf52805_ble_qdid.html
Best Regards,
Swathy
Hi Swathy,
Good to know it supports the BLE 6 feature. Could you tell me which sample I should use to test BLE 6 on the nRF52805? When I try building the peripheral_hr sample for the nrf52dk/nrf52805 target, I get errors like "ld.bfd.exe: region RAM overflowed" because the nRF52805 only has 192 KB of Flash and 24 KB of RAM. If I want to test BLE 6, which sample is small enough to fit within this device’s memory limits?
Setup Details: SDK 3.1.0, IDE: VS Code, nrF Connect extension, nRF52805 .
Thanks,
PG
Have you tried the minimal configuration?

And BLE 6 feature is not really clear. The nRF52805 is qualified to Bluetooth Core 6.2 with the latest nRF Connect SDK tag and this means it supports all the latest erratas from the Bluetooth 6. It does not mean it supports Channel Sounding for instance, this was the hallmark feature for Bluetooth 6.
What features are you looking for?
Hi,
You mean, even though the nRF52805 is approved for Bluetooth Core 6.2 when used with the newest nRF Connect SDK, this only means it follows the updated rules and fixes in the standard? It does not mean the chip supports new Bluetooth 6 features. For example, Channel Sounding, the main new feature in Bluetooth 6, does not work on the nRF52805 because the hardware isn’t built for it.
Thanks,
PG