Actually, nRF 52832 DK has Type-2 NFC Tag. For type-2 NFC TAG, its data access method can be read/write or read only. Therefore, does Nordic have any example codes of two nRF52832 exchange RAM information with each other via NFC Touch?
Actually, nRF 52832 DK has Type-2 NFC Tag. For type-2 NFC TAG, its data access method can be read/write or read only. Therefore, does Nordic have any example codes of two nRF52832 exchange RAM information with each other via NFC Touch?
Hi,
The NFC tag in the nRF52832 is a passive listening device. To communicate with this tag, you need a polling device, a device that is capable of generating a field. This means that the nRF52832 NFC tag can be read or writen, but not by another passive tag. The NFC library in our SDK is still read only, but write support can potentially be added in the future, since the hardware support writing.
Also, have a look at this thread.
Best regards,
Jørgen
Hi,
The NFC tag in the nRF52832 is a passive listening device. To communicate with this tag, you need a polling device, a device that is capable of generating a field. This means that the nRF52832 NFC tag can be read or writen, but not by another passive tag. The NFC library in our SDK is still read only, but write support can potentially be added in the future, since the hardware support writing.
Also, have a look at this thread.
Best regards,
Jørgen
Thank you for your answer.