Other Parts Discussed in Thread: CC2640, CC2640R2F
Tool/software: TI-RTOS
Hi everyone, I'm working with the CC2640 and with the project-zero. I read the various documentation of the SDK and I implemented the various security possibilities. Now my device is set to a default PASSKEY 0000, but I have several questions to ask you. I would like to access that device with the ability to change the password and, therefore, have more security. For example I turn on the device, I open the APP I connect and insert the default pass. Then he comes, Max and wants to access that device but I do not want it by default.
I thought about these solutions:
1) When I press the device button, it generates a random 4-digit password and takes the place of the default one
2) Change the password from APP
3) Create various passwords in the code and I will take a random request
What do you recommend? What could be the simplest solution. Also, is such a thing feasible?