<?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 PN532 grove v1.1 - M5PAPER]]></title><description><![CDATA[<p dir="auto">hello<br />
i want to connect a NFC PN532 grove to my M5paper on the UART PORT C<br />
i installed the library : <a href="https://wiki.seeedstudio.com/Grove_NFC/" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.seeedstudio.com/Grove_NFC/</a><br />
but i have this error : Didn’t find PN53x board</p>
<p dir="auto">this is my code :<br />
#include &lt;NfcAdapter.h&gt;<br />
#include &lt;PN532/PN532/PN532.h&gt;<br />
#include &lt;M5EPD.h&gt;</p>
<p dir="auto">#include &lt;PN532/PN532_SWHSU/PN532_SWHSU.h&gt;<br />
#include "SoftwareSerial.h"<br />
//HardwareSerial Serial1(1);</p>
<p dir="auto">#define RX_PIN 18<br />
#define TX_PIN 19<br />
#define BAUD_RATE 57600<br />
SoftwareSerial SWSerial(RX_PIN, TX_PIN);<br />
PN532_SWHSU pn532swhsu(SWSerial);<br />
NfcAdapter nfc(pn532swhsu);</p>
<p dir="auto">void setup(void) {<br />
M5.begin();<br />
Serial1.println("NDEF begin");<br />
//delay(5000);<br />
Serial1.begin(9600, SERIAL_8N1,RX_PIN, TX_PIN);<br />
//    Serial1.begin(BAUD_RATE, RX_PIN, TX_PIN, SWSERIAL_8N1, false, 95, 11);<br />
Serial1.println("NDEF Reader");<br />
nfc.begin();<br />
}</p>
<p dir="auto">void loop(void) {<br />
SERIAL.println("\nScan a NFC tag\n");<br />
if (nfc.tagPresent()) {<br />
NfcTag tag = nfc.read();<br />
tag.print();<br />
}<br />
//delay(5000);<br />
M5.update();<br />
delay(100);<br />
}</p>
]]></description><link>https://community.m5stack.com/topic/2819/nfc-pn532-grove-v1-1-m5paper</link><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 04:35:37 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2819.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Jan 2021 14:00:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NFC PN532 grove v1.1 - M5PAPER on Tue, 26 Jan 2021 09:22:37 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
the NFC PN532 is a grove sensor and not an M5Stck sensor thus we don't support it and not familiar with the way their product works, I suggest you to contact seed studio regarding this issue.</p>
<p dir="auto">Where did you get the software? I can see it's m5 combined with the seeedstudio sensor, did you made it yourself?</p>
]]></description><link>https://community.m5stack.com/post/12005</link><guid isPermaLink="true">https://community.m5stack.com/post/12005</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Tue, 26 Jan 2021 09:22:37 GMT</pubDate></item></channel></rss>