<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[NFC Reading]]></title><description><![CDATA[<p dir="auto">I've got a Pyscan and a NTAG203 NFC tag. I can read and write to the NFC tag just fine with my phone. I try to read from the NFC tag, and instead of getting the 7 byte UID of the tag, I get 4 bytes, only 3 of which are correct. The other byte is 0x00.</p>
<p dir="auto">The example at:</p>
<p dir="auto"><a href="https://github.com/pycom/pycom-libraries/blob/master/pyscan/nfc.py" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pycom-libraries/blob/master/pyscan/nfc.py</a></p>
<p dir="auto">...wants some authentication with <code>mfrc630_MF_auth</code>, which I can't get to work and don't understand. My understanding is I should be able to read blocks from the tag, but I can't do that without some authentication? There's not much in the way of examples out there. Anyone have luck with NFC?</p>
]]></description><link>https://forum.pycom.io/topic/4348/nfc-reading</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 18:14:28 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/4348.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Feb 2019 02:51:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NFC Reading on Wed, 06 Feb 2019 02:51:54 GMT]]></title><description><![CDATA[<p dir="auto">I've got a Pyscan and a NTAG203 NFC tag. I can read and write to the NFC tag just fine with my phone. I try to read from the NFC tag, and instead of getting the 7 byte UID of the tag, I get 4 bytes, only 3 of which are correct. The other byte is 0x00.</p>
<p dir="auto">The example at:</p>
<p dir="auto"><a href="https://github.com/pycom/pycom-libraries/blob/master/pyscan/nfc.py" target="_blank" rel="noopener noreferrer nofollow">https://github.com/pycom/pycom-libraries/blob/master/pyscan/nfc.py</a></p>
<p dir="auto">...wants some authentication with <code>mfrc630_MF_auth</code>, which I can't get to work and don't understand. My understanding is I should be able to read blocks from the tag, but I can't do that without some authentication? There's not much in the way of examples out there. Anyone have luck with NFC?</p>
]]></description><link>https://forum.pycom.io/post/25648</link><guid isPermaLink="true">https://forum.pycom.io/post/25648</guid><dc:creator><![CDATA[pcraven]]></dc:creator><pubDate>Wed, 06 Feb 2019 02:51:54 GMT</pubDate></item><item><title><![CDATA[Reply to NFC Reading on Wed, 06 Feb 2019 10:36:05 GMT]]></title><description><![CDATA[<p dir="auto">When writing to the NFC tag you can specify an Encryption key for the reader/writer to use. by default on the MiFaire cards its just [ 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF ], (if the feature is even enabled).</p>
<p dir="auto">To turn it on based on that demo you'd want to put the correct key on line 17 and change line 18 to True.</p>
<p dir="auto">Most of the NFC apps on phones just leave it off by default so I Imagine your having another issue but its worth checking.</p>
]]></description><link>https://forum.pycom.io/post/25667</link><guid isPermaLink="true">https://forum.pycom.io/post/25667</guid><dc:creator><![CDATA[Paul Thornton]]></dc:creator><pubDate>Wed, 06 Feb 2019 10:36:05 GMT</pubDate></item><item><title><![CDATA[Reply to NFC Reading on Thu, 07 Feb 2019 23:34:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have the same problem with you. Have you solved this problem?</p>
]]></description><link>https://forum.pycom.io/post/25728</link><guid isPermaLink="true">https://forum.pycom.io/post/25728</guid><dc:creator><![CDATA[mia1913]]></dc:creator><pubDate>Thu, 07 Feb 2019 23:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to NFC Reading on Fri, 08 Feb 2019 13:46:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3925"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3925">@mia1913</a></a> <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3894">@pcraven</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3925"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3925">@mia1913</a></a> Did you try <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/3525">@Paul-Thornton</a> suggestions?</p>
]]></description><link>https://forum.pycom.io/post/25739</link><guid isPermaLink="true">https://forum.pycom.io/post/25739</guid><dc:creator><![CDATA[rskoniec]]></dc:creator><pubDate>Fri, 08 Feb 2019 13:46:34 GMT</pubDate></item><item><title><![CDATA[Reply to NFC Reading on Fri, 08 Feb 2019 14:05:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/360">@rskoniec</a> On further investigation im not sure what I posted will help this issue. Looking into this still.</p>
]]></description><link>https://forum.pycom.io/post/25740</link><guid isPermaLink="true">https://forum.pycom.io/post/25740</guid><dc:creator><![CDATA[Paul Thornton]]></dc:creator><pubDate>Fri, 08 Feb 2019 14:05:05 GMT</pubDate></item><item><title><![CDATA[Reply to NFC Reading on Wed, 13 Feb 2019 03:54:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/360">@rskoniec</a> Yes, I tried it, but it did not work. The type of NFC tage I use is Ntag213.</p>
]]></description><link>https://forum.pycom.io/post/25862</link><guid isPermaLink="true">https://forum.pycom.io/post/25862</guid><dc:creator><![CDATA[mia1913]]></dc:creator><pubDate>Wed, 13 Feb 2019 03:54:49 GMT</pubDate></item></channel></rss>