<?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>topic NFC reader communication stack in NFC</title>
    <link>https://community.nxp.com/t5/NFC/NFC-reader-communication-stack/m-p/499656#M223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Hello everyone, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;I'm currently working on a project for my Master thesis in computer science. I'm using a NXP PN532 V1.6 reader with a NTAG213 tag. The tag holds a UUID as content in text/plain format. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;After studying your documentation I'm not quite sure how to establish a connect to my tag through the PN532 reader. First of all how can read out the content of the tag and which command steps are necessary to do so. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;I'm new to the software stack of PN532. At the moment I'm able to read out its firmware version by sending the following command frame: \x00\x00\xFF\x02\xFE\xD4\x02\x2A\x00. After that I tried to read page 4 of the tag by sending the command: \x00\x00\xFF\x05\xFB\xD4\x40\x01\x30\x04\xB7\x00. Yet the command returns the following frame: d541 27c300 indicating that I'm having an error with error code 0x27. Your documentation says its related to an unknown target number. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;What am I missing? What are the necessary steps to read out a tag when its within the antennas range? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Thanks in advance. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Florian&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 12:59:18 GMT</pubDate>
    <dc:creator>jackoneill87</dc:creator>
    <dc:date>2016-03-23T12:59:18Z</dc:date>
    <item>
      <title>NFC reader communication stack</title>
      <link>https://community.nxp.com/t5/NFC/NFC-reader-communication-stack/m-p/499656#M223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Hello everyone, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;I'm currently working on a project for my Master thesis in computer science. I'm using a NXP PN532 V1.6 reader with a NTAG213 tag. The tag holds a UUID as content in text/plain format. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;After studying your documentation I'm not quite sure how to establish a connect to my tag through the PN532 reader. First of all how can read out the content of the tag and which command steps are necessary to do so. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;I'm new to the software stack of PN532. At the moment I'm able to read out its firmware version by sending the following command frame: \x00\x00\xFF\x02\xFE\xD4\x02\x2A\x00. After that I tried to read page 4 of the tag by sending the command: \x00\x00\xFF\x05\xFB\xD4\x40\x01\x30\x04\xB7\x00. Yet the command returns the following frame: d541 27c300 indicating that I'm having an error with error code 0x27. Your documentation says its related to an unknown target number. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;What am I missing? What are the necessary steps to read out a tag when its within the antennas range? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Thanks in advance. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: AvenirLTStdLight, Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Florian&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 12:59:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NFC-reader-communication-stack/m-p/499656#M223</guid>
      <dc:creator>jackoneill87</dc:creator>
      <dc:date>2016-03-23T12:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: NFC reader communication stack</title>
      <link>https://community.nxp.com/t5/NFC/NFC-reader-communication-stack/m-p/499657#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Florian Schneider:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry that your question has been unanswered for some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have the issue, please make sure to activate the NTAG213 before reading data. To do this you need to send the command &lt;STRONG&gt;InListPassiveTarget&lt;/STRONG&gt;. The PN532 manual is not public but if you have it already give a check to the description of this command. After the tag is activated you should be able to read data from it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Jorge Gonzalez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 00:12:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/NFC-reader-communication-stack/m-p/499657#M224</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2016-04-27T00:12:19Z</dc:date>
    </item>
  </channel>
</rss>

