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

NDEF documentation for type 2 Tag.

Hi,

I am trying to create a custom NDEF message to write to a NFC tag type 2 using the example code provided here.


https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fnfc_ndef_message_module_dox.html

According to that, the TNF (type name format) assigned for custom messages is 3, but when compared to thelist of  TNFpossible  values in here: 

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fnfc_ndef_format_dox.html

it doesn't make much  sense to me to use that type since type 0x03 corresponds to Absolute URI, while type 0x04 (NFC Forum external type) seems to make more sense for a custom NDEF record. Is this a typo in the documentation? I am kind of new to NDEF so it's possible I am missing something, if so, please don't hesitate on mentioning it.

Thanks

Related