This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SIG Declaration for Softdevice

Hello,

two part question;

-when a device is registered with the FCC, there is a good amount of documentation uploaded to the FCC website like test reports, photos of the device, operations manual and so on which anyone can see the chip type, layout and how it is used.
Whereas on the Bluetooth SIG site, it is on the registrar to choose which chip was used for the Declaration, and in Nordic's case, also choose which Softdevice version was used.
How then have Nordic customers established proof that a certain Softdevice noted in the QDID is the one actually being used in the device?
Other than showing SES code, or running the hex through Programmer, or a piece of paper drafted by the designer saying this is the Softdevice we are using, what type of documentation are users of Nordic chips showing as proof that this is the Softdevice version flashed to the chip?


-the above question is partly due to this.
When you start developing with say the nrf52832 chip, the SDK code will naturally steer you to use s132, and all other examples that you may choose to merge will also be using SD s132, and everything will be working fine with s132 since most available code for the 832 is written with s132 as SD. If you choose to develop for nrf52810, then examples will be based on SD s112 because 810 will never be a central. The 832 device under development is entirely a peripheral, no central capability whatsoever. Even the SDK directory says ble_peripheral.
Once the product is released and Declared with SIG as 832 with s132 QDID, the developers over time will find ways to add features to the product and maybe use FDS more. With FDS more flash space may be required and the best way to get more flash is to shed central code in the SD. By switching over to s112 using DFU, the same device keeps operating as an updated peripheral product but with more flash space.
The product is better, FCC is ok since radio is the same, everyone is ok except SIG because the SD is now s112. Since the original Declaration was s132, a new Declaration needs to be purchased only because the device needed more flash space and not because the device is no longer functioning as a central.
Is this a case of tough luck, or something not fully anticipated by the Declaration because of how a Softdevice for the 832 can be used?

thank-you,

Parents Reply Children
No Data
Related