I NRF51822 respectively, as master and slave, and bindings need to pair between the master and slave. I do not understand the contents of this, who can provide these routines and information. I would be very grateful. . . .
I NRF51822 respectively, as master and slave, and bindings need to pair between the master and slave. I do not understand the contents of this, who can provide these routines and information. I would be very grateful. . . .
In order to understand how bonding works, I would first recommend you to get an overview of how BLE works. This blog post links to some great BLE documentation resources.
The latest version of the SDK, SDK 11, uses the peer manager module to handle bonding. You can get an overview of the peer manager here.
In order to understand how bonding works, I would first recommend you to get an overview of how BLE works. This blog post links to some great BLE documentation resources.
The latest version of the SDK, SDK 11, uses the peer manager module to handle bonding. You can get an overview of the peer manager here.