<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30933/qi-charger-interferes-with-nfc-causing-dramatic-increase-power-consumption</link><description>Hi. In the product I&amp;#39;m working there is a qi and NFC antenna on the same side. I resolved the issue of the qi charger overloading the nRF by placing a 1nF capacitor in series to the NFC antenna so that the nRF NFC front end is able to absorb any residual</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Mar 2018 13:39:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30933/qi-charger-interferes-with-nfc-causing-dramatic-increase-power-consumption" /><item><title>RE: qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/thread/123448?ContentTypeID=1</link><pubDate>Thu, 08 Mar 2018 13:39:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7f13c14-3bd8-4df4-a01f-4758f18932fa</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;Seems the issue was caused by the version of the library I was using because the&amp;nbsp;HAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND wasn&amp;#39;t working for some reason. I wrote about the fix in this post:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/support/201644"&gt;devzone.nordicsemi.com/.../201644&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/thread/122469?ContentTypeID=1</link><pubDate>Thu, 01 Mar 2018 13:18:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1f92786-81ad-4046-adbd-0fc9af795506</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;When testing the SDK14 NFC example, after reading the nfc the power consumption jumps from normal to 25mA!&lt;br /&gt;Edit: power consumption seems to be normal on another board, seems that the problem was board specific.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/thread/122466?ContentTypeID=1</link><pubDate>Thu, 01 Mar 2018 13:07:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47dc853e-e2cd-43e1-9682-46b2cec785c2</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;The issue regarding the NFC fix:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;If you are using PCA10040 (part of nRF52 Development Kit), you must define the macro HAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND to apply workarounds for the following anomalies:

79. NFCT: A false EVENTS_FIELDDETECTED event occurs after the field is lost
NFCT does not release HFCLK when switching from ACTVATED to SENSE mode.&lt;/pre&gt;I can&amp;#39;t get the fix to work, it seems to be supported on SDK11 as well, but it just does not work.&lt;br /&gt;I also get the NFCT false event detection which proves that the fix does not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/thread/122299?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2018 13:20:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb604043-7ad3-4bfb-ba68-5c4bbbe53008</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;I think the issue might be because I&amp;#39;m using the SDK11, I did&amp;#39;t switch to it yet because I was having issues with migrating the code before.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/thread/122280?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2018 12:08:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:153537fd-7123-44b2-983f-3981e798c1c6</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;Not initializing the NFC&amp;nbsp;removes the issue,&amp;nbsp;but then I have no NFC.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/thread/122264?ContentTypeID=1</link><pubDate>Wed, 28 Feb 2018 11:19:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79df8a51-d0e7-4d4a-9cc0-b0d4beab4fb1</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;I noticed also that just reading the NFC causes the issue, so after a bit of searching I found that there is a NFC anomaly in the HW that causes this problem. There seems to be a workaround, but I can&amp;#39;t get it to work:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/30933/qi-charger-interferes-with-nfc-causing-dramatic-increase-power-consumption"&gt;devzone.nordicsemi.com/.../qi-charger-interferes-with-nfc-causing-dramatic-increase-power-consumption&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Seems like the bug should be fixed by the library itself, but its still occurring.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/thread/122178?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 17:28:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ac197de-ad9f-46db-ad20-ee8a9b2389b8</guid><dc:creator>Dajgoro Labinac</dc:creator><description>&lt;p&gt;That wont help, even the qi periodic scanning pules are enough to trigger this issue, just swiping the qi charger near the antenna without having it engage is enough.&lt;br /&gt;So by the time the charging is started its too late, the nRF is already glitched.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: qi charger interferes with NFC causing dramatic increase power consumption</title><link>https://devzone.nordicsemi.com/thread/122170?ContentTypeID=1</link><pubDate>Tue, 27 Feb 2018 16:48:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c40e08c4-05d4-4379-b69f-7b3bcac0a77b</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;On a similar design I planned to reverse the NFC pins to active-low drive outputs for the duration of charging; maybe worth a try .. they may absorb some rf power, of course.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>