Hello all,
I plan on using the blinking LED authentication in mesh configuration, I have seen the nrf mesh app video where it is done using the app but I want to achieve that using provisioner example,is this possible?
Regards,
Nakul
Hello all,
I plan on using the blinking LED authentication in mesh configuration, I have seen the nrf mesh app video where it is done using the app but I want to achieve that using provisioner example,is this possible?
Regards,
Nakul
Hi Nakul,
Do you want to have the authentication on the client & server nodes so that the node that is being provisioned blinks a certain number of times & you have to tell the provisioner example how many times the provisionee node LED blinked? How are you planning on telling the provisioner node the number of times the provisionee node blinks it's LED? By pressing a button on the provisionee the number of times that the provisionee LED blinks?
Have you taken a look at the source code running on the Thingy:52 device? I would start there & see how the the thingy sdk has been modified to add a random number of blinks for authentication.
Kind Regards,
Bjørn
Do you want to have the authentication on the client & server nodes so that the node that is being provisioned blinks a certain number of times & you have to tell the provisioner example how many times the provisionee node LED blinked?
Yes
How are you planning on telling the provisioner node the number of times the provisionee node blinks it's LED? By pressing a button on the provisionee the number of times that the provisionee LED blinks?
I was thinking if this is possible using serial example..where in I can input the number onto the terminal. By the way pressing a button certain number of times is also seems like a good idea...how do I implement that?
And yes I have seen the Thingy code for blink authentication tested it using nrf mesh app as well and I have noticed that it uses PB-GATT. What I want to achieve is implementing the same thing in normal server and client example, so for that what changes should I make in provisioner code?
Do you want to have the authentication on the client & server nodes so that the node that is being provisioned blinks a certain number of times & you have to tell the provisioner example how many times the provisionee node LED blinked?
Yes
How are you planning on telling the provisioner node the number of times the provisionee node blinks it's LED? By pressing a button on the provisionee the number of times that the provisionee LED blinks?
I was thinking if this is possible using serial example..where in I can input the number onto the terminal. By the way pressing a button certain number of times is also seems like a good idea...how do I implement that?
And yes I have seen the Thingy code for blink authentication tested it using nrf mesh app as well and I have noticed that it uses PB-GATT. What I want to achieve is implementing the same thing in normal server and client example, so for that what changes should I make in provisioner code?