Hello everyone,
I am working on a project where we need to implement a the connection between a peripheral and a central, both with no input/no output possibility.
The solution to have a kind of security would then be to use "Just works" method, and I was successful in implementing this on the peripheral side:
when I try to connect with the nRF-Connect on a smartphone, then the pairing happens correctly.
My problem is that I am not able to do the same thing when I use the other device as the central.....
Is someone able to provide an example code for a central using Just works authentication?
Or any other authentication, because I was not able to find anything useful on the central side....
I am working with nRF-Connect SDK v2.4.0 and with an NRF52833 for both the peripheral and central.
Thanks in advance for your help!