<?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のトピックPres Check - Mifare Classic</title>
    <link>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1514135#M9620</link>
    <description>&lt;P&gt;I am currently working on a card reader and am having trouble detecting when a card will be removed from the magnetic field.&lt;BR /&gt;I am working with the pn5180 chip and the NXP library, to detect the presence of the Mifare Desfire cards I use phpalI14443p4_PresCheck() but this does not work with the Classic&lt;/P&gt;&lt;P&gt;Could you help me.&lt;BR /&gt;Thank you very much&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 20:18:22 GMT</pubDate>
    <dc:creator>ignacioinda</dc:creator>
    <dc:date>2022-08-30T20:18:22Z</dc:date>
    <item>
      <title>Pres Check - Mifare Classic</title>
      <link>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1514135#M9620</link>
      <description>&lt;P&gt;I am currently working on a card reader and am having trouble detecting when a card will be removed from the magnetic field.&lt;BR /&gt;I am working with the pn5180 chip and the NXP library, to detect the presence of the Mifare Desfire cards I use phpalI14443p4_PresCheck() but this does not work with the Classic&lt;/P&gt;&lt;P&gt;Could you help me.&lt;BR /&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 20:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1514135#M9620</guid>
      <dc:creator>ignacioinda</dc:creator>
      <dc:date>2022-08-30T20:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pres Check - Mifare Classic</title>
      <link>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1514464#M9625</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I'm looking into this issue, but you can download the package SW352233 and have a try, there are many examples for reference.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;kelly&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 08:04:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1514464#M9625</guid>
      <dc:creator>KaiLi</dc:creator>
      <dc:date>2022-08-31T08:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pres Check - Mifare Classic</title>
      <link>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1514874#M9632</link>
      <description>&lt;P&gt;if I was looking at the examples but I did not find anything related to what I am looking for&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 18:50:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1514874#M9632</guid>
      <dc:creator>ignacioinda</dc:creator>
      <dc:date>2022-08-31T18:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pres Check - Mifare Classic</title>
      <link>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1516217#M9645</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;if you use our evaluation board(PNEV5180), and then Example1 will be working. If you want to detect the action of card present, then you can configure IRQ_ENABLE register and call API&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;phhalHw_SetConfig&lt;/STRONG&gt;&lt;/EM&gt;(pHal, PHHAL_HW_CONFIG_RFON_INTERRUPT, PH_ON);&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;kelly&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 09:43:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1516217#M9645</guid>
      <dc:creator>KaiLi</dc:creator>
      <dc:date>2022-09-02T09:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pres Check - Mifare Classic</title>
      <link>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1516582#M9646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205723"&gt;@ignacioinda&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;the PresCheck() cannot work with a MIFARE Classic. A MIFARE Classic operates at ISO/IEC 14443-3 level (often refered to as Layer-3) while a MIFARE DESFire operates at ISO/IEC 14443-4 (often refered as Layer-4).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The PresCheck() is based on sending R(NAK) frames which are part of Layer-4. A Layer-3 card, such as MIFARE Ultralight, Classic, NTAG, etc... (NFC-Forum T2T) will not understand that frame.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to mix a Classic (L3) and DESFire (L4), or potentially other tags as well, I highly recommend you to go through the ISO/IEC 14443-3 and 14443-4 specifications to understand the differences of those cards and further how to operate them.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are also other standards available covering essentially the same. For example ECMA or NFC Forum. Maybe you find something usefull by googling.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To detect the removal of L3 (Classic) card I would recommend a WUPA loop.&lt;/P&gt;
&lt;P&gt;Best regards, Alexander&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2022 14:49:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1516582#M9646</guid>
      <dc:creator>AlexanderB</dc:creator>
      <dc:date>2022-09-04T14:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pres Check - Mifare Classic</title>
      <link>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1517139#M9651</link>
      <description>Thank you very much for your help, it helped me.</description>
      <pubDate>Mon, 05 Sep 2022 15:00:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Pres-Check-Mifare-Classic/m-p/1517139#M9651</guid>
      <dc:creator>ignacioinda</dc:creator>
      <dc:date>2022-09-05T15:00:27Z</dc:date>
    </item>
  </channel>
</rss>

