I am using nrf52810 for ble peripherial , is there any sample project which has pass key authorisation , if not what are the changes need to incorporate in peripheral template project to bring pass key authorisation
I am using nrf52810 for ble peripherial , is there any sample project which has pass key authorisation , if not what are the changes need to incorporate in peripheral template project to bring pass key authorisation
Hi,
Adding passkey authorization to a BLE application is fully covered in the Bluetooth Low Energy Fundamentals course, Lesson 5 - Security in Bluetooth LE communication, Exercise 1.
Regards,
Terje
i am using segger studio , sdk 17, the tutorial uses vs code
Hi,
The link was for nRF Connect SDK, our newest SDK, which we always recommend for new projects. nRF5 SDK has been in maintenance mode for some years at this point. See nRF Connect SDK and nRF5 SDK statement for details.
If you still want to use nRF5 SDK, then you can have a look at e.g. the Glucose Application for reference.
Regards,
Terje
hai thank you for your reply , i just tried for new sdk in vs , in case of segger it can easily be programmed but in case of vs , i can't flash the device
one more doubt , i am using v2.9 button LED ble peripheral lbs will it work in nrf52810 , because even i program through segger J Flash (v8) the devie is not showing in nrf connect in my mobile
sdk-nrf/samples/bluetooth/peripheral_lbs/README.rst at v2.9.0 · nrfconnect/sdk-nrf · GitHub
Hi,
Bluetooth: Peripheral LBS should work on nRF52810, yes.
What board are you using, and how have you connected the board to the PC?
Please also make sure that you have the latest J-Link Software and Documentation Pack from Segger and the latest nRF Command Line Tools. Despite the warnings, nRF Command Line Tools is still needed, and I can tell that the project you are building is using it since it uses the command line tool of nrfjprog
.
Regards,
Terje
Hi,
Bluetooth: Peripheral LBS should work on nRF52810, yes.
What board are you using, and how have you connected the board to the PC?
Please also make sure that you have the latest J-Link Software and Documentation Pack from Segger and the latest nRF Command Line Tools. Despite the warnings, nRF Command Line Tools is still needed, and I can tell that the project you are building is using it since it uses the command line tool of nrfjprog
.
Regards,
Terje