Hi,
We are working on a product that uses EYSHCNZXZ, nRF52832 based module from Taiyo Yuden. The module is qualified as Component at 'PHY layer only'. The QDID of this module is 81272. It's declared with bluetooth version 4.2 (softdevice 132 V2.0.1). We want to update SDK of the project from nRF5_SDK_11.0 to nRF5_SDK_15.2. But nRF5_SDK_15.2 uses softdevice s132 V6.1.0 which is a bluetooth 5 version.
We know that replacing the SoftDevice will not invalidate the Bluetooth qualification; so if we upgrade to a newer SoftDevice, PHY layer Bluetooth re-qualification is not necessary. But here, the bluetooth version is also changed with new softdevice version, do we have to do something specific for that.
1. Can we use nRF5_SDK_15.2 with Bluetooth 5 on EYSHCNZXZ module and do the product declaration without going for any testing? If yes, can you suggest what we should mention while declaring our product with Bluetooth SIG?
2. With nRF5_SDK_15.2, can we choose not to use bluetooth 5 features and treat it as bluetooth 4.2 device? If possible, how to implement that? and how to approach product declaration with bluetooth SIG?
Our product has both custom services and standard GATT services (Battery Service, Device Information and secure DFU service).
Thanks in advance