<?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 Requesting data from a web API in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864875#M3633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently attempting to request weather information from a web api and i am currently unsure how i would accomplish this. Can anyone suggest a starting point or a source of information on using C code on an embedded system to request data from a web api.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2019 16:30:50 GMT</pubDate>
    <dc:creator>jackmyers1998</dc:creator>
    <dc:date>2019-01-28T16:30:50Z</dc:date>
    <item>
      <title>Requesting data from a web API</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864875#M3633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently attempting to request weather information from a web api and i am currently unsure how i would accomplish this. Can anyone suggest a starting point or a source of information on using C code on an embedded system to request data from a web api.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 16:30:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864875#M3633</guid>
      <dc:creator>jackmyers1998</dc:creator>
      <dc:date>2019-01-28T16:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting data from a web API</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864876#M3634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell us which MCU are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&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>Tue, 29 Jan 2019 15:29:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864876#M3634</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2019-01-29T15:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting data from a web API</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864877#M3635</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;Thanks for replying, I am using the LPC54018 IoT module and MCUXpresso IDE. Here is the link to the MCU page:&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/nxp-designs/lpc54018-iot-module-for-the-lpc540xx-family-of-mcus:OM40007" title="https://www.nxp.com/support/developer-resources/nxp-designs/lpc54018-iot-module-for-the-lpc540xx-family-of-mcus:OM40007"&gt;OM40007|LPC54018 IoT Microcontroller Module|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 15:38:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864877#M3635</guid>
      <dc:creator>jackmyers1998</dc:creator>
      <dc:date>2019-01-29T15:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Requesting data from a web API</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864878#M3636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack Myers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I think you can learn the LPC54018 data transfer to the cloud or the web at first. Eg, you can learn the SDK aws which will send data to the amazon cloud, the code can be download it from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuxpresso.nxp.com/en/select" title="https://mcuxpresso.nxp.com/en/select"&gt;https://mcuxpresso.nxp.com/en/select&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Folder: SDK_2.5.0_LPC54018-IoT-Module\boards\lpc54018iotmodule\aws_examples&lt;/P&gt;&lt;P&gt;&amp;nbsp;Then how to get the weather information from a web api, and send it to the cloud is totally the top side software case, LPC side just need to know how to get the data and send the data to the cloud or the ethernet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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>Wed, 30 Jan 2019 07:18:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Requesting-data-from-a-web-API/m-p/864878#M3636</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2019-01-30T07:18:11Z</dc:date>
    </item>
  </channel>
</rss>

