This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to: 4.2 security and OOB

We are building a system consisting of two devices (nRF52832) that need to communicate in a secure manner. We want to use the secure connection offered by BT4.2 and we want to use NFC to do OOB bonding as we have no UI. We plan to use the Adafruit PN532 NFC Shield on one device and the build in NFC tag on the other. I guess we should use the Peer Manager to handle the security aspects? I have tried to apply the security on the blinky sample projects using the Peer Manager. This however fails and I am unsure how to use the Peer Manager with OOB. I would like to get OOB working regardless of NFC. Does anybody have experience with OOB and the Peer Manager?

Related