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

Changing default key to App generated key during connection via BLE in nRF52840

Hi. I am currently using an nRF52840 DK board and SDK 17.0.2.

My team is implementing a default key for the first connection to device.

During the connection, we plan to generate a private and public key in the APP side and pass the public key to the device.

Through this, we are trying to achieve encrypted messaging.

Is this implementation possible in the bootloader?

Thank you and appreciate the help. 

Related