<?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: MFRC522 communication with MiFARE classic 1k card in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/MFRC522-communication-with-MiFARE-classic-1k-card/m-p/1862797#M22563</link>
    <description>&lt;P lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="es-MX"&gt;This is Fabian, I've been assigned to support your case.&lt;/P&gt;
&lt;P lang="es-MX"&gt;I appreciate your interest in our products.&lt;/P&gt;
&lt;P lang="es-MX"&gt;First I have to say that &lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/standard-performance-mifare-and-ntag-frontend:MFRC52202HN1" target="_blank"&gt;MRFC522&lt;/A&gt; is a non-recommended new design product. We highly recommend to please take a look at &lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/clrc663-iplus-i-family-high-performance-nfc-frontends:CLRC66303HN" target="_blank"&gt;MFRC630 Plus&lt;/A&gt;. This is a front-end device as well and it can be implemented in a register-level command as shown in the following application note: &lt;A href="https://www.nxp.com/docs/en/application-note/AN12657.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12657.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="es-MX"&gt;Regarding the implementation of this, I'm very sorry but I can't deepen into the implementation since the free online support I can provide is limited to the use of our newest evaluation kits using our &lt;A href="https://www.nxp.com/design/design-center/development-boards-and-designs/nfc-reader-library-software-support-for-nfc-frontend-solutions:NFC-READER-LIBRARY?&amp;amp;linkline=User-Guide" target="_blank"&gt;NFC Reader Library&lt;/A&gt;. My recommendation would be to please take a look at the ISO14443-3/4 specifications to properly implement the commands with the respective CRC since it is indicated in some commands that CRC is required in both specifications.&lt;/P&gt;
&lt;P lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 20:02:56 GMT</pubDate>
    <dc:creator>Fabian_R</dc:creator>
    <dc:date>2024-05-09T20:02:56Z</dc:date>
    <item>
      <title>MFRC522 communication with MiFARE classic 1k card</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MFRC522-communication-with-MiFARE-classic-1k-card/m-p/1862332#M22559</link>
      <description>&lt;P&gt;Hii, I am new to RFID and MFRC522. And wanted to develop a simple access control with that. I didn't wanted to use any readymade library as I didn't want to miss any protocol. My host microcontroller is STM32F103. I have progressed as follows,&lt;/P&gt;&lt;P&gt;1) Sent the REQA command and got back ATQA from PICC (command consisted of just one byte of which 7 bits was sent as REQA is a 7 bit command, 0x26)&lt;/P&gt;&lt;P&gt;2) Sent anticollision CL1 command and PICC responded with 4 bytes UID and one additional byte which was XOR of all the UID bytes. (Command was a two byte command, 0x93 and 0x20 with no CRC byte)&lt;/P&gt;&lt;P&gt;3) Now I am sending the select CL1 command (2 byte command 0x93 and 0x70 along with 4 UID bytes. But I am not receiving anything from PICC and my FIFO level remains zero. I should be receiving a SAK response from PICC.&lt;/P&gt;&lt;P&gt;What may be the problem with this?&lt;/P&gt;&lt;P&gt;My command 1 and 2 was not having any CRC. Does step 3 requires CRC byte?&lt;/P&gt;&lt;P&gt;Whether CRC is necessary at all? In what commands is it necessary? I am not able to get this answer from any document.&lt;/P&gt;&lt;P&gt;I checked the card with reader from my phone, it is receiving a SAK and able to read the entire 1k memory as well, which shows that card is ok.&lt;/P&gt;&lt;P&gt;My Tx speed setting is 106kBd. Only one card present in the field. I tried with other cards as well but same problem persists.&lt;/P&gt;&lt;P&gt;In Status2Reg of MFRC522, ModemState bits are 101 after sending transcieve command with Select CL1 which means it's waiting for data.&lt;/P&gt;&lt;P&gt;Am I doing anything wrong with the framing of the command? I am not putting PICC in halt state.&lt;/P&gt;&lt;P&gt;I am clueless as of now.&lt;/P&gt;&lt;P&gt;I have not put up the code as I am sure that code is not the problem but something conceptual I am missing on with respect to PICC command.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 08:14:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MFRC522-communication-with-MiFARE-classic-1k-card/m-p/1862332#M22559</guid>
      <dc:creator>ashishtbm</dc:creator>
      <dc:date>2024-05-09T08:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: MFRC522 communication with MiFARE classic 1k card</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MFRC522-communication-with-MiFARE-classic-1k-card/m-p/1862797#M22563</link>
      <description>&lt;P lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="es-MX"&gt;This is Fabian, I've been assigned to support your case.&lt;/P&gt;
&lt;P lang="es-MX"&gt;I appreciate your interest in our products.&lt;/P&gt;
&lt;P lang="es-MX"&gt;First I have to say that &lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/standard-performance-mifare-and-ntag-frontend:MFRC52202HN1" target="_blank"&gt;MRFC522&lt;/A&gt; is a non-recommended new design product. We highly recommend to please take a look at &lt;A href="https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/clrc663-iplus-i-family-high-performance-nfc-frontends:CLRC66303HN" target="_blank"&gt;MFRC630 Plus&lt;/A&gt;. This is a front-end device as well and it can be implemented in a register-level command as shown in the following application note: &lt;A href="https://www.nxp.com/docs/en/application-note/AN12657.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12657.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P lang="es-MX"&gt;Regarding the implementation of this, I'm very sorry but I can't deepen into the implementation since the free online support I can provide is limited to the use of our newest evaluation kits using our &lt;A href="https://www.nxp.com/design/design-center/development-boards-and-designs/nfc-reader-library-software-support-for-nfc-frontend-solutions:NFC-READER-LIBRARY?&amp;amp;linkline=User-Guide" target="_blank"&gt;NFC Reader Library&lt;/A&gt;. My recommendation would be to please take a look at the ISO14443-3/4 specifications to properly implement the commands with the respective CRC since it is indicated in some commands that CRC is required in both specifications.&lt;/P&gt;
&lt;P lang="es-MX"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 20:02:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MFRC522-communication-with-MiFARE-classic-1k-card/m-p/1862797#M22563</guid>
      <dc:creator>Fabian_R</dc:creator>
      <dc:date>2024-05-09T20:02:56Z</dc:date>
    </item>
  </channel>
</rss>

