<?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 Keyboard support for LPC 1788 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536100#M4909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sipel_tp on Thu May 31 06:57:03 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to implement a Keyboard. This one could have between 20 and 25 keys. I don't still know if using a matrix keyboard or one in which each key is hardwired directly. I'm working with a LPC1788 Embedded Artists Base Board Rev A. What kind of hardware driver do you recommend to use? Does it exist a software support for that? I appreciate any suggestion. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:27:56 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:27:56Z</dc:date>
    <item>
      <title>Keyboard support for LPC 1788</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536100#M4909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sipel_tp on Thu May 31 06:57:03 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to implement a Keyboard. This one could have between 20 and 25 keys. I don't still know if using a matrix keyboard or one in which each key is hardwired directly. I'm working with a LPC1788 Embedded Artists Base Board Rev A. What kind of hardware driver do you recommend to use? Does it exist a software support for that? I appreciate any suggestion. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536100#M4909</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard support for LPC 1788</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536101#M4910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by frame on Fri Jun 01 12:17:12 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;Does it exist a software support for that?&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Not that I know of.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Real" keyboards are rarely found on such devices. Recently, touchpanels are the latest fashion - Atmel parts and the STM32L and STM32F0 directly support it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the other hand, a key matrix is not really difficult to implement in hard- and software, and requires very few coding ressources. Historically, it is the field of 8031/8051 and similiar controllers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just google for "key matrix", and you are going to find a lot of examples.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536101#M4910</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard support for LPC 1788</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536102#M4911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Sat Jun 02 00:06:21 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;ever thought of using a USB keyboard?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536102#M4911</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard support for LPC 1788</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536103#M4912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by frame on Sun Jun 03 11:17:17 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I guess, the journey is the reward in this case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems an 'advanced beginners embedded example' device implementation. It's not too difficult, easy to debug, and needs few ressources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My employer would probably fire me if I honestly intended to implement such a 20 key - keyboard on a lpc1788 ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: TheFallGuy&lt;/STRONG&gt;&lt;BR /&gt;ever thought of using a USB keyboard?&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:27:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Keyboard-support-for-LPC-1788/m-p/536103#M4912</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:27:58Z</dc:date>
    </item>
  </channel>
</rss>

