<?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>Sensors中的主题 Re: MPR121 - wrong touch detection</title>
    <link>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608914#M3725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your first question, sensitivity of the MPR121 is relative to the capacitance range being measured. Given the ADC value, current and time and settings capacitance can be calculated, please take a look at page 3 of the Application Note AN3889 for more details: &lt;A href="http://www.nxp.com/files/sensors/doc/app_note/AN3889.pdf"&gt;www.nxp.com/files/sensors/doc/app_note/AN3889.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And for the second question, baseline configuration seems to be correct, but if you want to test with another configuration, I can share a portion of the initialization cade that I use for my typical tests:&lt;/P&gt;&lt;P&gt;//touch pad baseline filter&lt;/P&gt;&lt;P&gt;&amp;nbsp; //rising&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2B,0x01); // MAX HALF DELTA Rising&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2C,0x01); // NOISE HALF DELTA Rising&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2D,0x0E); // NOISE COUNT LIMIT Rising&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2E,0x00); // DELAY LIMIT Rising&lt;/P&gt;&lt;P&gt;&amp;nbsp; //falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2F,0x01); // MAX HALF DELTA Falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x30,0x05); // NOISE HALF DELTA Falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x31,0x01); // NOISE COUNT LIMIT Falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x32,0x00); // DELAY LIMIT Falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; //touched&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x33,0x00); // Noise half delta touched&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x34,0x00); // Noise counts touched&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x35,0x00); // Filter delay touched&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jose&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, 13 Sep 2016 18:57:03 GMT</pubDate>
    <dc:creator>reyes</dc:creator>
    <dc:date>2016-09-13T18:57:03Z</dc:date>
    <item>
      <title>MPR121 - wrong touch detection</title>
      <link>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608911#M3722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;Hi ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;We are using the MPR121 for proximity sensor. One big electrode is connected to ELE0 of MPR121 for touch sensing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;The configuration works good but sometimes (usually 5-6 times during a day) we get wrong touch detection (touch detection occurs without touching the electrode).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;The configurations of the registers are taken from application note &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;AN3893&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;Are we doing something wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;Thank you for your help&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; color: #51626f;"&gt;Dima.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; line-height: 19.45pt; background: white; vertical-align: baseline;"&gt;&lt;/P&gt;&lt;P&gt;void ProxInit()&lt;BR /&gt;{&lt;BR /&gt; //Reset MPR121 if not reset correctly&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x80,0x63); //Soft reset&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x5E,0x00); //Stop mode&lt;BR /&gt; &lt;BR /&gt; //touch pad baseline filter&lt;BR /&gt; //rising&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x2B,0x01); //0xFF// MAX HALF DELTA Rising&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x2C,0x01); //0xFF// NOISE HALF DELTA Rising&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x2D,0x00); // NOISE COUNT LIMIT Rising&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x2E,0x00); // DELAY LIMIT Rising&lt;BR /&gt; //falling&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x2F,0x01); // MAX HALF DELTA Falling&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x30,0x01); // NOISE HALF DELTA Falling&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x31,0xFF); // NOISE COUNT LIMIT Falling&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x32,0x02); // DELAY LIMIT Falling&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//touched &lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x33,0x00); // Noise half delta touched&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x34,0x00); // Noise counts touched&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x35,0x00); //Filter delay touched&lt;BR /&gt; &lt;BR /&gt; //Touch pad threshold&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x41,200); // ELE0 TOUCH THRESHOLD&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x42,190); // ELE0 RELEASE THRESHOLD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Debounce Register&lt;BR /&gt; DebounceNumberTouch = 0;&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x5B,DebounceNumberTouch);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; //AFE configuration&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x5D,0x04);&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x5C,0xC0);&amp;nbsp;&lt;BR /&gt; &lt;BR /&gt; //Auto configuration&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x7B,0xCB);&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x7D,0xE4);&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x7E,0x94);&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x7F,0xCD);&lt;BR /&gt; &lt;BR /&gt; //GPIO for LED's configuration&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x73,0x0F); //GPIO Control 0&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x74,0x0F); //GPIO Control 1&lt;BR /&gt; &lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x76,0x0F); //GPIO Direction&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x77,0x0F); //GPIO Enable&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; Elec_Config_Prox_Reg = 0x91;&lt;BR /&gt; I2C_ByteWrite(PROX_I2C_COMPONENT_ADDR,0x5E,Elec_Config_Prox_Reg);&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Sep 2016 10:41:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608911#M3722</guid>
      <dc:creator>dmitripoverenov</dc:creator>
      <dc:date>2016-09-11T10:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: MPR121 - wrong touch detection</title>
      <link>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608912#M3723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dima,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don’t think that you are doing something wrong, the configuration that you sent seems to be correct and since the system works good (but sometimes), I assume that the HW configuration is correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I think that you can do to avoid these undesired touch detection, is, since big electrodes are more sensitive, you may need to adjust the touch/release thresholds. Make some test by increasing the thresholds to a level that works for the touch detection of your system, but avoids undesired touches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jose&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, 12 Sep 2016 14:07:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608912#M3723</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-09-12T14:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: MPR121 - wrong touch detection</title>
      <link>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608913#M3724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we have seen is that right now, our threshold is actually 0, that is any change, will result in detection.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have also checked and found that in our mechanical setup, we actually detect a touch with just a difference of 1, so we actually need the 0 threshold.&lt;/P&gt;&lt;P&gt;We use the auto calibraion and baseline filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The question is if there is anything we can do in order to make the sensitivity better, perhaps tweaking some of the parameters manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Also, Please advise if we are using the baseline filter correctly. perhaps for our use we can use it in a better way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&amp;nbsp;&lt;SPAN style="color: #51626f; border: 0px; font-weight: inherit; font-size: 11.5pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background: white; border: 0px; margin: 0cm 0cm 0.0001pt;"&gt;&lt;SPAN style="color: #51626f; border: 0px; font-weight: inherit; font-size: 11.5pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background: white; border: 0px; margin: 0cm 0cm 0.0001pt;"&gt;&lt;SPAN style="color: #51626f; border: 0px; font-weight: inherit; font-size: 11.5pt;"&gt;Dima.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 10:52:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608913#M3724</guid>
      <dc:creator>dmitripoverenov</dc:creator>
      <dc:date>2016-09-13T10:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: MPR121 - wrong touch detection</title>
      <link>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608914#M3725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your first question, sensitivity of the MPR121 is relative to the capacitance range being measured. Given the ADC value, current and time and settings capacitance can be calculated, please take a look at page 3 of the Application Note AN3889 for more details: &lt;A href="http://www.nxp.com/files/sensors/doc/app_note/AN3889.pdf"&gt;www.nxp.com/files/sensors/doc/app_note/AN3889.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And for the second question, baseline configuration seems to be correct, but if you want to test with another configuration, I can share a portion of the initialization cade that I use for my typical tests:&lt;/P&gt;&lt;P&gt;//touch pad baseline filter&lt;/P&gt;&lt;P&gt;&amp;nbsp; //rising&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2B,0x01); // MAX HALF DELTA Rising&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2C,0x01); // NOISE HALF DELTA Rising&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2D,0x0E); // NOISE COUNT LIMIT Rising&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2E,0x00); // DELAY LIMIT Rising&lt;/P&gt;&lt;P&gt;&amp;nbsp; //falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x2F,0x01); // MAX HALF DELTA Falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x30,0x05); // NOISE HALF DELTA Falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x31,0x01); // NOISE COUNT LIMIT Falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x32,0x00); // DELAY LIMIT Falling&lt;/P&gt;&lt;P&gt;&amp;nbsp; //touched&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x33,0x00); // Noise half delta touched&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x34,0x00); // Noise counts touched&lt;/P&gt;&lt;P&gt;&amp;nbsp; IIC_ByteWrite(0x35,0x00); // Filter delay touched&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jose&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, 13 Sep 2016 18:57:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/MPR121-wrong-touch-detection/m-p/608914#M3725</guid>
      <dc:creator>reyes</dc:creator>
      <dc:date>2016-09-13T18:57:03Z</dc:date>
    </item>
  </channel>
</rss>

