<?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 LPC54102 how to read input in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-how-to-read-input/m-p/704402#M28363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to programming boards like this one (only tried something with an arduino once), but I wanted to try to create a monitoring station where the LPC54102 reads values from some sensors. I started by reading the example code in LPCOpen, but failed to understand how I can do this... currently I'm trying to read temperatures using an analog temperature sensor. Can anyone help me with example code or just guiding me to someone/somewhere to help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2017 13:35:44 GMT</pubDate>
    <dc:creator>antónioalmeida</dc:creator>
    <dc:date>2017-08-22T13:35:44Z</dc:date>
    <item>
      <title>LPC54102 how to read input</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-how-to-read-input/m-p/704402#M28363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to programming boards like this one (only tried something with an arduino once), but I wanted to try to create a monitoring station where the LPC54102 reads values from some sensors. I started by reading the example code in LPCOpen, but failed to understand how I can do this... currently I'm trying to read temperatures using an analog temperature sensor. Can anyone help me with example code or just guiding me to someone/somewhere to help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 13:35:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-how-to-read-input/m-p/704402#M28363</guid>
      <dc:creator>antónioalmeida</dc:creator>
      <dc:date>2017-08-22T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54102 how to read input</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-how-to-read-input/m-p/704403#M28364</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 use the LPC5410x ADC example, the LPC5410x ADC example shows how to use the ADC to perform&lt;BR /&gt;a sequence of conversions and monitor a threshold crossing. The ADC is configured to monitor an input and is sampled by manually starting the ADC sequence from the system tick interrupt.&lt;BR /&gt;The sequence then starts and generates an interrupt when complete. During ADC sequence conversion, an interrupt will also be generated if the sample read crosses the threshold 0 value.&lt;/P&gt;&lt;P&gt;To use this example, build and program it and then run it on the board. Turn the potentiometer to change the ADC&lt;BR /&gt;signal input. Converted ADC values are displayed periodically via the UART as kicked off by the ADC interrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This example is located in the LPCOpen folder,&lt;/P&gt;&lt;P&gt;....\LPCOpen\lpc5410x_lpcxpresso_54102_lpcxpresso_3.01a\periph_adc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition please check the below docs, these may help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-334959"&gt;How to create a new LPC project using LPCOpen and MCUXpresso IDE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-333169"&gt;How to create a new LPC project using LPCOpen and LPCXpresso&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Soledad&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, 04 Sep 2017 17:38:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-how-to-read-input/m-p/704403#M28364</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2017-09-04T17:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54102 how to read input</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-how-to-read-input/m-p/704404#M28365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey! Really appreciate the help! I actually found about that example about 2 days ago, but still can't run it properly... Can you tell me if I need to connect the potentiometer to a specific pin? Because I've tried all of them (also tried to connect a temperature sensor instead of a potentiometer) and I can't seem to get it right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 08:51:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-how-to-read-input/m-p/704404#M28365</guid>
      <dc:creator>antónioalmeida</dc:creator>
      <dc:date>2017-09-05T08:51:59Z</dc:date>
    </item>
  </channel>
</rss>

