<?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 LPC1788FBD208 data logger in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661690#M26344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the LPC1788 (exactly LPC1788FBD208) microcontroller to make a data logger system. Several analog signals are connected to LPC1788. The user can download the acquired data, by means of several ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Via GPRS (a GPRS module is connected to the USART0 serial port) &lt;BR /&gt;2) Via Ethernet (the remote control room reads the data using internet connection)&lt;BR /&gt;3) Via USB pendrive (when the USB pendrive is plugged, the LPC1788 automatically download in the pendrive the data)&lt;BR /&gt;4) Connecting the LPC1788 to a PC (laptop or other type of personal computer) via USB cable (in this case, the LPC1788 has to be seen as an external hard disk)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me in your opinion if a similar system can work properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Apr 2017 13:54:04 GMT</pubDate>
    <dc:creator>aut</dc:creator>
    <dc:date>2017-04-09T13:54:04Z</dc:date>
    <item>
      <title>LPC1788FBD208 data logger</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661690#M26344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the LPC1788 (exactly LPC1788FBD208) microcontroller to make a data logger system. Several analog signals are connected to LPC1788. The user can download the acquired data, by means of several ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Via GPRS (a GPRS module is connected to the USART0 serial port) &lt;BR /&gt;2) Via Ethernet (the remote control room reads the data using internet connection)&lt;BR /&gt;3) Via USB pendrive (when the USB pendrive is plugged, the LPC1788 automatically download in the pendrive the data)&lt;BR /&gt;4) Connecting the LPC1788 to a PC (laptop or other type of personal computer) via USB cable (in this case, the LPC1788 has to be seen as an external hard disk)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me in your opinion if a similar system can work properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 13:54:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661690#M26344</guid>
      <dc:creator>aut</dc:creator>
      <dc:date>2017-04-09T13:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1788FBD208 data logger</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661691#M26345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure I understand your question, have you already implemented this functionality? Are you looking for recommendations on how to achieve this? If you are looking for example projects for UART, Ethernet and USB host and Device I would recommend you to take a look to the LPCOpen package for the LPC1788 devices:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/hardware-development-tools/lpcxpresso-boards/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX" title="http://www.nxp.com/products/software-and-tools/hardware-development-tools/lpcxpresso-boards/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX"&gt;http://www.nxp.com/products/software-and-tools/hardware-development-tools/lpcxpresso-boards/lpcopen-software-development…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Apr 2017 15:32:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661691#M26345</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-04-12T15:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1788FBD208 data logger</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661692#M26346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your support.&lt;/P&gt;&lt;P&gt;I have not implemented yet the functionality described in my previous post. I want to know if the hardware features of&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;LPC1788FBD208 device allow to make these&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;functionality.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nico&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 07:49:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661692#M26346</guid>
      <dc:creator>aut</dc:creator>
      <dc:date>2017-04-13T07:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1788FBD208 data logger</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661693#M26347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Nico,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;Yes, the hardware features support the interfaces you are looking for. Regarding the memory, I have done a quick evaluation and it should be able to fit you application. The application sizes in dec are:&lt;/DIV&gt;&lt;DIV class=""&gt; &lt;/DIV&gt;&lt;DIV class=""&gt;Data logger - periph_sdmmc 42580&lt;/DIV&gt;&lt;DIV class=""&gt;Uart - periph_uart_rb 10668&lt;/DIV&gt;&lt;DIV class=""&gt;Ethernet - lwip_tcpecho_sa 64636&lt;/DIV&gt;&lt;DIV class=""&gt;USB Host - lpcusblib_MassStorageHost 59176&lt;/DIV&gt;&lt;DIV class=""&gt;USB Device - usbd_lib_composite 16932&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2017 21:47:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661693#M26347</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-04-24T21:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1788FBD208 data logger</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661694#M26348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot!&lt;/P&gt;&lt;P&gt;Where can I find the example projects that you indicated me in your previous response?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 08:18:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661694#M26348</guid>
      <dc:creator>aut</dc:creator>
      <dc:date>2017-04-26T08:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1788FBD208 data logger</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661695#M26349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi Nico,&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;These are part of the LPCOpen package for the LPC1788 devices:&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/hardware-development-tools/lpcxpresso-boards/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX" title="http://www.nxp.com/products/software-and-tools/hardware-development-tools/lpcxpresso-boards/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX"&gt;LPCOpen Software for LPC17XX|NXP&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2017 14:21:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1788FBD208-data-logger/m-p/661695#M26349</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-04-26T14:21:47Z</dc:date>
    </item>
  </channel>
</rss>

