How to set up nrf52833 Security 2 Level 2?

Hi,

I looked at some of the questions on the forum and they didn't give me good advice. Currently all I can do is nrf52832 Security 1 Level 4 and nrf52833 Security 1 Level 3. But according to my bluetooth protocol requirement is Security 2 Level 2 of nrf52833. But I have any good suggestions for finding a proper way to implement it? I use SDK17.1, softdevice s140 7.3.0.

Thank you,

wfagly.

Parents
  • Hi

    Security mode 2 (or more specifically data signing) is not supported in any of the SoftDevices in the nRF5 SDK. From what I have heard, data signing is in general not very widely used as most phones on the market doesn't support this feature either.

    The alternative will be to use the nRF Connect SDK where data signing is supported and should work. The GAP security features in Zephyr are described here, and data signing here in the Zephyr project.

    Best regards,

    Simon

Reply
  • Hi

    Security mode 2 (or more specifically data signing) is not supported in any of the SoftDevices in the nRF5 SDK. From what I have heard, data signing is in general not very widely used as most phones on the market doesn't support this feature either.

    The alternative will be to use the nRF Connect SDK where data signing is supported and should work. The GAP security features in Zephyr are described here, and data signing here in the Zephyr project.

    Best regards,

    Simon

Children
Related