<?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: PI Controller</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/PI-Controller/m-p/599416#M23238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DSP library for LPC1700 devices includes the below functions as you can check in the application note AN10913 &lt;A class="link-titled" href="http://www.nxp.com/documents/application_note/AN10913.pdf" title="http://www.nxp.com/documents/application_note/AN10913.pdf"&gt;http://www.nxp.com/documents/application_note/AN10913.pdf&lt;/A&gt;&amp;nbsp;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Biquad filter&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Fast Fourier transform&lt;/LI&gt;&lt;LI&gt;Dot product&lt;/LI&gt;&lt;LI&gt;Vector manipulation&lt;/LI&gt;&lt;LI&gt;FIR filter&lt;/LI&gt;&lt;LI&gt;Resonator&lt;/LI&gt;&lt;LI&gt;PID controller&lt;/LI&gt;&lt;LI&gt;Random number generator&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For PI controller you need to implement your own algorithm, please check the following references.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.idc-online.com/technical_references/pdfs/civil_engineering/Universal%20Controller.pdf" title="http://www.idc-online.com/technical_references/pdfs/civil_engineering/Universal%20Controller.pdf"&gt;http://www.idc-online.com/technical_references/pdfs/civil_engineering/Universal%20Controller.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://iopscience.iop.org/article/10.1088/1742-6596/659/1/012028" title="http://iopscience.iop.org/article/10.1088/1742-6596/659/1/012028"&gt;Feedback control system based on a remote operated PID controller implemented using mbed NXP LPC1768 development board -…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol &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>Fri, 03 Feb 2017 22:34:52 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2017-02-03T22:34:52Z</dc:date>
    <item>
      <title>PI Controller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PI-Controller/m-p/599415#M23237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all. First sorry for my poor English.&lt;BR /&gt;I have a question.&lt;BR /&gt;Actually I'm controlling speed of DC motor by LPC1768 and I need to a PI controller like below picture.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13138iAFD79A2AA76275E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How could I program a PI controller in Keil. Is there any library for it, if not, what can I do?&lt;BR /&gt;Very thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 07:56:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PI-Controller/m-p/599415#M23237</guid>
      <dc:creator>leoncorleone</dc:creator>
      <dc:date>2017-02-03T07:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: PI Controller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PI-Controller/m-p/599416#M23238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DSP library for LPC1700 devices includes the below functions as you can check in the application note AN10913 &lt;A class="link-titled" href="http://www.nxp.com/documents/application_note/AN10913.pdf" title="http://www.nxp.com/documents/application_note/AN10913.pdf"&gt;http://www.nxp.com/documents/application_note/AN10913.pdf&lt;/A&gt;&amp;nbsp;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Biquad filter&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Fast Fourier transform&lt;/LI&gt;&lt;LI&gt;Dot product&lt;/LI&gt;&lt;LI&gt;Vector manipulation&lt;/LI&gt;&lt;LI&gt;FIR filter&lt;/LI&gt;&lt;LI&gt;Resonator&lt;/LI&gt;&lt;LI&gt;PID controller&lt;/LI&gt;&lt;LI&gt;Random number generator&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For PI controller you need to implement your own algorithm, please check the following references.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.idc-online.com/technical_references/pdfs/civil_engineering/Universal%20Controller.pdf" title="http://www.idc-online.com/technical_references/pdfs/civil_engineering/Universal%20Controller.pdf"&gt;http://www.idc-online.com/technical_references/pdfs/civil_engineering/Universal%20Controller.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://iopscience.iop.org/article/10.1088/1742-6596/659/1/012028" title="http://iopscience.iop.org/article/10.1088/1742-6596/659/1/012028"&gt;Feedback control system based on a remote operated PID controller implemented using mbed NXP LPC1768 development board -…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol &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>Fri, 03 Feb 2017 22:34:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PI-Controller/m-p/599416#M23238</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-02-03T22:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: PI Controller</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/PI-Controller/m-p/599417#M23239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just search for the article "PID without a P.H.D.". It is also on embedded.com.&lt;/P&gt;&lt;P&gt;A PI controller is something you can do yourself with very little effort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 18:16:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/PI-Controller/m-p/599417#M23239</guid>
      <dc:creator>rons</dc:creator>
      <dc:date>2017-02-16T18:16:33Z</dc:date>
    </item>
  </channel>
</rss>

