<?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>NFC中的主题 Re: I2C communication issues using OM23221ARD board</title>
    <link>https://community.nxp.com/t5/NFC/I2C-communication-issues-using-OM23221ARD-board/m-p/977819#M6278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you are doing well. It would be helpful to check the &lt;A href="https://www.nxp.com/docs/en/user-guide/UM10950.pdf"&gt;Start-up Guide for FRDM-KW41Z&lt;/A&gt;, in the section 1.1 is the HW configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the connections, please refer to the &lt;A href="https://www.nxp.com/downloads/en/board-support-packages/HW3561.zip"&gt;OM29110 Hardware Desing files&lt;/A&gt;. There you can see the schematics of the OM29110ARD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the section 3.6.4 of the &lt;A href="https://www.nxp.com/docs/en/engineering-bulletin/TN00042.pdf"&gt;NTAG I²C plus - FAQs&lt;/A&gt; mentions that you are doing what is needed when you don't know the I2C address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97490i688097898D3902F7/image-size/large?v=v2&amp;amp;px=999" title="I2C Address.png" alt="I2C Address.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the Peek and Poke Windows Application, I can found the I2C Address device doing it, but when it tries to write and receives a NAK, stops the transmission and tries again with the next Address possibility, after 63.92ms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When found an ACK, reads the register and do it correctly. (Address 0x2A)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97533iF02B8F388CB8696B/image-size/large?v=v2&amp;amp;px=999" title="Found.png" alt="Found.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try doing it? It should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also there is a function in the ntag_i2c_explorer_demo in the &lt;A href="https://mcuxpresso.nxp.com/en/select"&gt;SDK&lt;/A&gt; (for example in the FRDMK64F), it could help you to resets the memory to its default values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2020 17:59:10 GMT</pubDate>
    <dc:creator>nxf58474</dc:creator>
    <dc:date>2020-03-09T17:59:10Z</dc:date>
    <item>
      <title>I2C communication issues using OM23221ARD board</title>
      <link>https://community.nxp.com/t5/NFC/I2C-communication-issues-using-OM23221ARD-board/m-p/977818#M6277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm having issues communicating with the NTAG device on this board, and wanted to first confirm the pin assignments on the base board connectors....&amp;nbsp; here's a picture i found online:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/102731iFF3C8A26E1C3B379/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;the OM29100ARM adaptor board has a small arrow plus the number "1" at the top of each of the four connectors....&amp;nbsp; SCL for example is at pin&amp;nbsp;1 of the upper right connector; and VOUT is at pin1 of the upper left connector....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i look at the traces on the adaptor board, however, if would appear that VOUT should be at the &lt;STRONG&gt;*bottom*&lt;/STRONG&gt; (pin 8) of the upper left connector....&amp;nbsp; in general, the left side of the adaptor board doesn't match up with the right side of the FRDM board....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm using the NTAG device from an external MCU; not a FRDM board....&amp;nbsp; making sure i'm connecting VSS/VCC/SCL/SDA to the correct pins on the adaptor is (obviously!!) critical....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at this point, i receive NAK's when reading or writing using addresses 0xAB or 0xAA....&amp;nbsp; i've also probed block 0, reg 0 using *every* possible 7-bit address in case the NTAG was somehow reprogrammed....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's a ping using 0x55 as the 7-bit slave address:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/102856iBF6CD1F21C06460E/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the NTAG can be read from my android phone with no issues....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, bob.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2020 13:24:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/I2C-communication-issues-using-OM23221ARD-board/m-p/977818#M6277</guid>
      <dc:creator>biosbob</dc:creator>
      <dc:date>2020-03-03T13:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: I2C communication issues using OM23221ARD board</title>
      <link>https://community.nxp.com/t5/NFC/I2C-communication-issues-using-OM23221ARD-board/m-p/977819#M6278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you are doing well. It would be helpful to check the &lt;A href="https://www.nxp.com/docs/en/user-guide/UM10950.pdf"&gt;Start-up Guide for FRDM-KW41Z&lt;/A&gt;, in the section 1.1 is the HW configuration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the connections, please refer to the &lt;A href="https://www.nxp.com/downloads/en/board-support-packages/HW3561.zip"&gt;OM29110 Hardware Desing files&lt;/A&gt;. There you can see the schematics of the OM29110ARD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the section 3.6.4 of the &lt;A href="https://www.nxp.com/docs/en/engineering-bulletin/TN00042.pdf"&gt;NTAG I²C plus - FAQs&lt;/A&gt; mentions that you are doing what is needed when you don't know the I2C address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97490i688097898D3902F7/image-size/large?v=v2&amp;amp;px=999" title="I2C Address.png" alt="I2C Address.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the Peek and Poke Windows Application, I can found the I2C Address device doing it, but when it tries to write and receives a NAK, stops the transmission and tries again with the next Address possibility, after 63.92ms.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When found an ACK, reads the register and do it correctly. (Address 0x2A)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/97533iF02B8F388CB8696B/image-size/large?v=v2&amp;amp;px=999" title="Found.png" alt="Found.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please try doing it? It should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also there is a function in the ntag_i2c_explorer_demo in the &lt;A href="https://mcuxpresso.nxp.com/en/select"&gt;SDK&lt;/A&gt; (for example in the FRDMK64F), it could help you to resets the memory to its default values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 17:59:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/I2C-communication-issues-using-OM23221ARD-board/m-p/977819#M6278</guid>
      <dc:creator>nxf58474</dc:creator>
      <dc:date>2020-03-09T17:59:10Z</dc:date>
    </item>
  </channel>
</rss>

