<?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>LPC MicrocontrollersのトピックRe: LPC43xx analog output</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921031#M36707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can control an analog motor by implementing a PWM signal (where the speed of the motor is determined by the duty cycle of the signal). So you can just set a duty cycle greater than 0 every time your ADC read is greater than a certain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I recommend you first check the frequency you would have to configure the PWM so you can have the maximum speed when you set the duty cycle to 100% (You can try this by trial an error of the insertion of different PWM frequencies or you can check if this information is already provided for the motor you would be using).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo Delsordo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jun 2019 17:10:59 GMT</pubDate>
    <dc:creator>nxf51211</dc:creator>
    <dc:date>2019-06-13T17:10:59Z</dc:date>
    <item>
      <title>LPC43xx analog output</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921030#M36706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody, I'm using an LPC43xx.&lt;/P&gt;&lt;P&gt;I'm reading an analog input from the ADC_CH3 and I would like to let an analog motor move when the value read is greater than a certain level.&lt;/P&gt;&lt;P&gt;Is it possible to do something like that with this board?&lt;/P&gt;&lt;P&gt;Thanks in advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 14:06:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921030#M36706</guid>
      <dc:creator>luca_bonora89</dc:creator>
      <dc:date>2019-06-13T14:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx analog output</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921031#M36707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can control an analog motor by implementing a PWM signal (where the speed of the motor is determined by the duty cycle of the signal). So you can just set a duty cycle greater than 0 every time your ADC read is greater than a certain level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I recommend you first check the frequency you would have to configure the PWM so you can have the maximum speed when you set the duty cycle to 100% (You can try this by trial an error of the insertion of different PWM frequencies or you can check if this information is already provided for the motor you would be using).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo Delsordo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2019 17:10:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921031#M36707</guid>
      <dc:creator>nxf51211</dc:creator>
      <dc:date>2019-06-13T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx analog output</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921032#M36708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Ricardo for the quick answer. Do you know where could I find an example for my board?? (LPC4337)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 08:44:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921032#M36708</guid>
      <dc:creator>luca_bonora89</dc:creator>
      <dc:date>2019-06-18T08:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx analog output</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921033#M36709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you check the project examples from LPCOpen for your board (LPC4337) where you will find an example for the use of the ADC and the PWM (using SCT): &lt;A class="link-bare" href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX" title="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ricardo Delsordo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 17:25:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-analog-output/m-p/921033#M36709</guid>
      <dc:creator>nxf51211</dc:creator>
      <dc:date>2019-06-18T17:25:13Z</dc:date>
    </item>
  </channel>
</rss>

