<?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>LPCXpresso IDEのトピックRe: Read value from GPIO input</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551332#M11809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Tue Oct 16 07:57:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Come on, is that so difficult :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Search function and search for "ADC AND LPC1769"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and Voilà ;) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; a nice sample at #5 of &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=2858&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:28:46 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:28:46Z</dc:date>
    <item>
      <title>Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551328#M11805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sgtengxiao on Tue Oct 16 02:39:06 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I set a gpio as input, and i connect a variable voltage (0.5V ~ 3.3V) to the gpio. How can I read it? I use GPIO_ReadValue function but can only get two different values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551328#M11805</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551329#M11806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Tue Oct 16 04:07:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;A) which controller are we speaking of?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B) ever heard of ADC?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C) a normal GPIO pin has only two states: on (3.3V) and off (0V) so it is perfectly normal that you only get two different values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;D) have you read the user manual?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551329#M11806</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551330#M11807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by graynomad on Tue Oct 16 05:16:36 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It's a DIGITAL input, how do you expect to read analogue values from it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you should do at least a little research.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551330#M11807</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551331#M11808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ju2low on Tue Oct 16 07:24:59 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know there is a lot of posts about this subject but I'm really lost...:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do I need to read the voltage ( 0 or 3V3 ) applied in input on lpc1769 board, port1 for example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I accept links, code, topics....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551331#M11808</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551332#M11809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Tue Oct 16 07:57:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Come on, is that so difficult :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Search function and search for "ADC AND LPC1769"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and Voilà ;) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; a nice sample at #5 of &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=2858&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551332#M11809</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551333#M11810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Tue Oct 16 23:11:01 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think this thread must be a joke or otherwise a hoax... :(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551333#M11810</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551334#M11811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ju2low on Wed Oct 17 00:02:37 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Zero&lt;/STRONG&gt;&lt;BR /&gt;Come on, is that so difficult :confused:&lt;BR /&gt;&lt;BR /&gt;Use Search function and search for "ADC AND LPC1769"&lt;BR /&gt;&lt;BR /&gt;and Voilà ;) &lt;BR /&gt;&lt;BR /&gt; a nice sample at #5 of &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2F" rel="nofollow" target="_blank"&gt;http://knowledgebase.nxp.com/showthread.php?t=2858&lt;/A&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why ADC ? I don't understand....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe my question was not clear sorry...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to control a lighting system by pwm; at the end of my timer MR0, i read on gpio input and the "word" permit to modulate my pwm... But my problem is: I don't succeed to configure of GPIO inputs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's why I ask help.... not hoax ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I configure in my main GPIO and I try to read input on IRQ in timer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551334#M11811</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551335#M11812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Oct 17 00:38:17 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Why ADC ? I don't understand....&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Because this is an GPIO/ADC thread and you are asking something different (?) without starting a new thread :p&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Maybe my question was not clear sorry...&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;It's still not clear...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;But my problem is: I don't succeed to configure of GPIO inputs.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading a simple GPIO is described several times here, last time 4 days ago ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See #4 of &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?p=19385#post19385&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551335#M11812</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551336#M11813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ju2low on Wed Oct 17 00:40:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;OK ! Thks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551336#M11813</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Read value from GPIO input</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551337#M11814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by graynomad on Wed Oct 17 01:17:52 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Your first post said&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt; i connect a variable voltage (0.5V ~ 3.3V) to the gpio. How can I read&amp;nbsp; it? I use GPIO_ReadValue function but can only get two different values. &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I think 0.5V ~ 3.3V to most people represents a voltage that varies between 0.5 and 3.3v, then you said&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt; but can only get two different values. &lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well a digital input can only provide two different values by definition, so we assumed you were needing an analogue input, hence the talk about ADCs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:28:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Read-value-from-GPIO-input/m-p/551337#M11814</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:28:49Z</dc:date>
    </item>
  </channel>
</rss>

