Hi guys,
I am using the nRF52840 until recently - with the 2t2 library from nrfx - on a Zephyr application over the latest NCS 1.7.1
I wanted to add tag write capabilities.
It seems that the t2t library supports read-only, and to implement write capabilities I will have to switch to t4t - is that correct?
If yes, question is - why?
According to any documentation I found, the type 2 tag has both read/write capabilities - for example:
https://www.dummies.com/consumer-electronics/5-nfc-tag-types/
https://www.electronics-notes.com/articles/connectivity/nfc-near-field-communication/tags-types.php
Am I missing something?