<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Decoding different NDEF message types via NXP&amp;#39;s NTAG I2C Plus and an Arduino MKR</title><link>/products/arduino/arduino-projects/b/blog/posts/decoding-different-ndef-message-types-via-nxp-s-ntag-i2c-plus-and-an-arduino-mkr</link><description>1.0 Introduction 


 2.0 Hardware 

 The 1k NTAG Memory Map from I2C perspective 



 3.0 Firmware 

 Decoding Text Messages 


 Decoding URI Messages 


 Decoding &amp;quot;Smart Poster&amp;quot; Messages 


 Decoding MIME RTD...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Decoding different NDEF message types via NXP&amp;#39;s NTAG I2C Plus and an Arduino MKR</title><link>https://community.element14.com/products/arduino/arduino-projects/b/blog/posts/decoding-different-ndef-message-types-via-nxp-s-ntag-i2c-plus-and-an-arduino-mkr</link><pubDate>Tue, 14 Jan 2020 13:24:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:366c0d7f-2a16-43f1-80e6-6c9ca8481f2b</guid><dc:creator>weiwei2</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;i still have another problem unresolved . i face error below from the line &amp;quot;Ntag ntag(NTAG_I2C_1K, FD_PIN);&amp;nbsp;&amp;nbsp;&amp;nbsp; // instantiate the NTAG object&amp;quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;nfcControl:51:11: error: &amp;#39;NTAG_I2C_1K&amp;#39; was not declared in this scope&lt;/p&gt;&lt;p&gt; Ntag ntag(NTAG_I2C_1K, FD_PIN);&amp;nbsp;&amp;nbsp;&amp;nbsp; // instantiate the NTAG object&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7321&amp;AppID=149&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Decoding different NDEF message types via NXP&amp;#39;s NTAG I2C Plus and an Arduino MKR</title><link>https://community.element14.com/products/arduino/arduino-projects/b/blog/posts/decoding-different-ndef-message-types-via-nxp-s-ntag-i2c-plus-and-an-arduino-mkr</link><pubDate>Tue, 14 Jan 2020 11:09:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:366c0d7f-2a16-43f1-80e6-6c9ca8481f2b</guid><dc:creator>weiwei2</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;good work, i am having trouble understanding the NTAG usage until i saw your post. But i get lots of compilation error, but i resolve by modifying some cpp and h files of &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;those files have lots of entries like below&lt;/p&gt;&lt;p&gt;PN532/PN532/PN532.h&lt;/p&gt;&lt;p&gt;which cause file cannot be found errors that eventually lead to error like &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;fatal error: PN532/PN532/PN532.h: No such file or directory&lt;/p&gt;&lt;p&gt;Multiple libraries were found for &amp;quot;PN532.h&amp;quot;&lt;/p&gt;&lt;p&gt; #include &amp;quot;PN532/PN532/PN532.h&amp;quot;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7321&amp;AppID=149&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Decoding different NDEF message types via NXP&amp;#39;s NTAG I2C Plus and an Arduino MKR</title><link>https://community.element14.com/products/arduino/arduino-projects/b/blog/posts/decoding-different-ndef-message-types-via-nxp-s-ntag-i2c-plus-and-an-arduino-mkr</link><pubDate>Tue, 13 Aug 2019 18:03:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:366c0d7f-2a16-43f1-80e6-6c9ca8481f2b</guid><dc:creator>clem57</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Excellent write up @BigG Need to save this one&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7321&amp;AppID=149&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Decoding different NDEF message types via NXP&amp;#39;s NTAG I2C Plus and an Arduino MKR</title><link>https://community.element14.com/products/arduino/arduino-projects/b/blog/posts/decoding-different-ndef-message-types-via-nxp-s-ntag-i2c-plus-and-an-arduino-mkr</link><pubDate>Tue, 13 Aug 2019 06:00:52 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:366c0d7f-2a16-43f1-80e6-6c9ca8481f2b</guid><dc:creator>ytyimin</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Another quick question - why not use interrupt in your code? Instead of checking FD pin repeatedly, using interrupt seems to be a more efficient approach. Any thoughts or did I miss anything obvious? As always, thanks for putting this together!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7321&amp;AppID=149&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Decoding different NDEF message types via NXP&amp;#39;s NTAG I2C Plus and an Arduino MKR</title><link>https://community.element14.com/products/arduino/arduino-projects/b/blog/posts/decoding-different-ndef-message-types-via-nxp-s-ntag-i2c-plus-and-an-arduino-mkr</link><pubDate>Sun, 21 Jul 2019 20:53:29 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:366c0d7f-2a16-43f1-80e6-6c9ca8481f2b</guid><dc:creator>ytyimin</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very nice description on how to use ntag with arduino - the best detailed description I found so far.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, I cloned your demo code and try to compile, and noticed that the ntag library in the demo code is NFC_ntag.h instead of the standard ntag.h. Are there any modifications to the standard ntag library? Thanks! Yimin &lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7321&amp;AppID=149&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Decoding different NDEF message types via NXP&amp;#39;s NTAG I2C Plus and an Arduino MKR</title><link>https://community.element14.com/products/arduino/arduino-projects/b/blog/posts/decoding-different-ndef-message-types-via-nxp-s-ntag-i2c-plus-and-an-arduino-mkr</link><pubDate>Wed, 26 Jun 2019 20:09:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:366c0d7f-2a16-43f1-80e6-6c9ca8481f2b</guid><dc:creator>genebren</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Very good blog, covering a great detail of engineering aspects, targeted to meet your design objective.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Well done!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Gene&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7321&amp;AppID=149&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>