You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nRF52 series have an embedded NFC slave that can function as a pairing method, activation from sleep, and even as an alternative way to configure a device. @glennrub Are there any plans to expose this part of the chip?
The text was updated successfully, but these errors were encountered:
As for OOB pairing, it requires yet another (crypto) library, so I guess that must be carefully evaluated as well.
I'm not sure why the nrfx's NFC part is using this binary blob. I've looked through the tag emulation protocol and it doesn't seem to be overly complicated to implement.
@glennrub Are there any plans to expose this part of the chip?
Instead of trying to figure out the plans for NFC I managed to squeeze in some hours this afternoon to show a proof of concept. I'm not sure what requirements you guys really have, but i guess the PR can be used as a starting point #5104 to discuss what kind of API would make sense. In theory it should also be possible to extend it to also include Tag4 as there is a library for this as well.
The nRF52 series have an embedded NFC slave that can function as a pairing method, activation from sleep, and even as an alternative way to configure a device.
@glennrub Are there any plans to expose this part of the chip?
The text was updated successfully, but these errors were encountered: