<?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 Re: Why PN532 does not see ISO 14443-4 compatible card? in NFC</title>
    <link>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1753758#M10959</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225192"&gt;@tsamppa&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&lt;/P&gt;
&lt;P&gt;Please consider that PN532 is not recommended for new designs. For new designs, we recommend&amp;nbsp;&lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/nfc-plug-and-play-controller-with-integrated-firmware-and-nci-interface:PN7160" target="_blank"&gt;PN7160&lt;/A&gt;. Also, you can take a look at our &lt;A href="https://www.nxp.com/products/wireless-connectivity/nfc-hf/nfc-readers:NFC-READER" target="_blank"&gt;NFC Readers&lt;/A&gt; portfolio.&lt;/P&gt;
&lt;P&gt;I will recommend checking your inquiry with the manufacturer of the card you are trying to work with in order to check if there are any additional considerations that need to be taken into account.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 23:16:22 GMT</pubDate>
    <dc:creator>EduardoZamora</dc:creator>
    <dc:date>2023-11-07T23:16:22Z</dc:date>
    <item>
      <title>Why PN532 does not see ISO 14443-4 compatible card?</title>
      <link>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1751005#M10938</link>
      <description>&lt;P&gt;I am using ESP32 and SeeedStudio PN532 Grove-NFC module and VSCode with Arduino extension and SeeedStudio PN532 library in HSU mode with HW serial.&lt;/P&gt;&lt;P&gt;Here is the Grove NFC v1.1 module I am using:&lt;BR /&gt;&lt;A href="https://wiki.seeedstudio.com/Grove_NFC/#grove-nfc-v11" target="_blank" rel="noopener"&gt;https://wiki.seeedstudio.com/Grove_NFC/#grove-nfc-v11&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The setup works fine and I can read the UID of ISO 14443-3A Mifare Classic 1k cards and tags correctly. But it does not react at all when approached with a Fudan FM1280 card that is ISO 14443-4 compatible (ISO 14443-4 NXP - Mifare DESFire EV1 4k).&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Command GETFIRMWAREVERSION (0x02) to PN532 returns:&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Found chip PN532&lt;BR /&gt;Firmware ver. 1.6&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Command INLISTPASSIVETARGET (0x4A)&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;returns with timeout for the Fudan FM1280 card, but works well for others.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So the module does not react at all when presented with the Fudan card.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;For the Fudan FM1280 card, the Android NFC Tools application reports:&lt;/P&gt;&lt;P&gt;Tag type:&amp;nbsp; ISO 14443-4 NXP - Mifare DESFire EV1 4k&lt;BR /&gt;Technologies available: IsoDep, NfcA, NdefFormatable&lt;BR /&gt;ATQA 0x0344&lt;BR /&gt;SAK 0x20&lt;BR /&gt;ATS 0x7661756C74697434&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my communication trace that tries for both Type A and Type B in a loop for the communication with the Fudan Desfire card:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Send WakeUp packet: 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55&lt;/P&gt;&lt;P&gt;*** GetFirmwareVersion()&lt;BR /&gt;Sending: 00 00 FF 02 FE &amp;lt;D4 02&amp;gt; 2A 00&lt;BR /&gt;Response: 00 00 FF 06 FA &amp;lt;D5 03 32 01 06 07&amp;gt; E8 00&lt;BR /&gt;Chip: PN532, Firmware version: 1.6&lt;BR /&gt;Supports ISO 14443A:Yes, ISO 14443B:Yes, ISO 18092:Yes&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Send WakeUp packet: 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55&lt;/P&gt;&lt;P&gt;*** SamConfig()&lt;BR /&gt;Sending: 00 00 FF 05 FB &amp;lt;D4 14 01 14 01&amp;gt; 02 00&lt;BR /&gt;Response: 00 00 FF 02 FE &amp;lt;D5 15&amp;gt; 16 00&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Send WakeUp packet: 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55&lt;/P&gt;&lt;P&gt;*** SetPassiveActivationRetries()&lt;BR /&gt;Sending: 00 00 FF 06 FA &amp;lt;D4 32 05 FF 01 05&amp;gt; F0 00&lt;BR /&gt;Response: 00 00 FF 02 FE &amp;lt;D5 33&amp;gt; F8 00&lt;BR /&gt;Send WakeUp packet: 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55&lt;/P&gt;&lt;P&gt;*** GetGeneralStatus()&lt;BR /&gt;Sending: 00 00 FF 02 FE &amp;lt;D4 04&amp;gt; 28 00&lt;BR /&gt;Response: 00 00 FF 06 FA &amp;lt;D5 05 00 00 00 80&amp;gt; A6 00 00&amp;nbsp;&lt;BR /&gt;GetGeneralStatus: D5 05 00 00 00 80 len: 6&lt;BR /&gt;Previous error: No error&lt;BR /&gt;Field detected: 00&lt;BR /&gt;SAM status: 80&lt;BR /&gt;State of the CLAD line High&lt;/P&gt;&lt;P&gt;Send WakeUp packet: 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55&lt;/P&gt;&lt;P&gt;*** ReadPassiveTargetID A()&lt;BR /&gt;Sending: 00 00 FF 04 FC &amp;lt;D4 4A 01 00&amp;gt; E1 00&lt;BR /&gt;Response: A8 A8 A8 A8 A8 A8 A8 A8 00 00 FF 03 FD &amp;lt;D5 4B 00&amp;gt; E0 00 00 00 00 00 00 00 00 00 00 00&lt;BR /&gt;ReadPassiveTargetID A returned: D5 4B 00&lt;BR /&gt;Cards found: 0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Send WakeUp packet: 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55&lt;/P&gt;&lt;P&gt;*** ReadPassiveTargetID B()&lt;BR /&gt;Sending: 00 00 FF 05 FB &amp;lt;D4 4A 01 03 00&amp;gt; DE 00&lt;BR /&gt;Response: A8 A8 A8 A8 A8 A8 A8 A8 A8 00 00 FF 03 FD &amp;lt;D5 4B 00&amp;gt; E0 00 00 00 00 00 00 00 00 00 00&lt;BR /&gt;ReadPassiveTargetID B returned: D5 4B 00&lt;BR /&gt;Cards found: 0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For Mifare Classic 1K I get:&lt;/P&gt;&lt;P&gt;Send WakeUp packet: 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55&lt;/P&gt;&lt;P&gt;*** ReadPassiveTargetID A()&lt;BR /&gt;Sending: 00 00 FF 04 FC &amp;lt;D4 4A 01 00&amp;gt; E1 00&lt;BR /&gt;Response: A8 A8 A8 A8 00 00 FF 0C F4 &amp;lt;D5 4B 01 01 00 04 08 04 53 4C 48 FA&amp;gt; ED 00 00 00 00 00 00&lt;BR /&gt;ReadPassiveTargetID A returned: D5 4B 01 01 00 04 08 04 53 4C 48 FA&lt;BR /&gt;Cards found: 1&lt;BR /&gt;Card UID: 53 4C 48 FA&lt;BR /&gt;Card Type: ATQA= 0x0004, SAK= 0x08&lt;BR /&gt;UID: 53 4C 48 FA&lt;/P&gt;&lt;P&gt;What might be the reason?&lt;/P&gt;&lt;P&gt;Are there some parameters in the intialisation of the PN532 that could help?&lt;/P&gt;&lt;P&gt;Or is it power consumption issue?&lt;/P&gt;&lt;P&gt;Is the antenna too small?&lt;/P&gt;&lt;P&gt;I am desperate to get the UID of this Fudan Desfire IsoDep card to work with my setup.&lt;BR /&gt;Can someone please help what I could try to do?&lt;/P&gt;&lt;P&gt;Or where I could get more help?&lt;/P&gt;&lt;P&gt;Or would the MFRC522 module support this card as an option?&lt;/P&gt;&lt;P&gt;Or what reader module I have to get for ESP32 preferably with Grove connector and HSU?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 11:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1751005#M10938</guid>
      <dc:creator>tsamppa</dc:creator>
      <dc:date>2023-11-06T11:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why PN532 does not see ISO 14443-4 compatible card?</title>
      <link>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1752794#M10950</link>
      <description>I've tried with several modules and hardware, so the hardware should be ok. ESP32 can produce 600mA of 3.3V current, so that should not be a problem either and the antenna is separate from the PCB and comes with the SeeedStudio Grove-NFC module.&lt;BR /&gt;&lt;BR /&gt;Any help or ideas to try, please?</description>
      <pubDate>Mon, 06 Nov 2023 11:30:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1752794#M10950</guid>
      <dc:creator>tsamppa</dc:creator>
      <dc:date>2023-11-06T11:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why PN532 does not see ISO 14443-4 compatible card?</title>
      <link>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1753342#M10954</link>
      <description>&lt;P&gt;I tested with some other ISO 14443-4 type Desfire tag and it works.&lt;/P&gt;&lt;P&gt;But I need to get the Fudan FM-1280 to work.&lt;/P&gt;&lt;P&gt;I am suspecting that the antenna is not delivering enough power to the Fudan card.&lt;/P&gt;&lt;P&gt;Are there any settings in e.g. CfgItem = 0x0A: "Analog settings for the baudrate 106 kbps type A" (PN532 User Manual page 104) that could help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 07:48:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1753342#M10954</guid>
      <dc:creator>tsamppa</dc:creator>
      <dc:date>2023-11-07T07:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why PN532 does not see ISO 14443-4 compatible card?</title>
      <link>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1753758#M10959</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225192"&gt;@tsamppa&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Hope you are doing well.&lt;/P&gt;
&lt;P&gt;Please consider that PN532 is not recommended for new designs. For new designs, we recommend&amp;nbsp;&lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/nfc-plug-and-play-controller-with-integrated-firmware-and-nci-interface:PN7160" target="_blank"&gt;PN7160&lt;/A&gt;. Also, you can take a look at our &lt;A href="https://www.nxp.com/products/wireless-connectivity/nfc-hf/nfc-readers:NFC-READER" target="_blank"&gt;NFC Readers&lt;/A&gt; portfolio.&lt;/P&gt;
&lt;P&gt;I will recommend checking your inquiry with the manufacturer of the card you are trying to work with in order to check if there are any additional considerations that need to be taken into account.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Eduardo.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 23:16:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/Why-PN532-does-not-see-ISO-14443-4-compatible-card/m-p/1753758#M10959</guid>
      <dc:creator>EduardoZamora</dc:creator>
      <dc:date>2023-11-07T23:16:22Z</dc:date>
    </item>
  </channel>
</rss>

