Excuse me:
How to get profile QDID,host QDID and controller QDID of nrf52832?The current SDK version is nRF5_SDK_15.2.0_9412b96,Soft device is S112,thank you!
Excuse me:
How to get profile QDID,host QDID and controller QDID of nrf52832?The current SDK version is nRF5_SDK_15.2.0_9412b96,Soft device is S112,thank you!
Hi
1. The QDID of the nRF52832 (S112 v6.1.0 & nRF5 SDK v15.2.0) is this one: https://launchstudio.bluetooth.com/ListingDetails/64936 (QDID 115593) or https://launchstudio.bluetooth.com/ListingDetails/77546 (QDID 125080) if you use S112 v6.1.1. Please note that for the nRF5 SDK and SoftDevice the end-product is a combination of the Host and Controller, while in NCS these are separate components.
3. The profile QDID however, depends on what profiles you're looking for. HID over GATT is found here, and a multi-profile subsystem can be found here for example.
Best regards,
Simon
Hi
1. The QDID of the nRF52832 (S112 v6.1.0 & nRF5 SDK v15.2.0) is this one: https://launchstudio.bluetooth.com/ListingDetails/64936 (QDID 115593) or https://launchstudio.bluetooth.com/ListingDetails/77546 (QDID 125080) if you use S112 v6.1.1. Please note that for the nRF5 SDK and SoftDevice the end-product is a combination of the Host and Controller, while in NCS these are separate components.
3. The profile QDID however, depends on what profiles you're looking for. HID over GATT is found here, and a multi-profile subsystem can be found here for example.
Best regards,
Simon