<?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: OM5577 Tag Emulation Sensitivity in NFC</title>
    <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759089#M3452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NXP-NCI MCUXpresso example provides demo for Mifare Classic, but it acts as a reader in that demo, not the Mifare Classic card, does it meet your requirement? You may refer to &lt;A class="link-titled" href="https://www.nxp.com/docs/en/application-note/AN11990.pdf" title="https://www.nxp.com/docs/en/application-note/AN11990.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN11990.pdf&lt;/A&gt; and &lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=SW4325&amp;amp;appType=license" title="https://www.nxp.com/webapp/Download?colCode=SW4325&amp;amp;appType=license"&gt;https://www.nxp.com/webapp/Download?colCode=SW4325&amp;amp;appType=license&lt;/A&gt;&amp;nbsp; for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2018 07:45:46 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2018-03-27T07:45:46Z</dc:date>
    <item>
      <title>OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759067#M3430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two OM5577 modules. One is connected to a beaglebone black which is running the NXP image with the sample NFC application. The other is connected to the LPX82x Xpresso development board, onto which I loaded the NXP-NCI sample application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When running tag emulation function on the beaglebone, my Android phone picks up the tag successfully at about 1.5" away. However when running the tag emulation test on Xpresso board, I have to practically touch my phone to the antenna. Additionally, in the Xpresso board case, my Android app shows a toast message "Tag detect&amp;nbsp;communication interrupted", even through the debug Console in Eclipse shows that the tag sent data to the phone successfully:&lt;/P&gt;&lt;P&gt;- LISTEN MODE: Activated from remote Reader&lt;BR /&gt;--- NDEF Record sent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions.&lt;/P&gt;&lt;P&gt;1. Why such a big discrepancy between in tag sensitivity between the two cases. The module is identical. Could it be my power supply (beaglebone uses 2A supply wheres the Xpresso board is hooked up by USB to my PC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Why might my phone not ready the tag fully?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 04:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759067#M3430</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-01-04T04:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759068#M3431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NXP-NCI demo works well on my side, The LPCXpresso824-MAX worked with OM5577 in my test, and Taginfo communicated with this demo. Please refer to the following for details.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48376i6F75C7DEBC8F7A7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/48485i4585311BC5AEBAE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and I noticed Taginfo needs some time to parse the NDEF message, so you have to wait for some time till you see the above snapshot if you use Taginfo. I am not sure if your Android App also behaves the same but you may check again on your side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, the mobile phone used in this test is Huawei Honor 4C CHM-CL00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 04:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759068#M3431</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-01-08T04:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759069#M3432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for trying this. But very strange. I just tried another Android device and I get the same behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Are you able to scan the tag with your phone being one inch away?&lt;/P&gt;&lt;P&gt;2. Are you running the application directly from MCUXpresso?&lt;/P&gt;&lt;P&gt;3. Are you using the debug probe IC on the board for debugging or an external debugger?&lt;/P&gt;&lt;P&gt;4. Are you running the NXP-NCI_LPC820x sample exactly as provided by NXP, or did you make any modifications?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 05:03:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759069#M3432</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-01-08T05:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759070#M3433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Are you able to scan the tag with your phone being one inch away?&lt;/P&gt;&lt;P&gt;- Yes.&lt;/P&gt;&lt;P&gt;2. Are you running the application directly from MCUXpresso?&lt;/P&gt;&lt;P&gt;- Yes.&lt;/P&gt;&lt;P&gt;3. Are you using the debug probe IC on the board for debugging or an external debugger?&lt;/P&gt;&lt;P&gt;- I used the debug probe IC on the board.&lt;/P&gt;&lt;P&gt;4. Are you running the NXP-NCI_LPC820x sample exactly as provided by NXP, or did you make any modifications?&lt;/P&gt;&lt;P&gt;- I used the original sample without any modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, the following is the IDE info:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51497i3AFD4734F4166998/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 07:32:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759070#M3433</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-01-08T07:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759071#M3434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is extremely odd! I have both boards in front of me now. I am applying the&amp;nbsp;mobile device&amp;nbsp;with NXP app to the Om5577 on the beaglebone and it's reading it at almost 2 inches away, but in Xpresso version I almost have to touch it!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I swapped the OM5577s and no change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What else&amp;nbsp;do you think it could be?&lt;/P&gt;&lt;P&gt;2. how can I run the application on the Xpresso board without launching it through eclipse and debug probe (i.e by just applying power to the USB). I tried setting JP1, but it doesn't seem to be running.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 04:29:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759071#M3434</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-01-09T04:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759072#M3435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. What else&amp;nbsp;do you think it could be?&lt;/P&gt;&lt;P&gt;- Maybe the connection issue, you know, the LPX82x Xpresso development board has the arduino interface instead, please check the connection on your side.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57645i16F9BC88FD6DD649/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. how can I run the application on the Xpresso board without launching it through eclipse and debug probe (i.e by just applying power to the USB). I tried setting JP1, but it doesn't seem to be running.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Try to disable the semihost feature of the lib.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57756i17DE43BD65FD1920/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 06:45:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759072#M3435</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-01-09T06:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759073#M3436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;I am using the Arduino-style shield (OM5577/PN7120ARD). I just connected it direct, as shown below. Have you tried it this? Mappings seem right.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20180107_233349.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57777i65FC2245E9F2B7FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="20180107_233349.jpg" alt="20180107_233349.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;I change the Library setting. But now it&amp;nbsp;I can't flash the application. How do I flash it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 20:17:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759073#M3436</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-01-09T20:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759074#M3437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have this version, I just have beaglebone version. and for flash the application, you may just click the debug button as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/844i70859A346D0A6FF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;or use the flash programmer:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/893i3BEB97E02CC625C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/985iBBCC9BA45413452A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1112i8154122344AE3025/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1443iE9D49F39668935E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 06:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759074#M3437</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-01-10T06:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759075#M3438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the Beaglebone cape to the Xpresso board, instead of the Arduino shield. Two things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The tag detection sensitivity drastically improved. I can scan at about 1.5" away now. So, it seems that the Ardunio based shield as some serious RF limitations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. However, I my Nxp TagInfo app on my Galaxy S7 is still not able to capture the data without any errors. Here's the video:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.dropbox.com/s/ggazy0zi2c7p4kv/TagEmulationFailure.MOV?dl=0" title="https://www.dropbox.com/s/ggazy0zi2c7p4kv/TagEmulationFailure.MOV?dl=0"&gt;Dropbox - TagEmulationFailure.MOV&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the MCUXpresso console I get this:&lt;/P&gt;&lt;P&gt;WAITING FOR DEVICE DISCOVERY&lt;BR /&gt; - LISTEN MODE: Activated from remote Reader&lt;BR /&gt;--- NDEF Record sent&lt;/P&gt;&lt;P&gt;READER DISCONNECTED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that in your screenshot, you have two lines with "&lt;SPAN&gt;NDEF Record sent", instead of one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is my only reference for this project, so it needs to be working 100%. Are you able to escalate to another support tier? Our hope is to add the PN7120 and supporting parts to our commercial laundry machine modules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759075#M3438</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-01-23T20:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759076#M3439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update! Actually I just borrowed the Arduino version from another team, and make it work on my side, and the Taginfo running on my phone can read the info as well. I am not sure if you could see the following snapshot during your test, please keep you phone stable when you see it. then you may see the second "--- NDEF Record sent".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23925i4A3ACCE1EBC135EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24098i24B488070C663030/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 06:32:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759076#M3439</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-01-24T06:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759077#M3440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also check if you disable P2P and RW mode, please refer to the following for details.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24137i9E1EA0CB4D7B6C45/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24176i24B63AD753467AF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 07:20:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759077#M3440</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-01-24T07:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759078#M3441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is not with keep phone steady. I've used contactless many times (we have half a million cards in circulation using our Mifare products)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I got rid of P2P_SUPPORT and RW_SUPPORT, as below (I also tried moving them to Undefined Symbol section). It makes no difference. I also noticed that your IDE is slightly different. For example, I don't see a Symbols category under C/C++ build.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="EclipseSettings.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26850i7FFB5CEC4FAD2679/image-size/large?v=v2&amp;amp;px=999" role="button" title="EclipseSettings.png" alt="EclipseSettings.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send to me your project so that I can run 100% what you are running?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 18:35:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759078#M3441</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-01-24T18:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759079#M3442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using LPC824 board? I see you have different symbols defined, including LPCU11. I think you might be running different code from me. I am running the LPC820X_example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27298i12F9B11D9F896D31/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try using an LPC82x board with the LPC82X project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 19:06:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759079#M3442</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-01-24T19:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759080#M3443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion! I just copied the pic from the app note for reference! Please refer to the following for details.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/27135i1F9D81C4BDA48DE7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will send my project to you via case attachment.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 03:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759080#M3443</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-01-25T03:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759081#M3444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK thanks, it seems somewhat inconsistent, but I can try to move forward with the evaluation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next problem....&lt;/P&gt;&lt;P&gt;After a couple of instances of reading the emulated tag with my phone, the application gets stuck inside an inner loop and no longer works to emulate tags, R/W cards. Below is the screenshot of the top of the stack where it gets stuck. The&amp;nbsp;Chip_I2CM_XferHandler() function always returns 0.&amp;nbsp;This usually happens after an incomplete communication sequence with my phone. Note that we plan to use this demo example as our golden reference for this project. It has to work flawlessly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="NCIDemoStuck.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34895i7A5A23ECB8764565/image-size/large?v=v2&amp;amp;px=999" role="button" title="NCIDemoStuck.png" alt="NCIDemoStuck.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 16:52:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759081#M3444</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-02-02T16:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759082#M3445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the project I sent to you via the salesforce? Please kindly clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your patience!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 07:25:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759082#M3445</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-02-05T07:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759083#M3446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Oleg Stepanov *| Mitech Integrated Systems Inc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct: 416-605-4995 | Toll-Free: 1-866-602-4992&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ostepanov@mitechisys.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.laundroworks.com" target="test_blank"&gt;www.laundroworks.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 13:20:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759083#M3446</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-02-05T13:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759084#M3447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, after I checked with our expert team, I found the project I sent out is an old version, so there might be issue in it, recommend the SW4325,&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=SW4325&amp;amp;amp;appType=license&amp;amp;amp;location=null&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType=&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType=" title="https://www.nxp.com/webapp/Download?colCode=SW4325&amp;amp;amp;appType=license&amp;amp;amp;location=null&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType=&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType="&gt;https://www.nxp.com/webapp/Download?colCode=SW4325&amp;amp;amp;appType=license&amp;amp;amp;location=null&amp;amp;fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1&amp;amp;Parent_n…&lt;/A&gt;&amp;nbsp; , I just make it work on my side, with LPC82X Xpresso V2.mbed REV B and OM5577 for Arduino, please refer to the NCI logs as below:&lt;/P&gt;&lt;P&gt;Running the NXP-NCI project.&lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 00 01 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 00 03 00 10 01 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 01 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 01 17 00 03 0e 03 00 06 00 01 02 03 81 82 02 c8 00 ff 02 00 04 05 08 02 02 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 02 05 01 00 02 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 02 02 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 02 0d 03 a0 40 01 00 a0 41 01 04 a0 43 01 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 02 02 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 2f 00 01 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 4f 00 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 02 05 01 a0 03 01 08 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 02 02 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 02 05 01 a0 13 01 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 02 02 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 02 38 07 a0 0d 06 06 42 01 00 f1 ff a0 0d 06 06 44 a3 90 03 00 a0 0d 06 34 2d dc 50 0c ...&lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 02 02 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 00 01 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 00 03 00 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 01 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 01 17 00 03 0e 03 00 06 00 01 02 03 81 82 02 c8 00 ff 02 00 04 05 08 02 02 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 21 00 04 01 04 02 02 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 41 00 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 21 01 07 00 01 01 03 00 01 04 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 41 01 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 20 02 04 01 32 01 20 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 40 02 02 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 21 03 05 02 80 01 81 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 41 03 01 00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WAITING FOR DEVICE DISCOVERY&lt;BR /&gt;NCI &amp;lt;&amp;lt; 61 05 14 01 02 04 81 ff 01 00 81 00 00 09 08 00 00 00 00 00 08 01 00 &lt;BR /&gt;&amp;nbsp;- LISTEN MODE: Activated from remote Reader&lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 d2 76 00 00 85 01 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 07 00 a4 00 0c 02 e1 03 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 00 b0 00 00 0f &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 11 00 0f 20 00 ff 00 ff 04 06 e1 04 00 ff 00 ff 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 07 00 a4 00 0c 02 e1 04 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 00 b0 00 00 02 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 04 00 0b 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 00 b0 00 02 0b &lt;BR /&gt;--- NDEF Record sent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NCI &amp;gt;&amp;gt; 00 00 0d d1 01 07 54 02 65 6e 54 65 73 74 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 d2 76 00 00 85 01 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 07 00 a4 00 0c 02 e1 03 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 00 b0 00 00 0f &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 11 00 0f 20 00 ff 00 ff 04 06 e1 04 00 ff 00 ff 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 07 00 a4 00 0c 02 e1 04 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 00 b0 00 00 02 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 04 00 0b 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 00 b0 00 00 0d &lt;BR /&gt;--- NDEF Record sent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NCI &amp;gt;&amp;gt; 00 00 0f 00 0b d1 01 07 54 02 65 6e 54 65 73 74 90 00 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 00 07 d2 76 00 00 85 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 08 00 a4 02 00 02 2f 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 07 00 a4 02 0c 02 2f 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 07 00 a4 02 04 02 2f 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 08 00 a4 02 04 02 2f 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 07 00 a4 00 0c 02 2f 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 07 00 a4 00 00 02 2f 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 08 00 a4 00 00 02 2f 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0a 00 b1 2f 00 04 54 02 00 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 03 00 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0e 00 a4 04 00 08 a0 00 00 00 03 00 00 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 01 51 00 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0e 00 a4 04 00 08 a0 00 00 00 18 43 4d 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0e 00 a4 04 00 08 a0 00 00 00 04 00 00 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 80 ca 9f 7f 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 80 ca df 50 17 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 80 ca df 52 17 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 06 80 00 00 00 00 7f &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 14 00 a4 04 00 0e 32 50 41 59 2e 53 59 53 2e 44 44 46 30 31 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0f 00 a4 04 00 09 d2 76 00 00 22 00 00 00 02 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 00 06 a0 00 00 00 25 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 04 10 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 04 30 60 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 03 10 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 03 20 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 03 30 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 03 80 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 03 24 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 65 10 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 01 52 30 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 10 00 a4 04 00 0a a0 00 00 00 02 30 60 d1 58 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 04 76 20 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 00 42 10 10 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0e 00 a4 04 00 08 d0 40 00 00 01 00 00 02 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 14 00 a4 04 00 0e 32 50 41 59 2e 53 59 53 2e 44 44 46 30 31 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 14 00 a4 04 00 0e 31 50 41 59 2e 53 59 53 2e 44 44 46 30 31 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0b 00 a4 04 c0 06 a0 00 00 00 69 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 00 07 d4 10 00 00 03 00 01 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 00 07 d4 10 00 00 14 00 01 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 04 76 30 30 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 11 00 a4 04 00 0b a0 00 00 03 96 4d 66 34 4d 00 02 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 0c 07 a0 00 00 02 47 10 01 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0e 00 a4 04 0c 09 d2 76 00 00 25 45 50 02 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0f 00 a4 04 0c 0a a0 00 00 01 67 45 53 49 47 4e &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0b 00 a4 04 0c 06 d2 76 00 00 66 01 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 12 00 a4 04 00 0c d2 76 00 01 35 4b 41 4e 4d 30 31 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 11 00 a4 04 00 0b a0 00 00 02 16 49 54 53 4f 2d 31 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 11 00 a4 04 00 0b a0 00 00 02 91 d0 56 00 01 90 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0e 00 a4 04 00 08 a0 00 00 05 27 20 01 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 05 27 10 02 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0e 00 a4 04 00 08 a0 00 00 06 47 2f 00 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 05 27 21 02 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0f 00 a4 04 00 09 a0 00 00 03 08 00 00 10 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 00 06 d2 76 00 01 24 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 12 00 a4 04 00 0c a0 00 00 00 63 50 4b 43 53 2d 31 35 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 00 06 a0 00 00 00 01 01 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0d 00 a4 04 00 07 a0 00 00 03 57 00 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 16 00 a4 04 00 10 a0 00 00 00 18 30 03 01 00 00 00 00 00 00 00 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 0c 07 a0 00 00 02 48 02 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 0c 00 a4 04 0c 07 a0 00 00 02 48 03 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 05 00 a4 04 00 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 04 00 a4 04 00 &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 00 00 01 2b &lt;BR /&gt;NCI &amp;gt;&amp;gt; 00 00 02 6a 82 &lt;BR /&gt;NCI &amp;lt;&amp;lt; 60 06 03 01 00 01 &lt;BR /&gt;READER DISCONNECTED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The project settings on my side:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58855iF83BDD7242D7355E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also applied a hardware solution to improve the RF performance of the OM5577 for Arduino, like below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/58723i868789C97D787EC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is because of the loop around the antenna created by the ground plane, which can generates eddy current impacting the RF performance. The recommendation is then to cut the loop by cutting the ground plane, just like above.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please try on your side as well to see if it makes any difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please also enable NCI_DEBUG like I did in the project setting for analyze when the issue happens.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope that helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 06:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759084#M3447</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-02-06T06:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759085#M3448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and the bug fix you sent fixes the tag reading error message I got on my Android phone. I am not even using the Arduino adapter board anymore because it looks like it has obvious problems.&amp;nbsp; I soldered wires directly to OM5577.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that the OM5577's read distance is about 8cm. This is good. However, when acting as tag, I need to hold my phone very close (about 2cm) to scan it. This is a problem for us.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any literature that discusses antenna and RF circuitry design for Tag mode, or better a dual mode where device acts as a reader and a tag?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything that could be tuned by software that will improve the Tag perfomance of the OM5577?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 16:16:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759085#M3448</guid>
      <dc:creator>olegstepanov</dc:creator>
      <dc:date>2018-02-09T16:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: OM5577 Tag Emulation Sensitivity</title>
      <link>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759086#M3449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my understanding, when OM5577 acts as a TAG, it works in passive target&amp;nbsp;mode, so it is the reader/phone provides the power for communication, and so that it determines the operating range,so I think the bottleneck is on reader side, not due to the RF design on OM5577.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 03:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/OM5577-Tag-Emulation-Sensitivity/m-p/759086#M3449</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-02-12T03:27:50Z</dc:date>
    </item>
  </channel>
</rss>

