<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>NFCのトピックRe: Why does the TLV Value pattern differ only for MAC addresses?</title>
    <link>https://community.nxp.com/t5/NFC/Why-does-the-TLV-Value-pattern-differ-only-for-MAC-addresses/m-p/2019436#M12456</link>
    <description>&lt;P&gt;Hello, Fabian_R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon writing the MAC address from an Android smartphone, I verified that the length of the input was correct.&lt;/P&gt;&lt;P&gt;So do you think there is a problem with the tag writer in the iOS app?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1000001834.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/317309i7F0C71DCC65A4222/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1000001834.png" alt="1000001834.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Dec 2024 02:21:29 GMT</pubDate>
    <dc:creator>S_S</dc:creator>
    <dc:date>2024-12-26T02:21:29Z</dc:date>
    <item>
      <title>Why does the TLV Value pattern differ only for MAC addresses?</title>
      <link>https://community.nxp.com/t5/NFC/Why-does-the-TLV-Value-pattern-differ-only-for-MAC-addresses/m-p/2015636#M12423</link>
      <description>&lt;P&gt;Hellow.&lt;/P&gt;&lt;P&gt;We are trying to use NFC TAG to write wifi information written from a smartphone(iOS) to a microcontroller.&lt;BR /&gt;When we use TagWriter to write to the NFC TAG 5 Link click and then read it with TagInfo, the size of the MAC address is not what we expected.&lt;BR /&gt;Why is this?&lt;/P&gt;&lt;P&gt;The Tag that shows the MAC address is 10 27 and in the case of the photo the Value is FF FF FF FF FF FF FF FF. In this case, Length should be 06, but it is actually 11.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Image_20241217_181114_907.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/316371iC691ED2BFFD5B1FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Image_20241217_181114_907.png" alt="Image_20241217_181114_907.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="NTP5332" href="https://www.mikroe.com/ntag-5-link-click" target="_self"&gt;https://www.mikroe.com/ntag-5-link-click&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="tagwriter" href="https://apps.apple.com/jp/app/nfc-tagwriter-by-nxp/id1246143221" target="_self"&gt;https://apps.apple.com/jp/app/nfc-tagwriter-by-nxp/id1246143221&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A title="taginfo" href="https://apps.apple.com/jp/app/nfc-taginfo-by-nxp/id1246143596" target="_self"&gt;https://apps.apple.com/jp/app/nfc-taginfo-by-nxp/id1246143596&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 01:11:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Why-does-the-TLV-Value-pattern-differ-only-for-MAC-addresses/m-p/2015636#M12423</guid>
      <dc:creator>S_S</dc:creator>
      <dc:date>2024-12-18T01:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TLV Value pattern differ only for MAC addresses?</title>
      <link>https://community.nxp.com/t5/NFC/Why-does-the-TLV-Value-pattern-differ-only-for-MAC-addresses/m-p/2016285#M12429</link>
      <description>&lt;P lang="en-US"&gt;Hello sir,&lt;/P&gt;
&lt;P lang="en-US"&gt;You are correct, the value should be 06&lt;/P&gt;
&lt;P lang="en-US"&gt;In order to check the full structure of the Wi-Fi NDEF it is required to check the Wi-Fi Alliance's WSC specification.&lt;/P&gt;
&lt;P lang="en-US"&gt;Regarding the specifics of MAC Address, the ID is 0x10 0x20 (the bytes before the MAC) the values 0x00 0x06.&lt;/P&gt;
&lt;P lang="en-US"&gt;Could you please let me know if you are able to write the nTtag using an Android smartphone? Is the MAC value correct with Android?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 18:40:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Why-does-the-TLV-Value-pattern-differ-only-for-MAC-addresses/m-p/2016285#M12429</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2024-12-18T18:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why does the TLV Value pattern differ only for MAC addresses?</title>
      <link>https://community.nxp.com/t5/NFC/Why-does-the-TLV-Value-pattern-differ-only-for-MAC-addresses/m-p/2019436#M12456</link>
      <description>&lt;P&gt;Hello, Fabian_R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upon writing the MAC address from an Android smartphone, I verified that the length of the input was correct.&lt;/P&gt;&lt;P&gt;So do you think there is a problem with the tag writer in the iOS app?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="1000001834.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/317309i7F0C71DCC65A4222/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1000001834.png" alt="1000001834.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 02:21:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Why-does-the-TLV-Value-pattern-differ-only-for-MAC-addresses/m-p/2019436#M12456</guid>
      <dc:creator>S_S</dc:creator>
      <dc:date>2024-12-26T02:21:29Z</dc:date>
    </item>
  </channel>
</rss>

