Hi All,
From the data sheet nrf51822 have a aes hw modules which is used bt softdevice s110.
If i disable the pairing key .
Can I use the inbuilt aes module from my application program.
Any help is greatly appreciated. Thanks & Regards, Dibin
Hi All,
From the data sheet nrf51822 have a aes hw modules which is used bt softdevice s110.
If i disable the pairing key .
Can I use the inbuilt aes module from my application program.
Any help is greatly appreciated. Thanks & Regards, Dibin
You don't have to disable the pairing on the BLE link to use the AES in your application. You can simply request your payload to be encrypted before handing it over to the BLE stack. That way the data is already encrypted by your application before it's sent across BLE with encryption.
Hi, Thankyou verymuch for your response , Is there any API available for this? Thanks & Regards, Dibin
Have a look at the API here: developer.nordicsemi.com/.../a00756.html
Hi , Thank you very much for information. Regards, Dibin