<?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 Using PWM on GPIO on MPR121 in Sensors</title>
    <link>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239726#M308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using an MPR121 with 5 touch pads and 5 LED outputs. The LED outputs are on lines LED1, LED2, LED3, LED3, LED5. I can turn all 5 LEDs on and off with the set and clear registers. However, when I attempt to use PWM on the LED outputs, LEDs 1 through 4 operate as expected but LED5 does not. Specifically, if the PWN is turned off (corresponding PWN nibble = 0), I can turn LED5 on and off but if I set the corresponding PWN nibble to any value other than 0, the LED is not illuminated. I have confirmed that there is no signal at all on LED under that condition by means of an oscilloscope. Does anyone else have any experience using the GPIO outputs on the MPR121 with PWM? If so, any ideas as to why I cannot get it to work for LED5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2013 14:50:05 GMT</pubDate>
    <dc:creator>paulwilson</dc:creator>
    <dc:date>2013-03-25T14:50:05Z</dc:date>
    <item>
      <title>Using PWM on GPIO on MPR121</title>
      <link>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239726#M308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using an MPR121 with 5 touch pads and 5 LED outputs. The LED outputs are on lines LED1, LED2, LED3, LED3, LED5. I can turn all 5 LEDs on and off with the set and clear registers. However, when I attempt to use PWM on the LED outputs, LEDs 1 through 4 operate as expected but LED5 does not. Specifically, if the PWN is turned off (corresponding PWN nibble = 0), I can turn LED5 on and off but if I set the corresponding PWN nibble to any value other than 0, the LED is not illuminated. I have confirmed that there is no signal at all on LED under that condition by means of an oscilloscope. Does anyone else have any experience using the GPIO outputs on the MPR121 with PWM? If so, any ideas as to why I cannot get it to work for LED5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 14:50:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239726#M308</guid>
      <dc:creator>paulwilson</dc:creator>
      <dc:date>2013-03-25T14:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using PWM on GPIO on MPR121</title>
      <link>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239727#M309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;The PWM5 bit control has logic bug. Currently there is a workaround to set LED5 and LED6 with the same DAT setting (DAT[5] = DAT[6] = 1) or reconnect to ELE11/LED7 if possible. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Sorry about this. Both the datasheet and AN3894 needs to be updated to reflect this problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Tomas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 13:34:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239727#M309</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2013-04-03T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using PWM on GPIO on MPR121</title>
      <link>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239728#M310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tomas, the timing works out well as we have a meeting this &lt;/P&gt;&lt;P&gt;morning to discuss transitioning the hardware from a prototype to the &lt;/P&gt;&lt;P&gt;final design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 13:39:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239728#M310</guid>
      <dc:creator>paulwilson</dc:creator>
      <dc:date>2013-04-03T13:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using PWM on GPIO on MPR121</title>
      <link>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239729#M311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;I use the mpr121 on my raspberry.&lt;/P&gt;&lt;P&gt;The touch sensors works well.&lt;/P&gt;&lt;P&gt;But how can i use the inputs&lt;/P&gt;&lt;P&gt;To connect a led.&lt;/P&gt;&lt;P&gt;I found no codes anywhere.&lt;/P&gt;&lt;P&gt;I use python.&lt;/P&gt;&lt;P&gt;Can you help me ?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/Using-PWM-on-GPIO-on-MPR121/m-p/239729#M311</guid>
      <dc:creator>djmitch</dc:creator>
      <dc:date>2017-07-06T11:27:47Z</dc:date>
    </item>
  </channel>
</rss>

