<?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 I.MX6 Wifi connection with ESP32 through UART in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-Wifi-connection-with-ESP32-through-UART/m-p/662051#M101655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nxp i.mx 6‌ uart‌ wifi‌ esp32‌ yocto linux‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;I'm developing a custom embedded Linux (yocto) device with an I.MX6 core processor and 1 GB RAM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;I need an internet connection but due to not enough&amp;nbsp;physical space I can't use a simple wifi dongle via usb port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;So I&amp;nbsp;want to connect an ESP32 through the UART such that the Linux device would see a network interface which would then drive the ESP32 (through UART) and the ESP32 would then use WiFi to connect to an access point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;I didn't choose a different communication protocol, such as spi, because the UART is enough fast for our purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;Any suggestion or example about how to drive the ESP32 &lt;SPAN&gt;through the UART&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;Massimo Pilia&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Mar 2017 12:23:25 GMT</pubDate>
    <dc:creator>massimopilia</dc:creator>
    <dc:date>2017-03-17T12:23:25Z</dc:date>
    <item>
      <title>I.MX6 Wifi connection with ESP32 through UART</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-Wifi-connection-with-ESP32-through-UART/m-p/662051#M101655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nxp i.mx 6‌ uart‌ wifi‌ esp32‌ yocto linux‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;I'm developing a custom embedded Linux (yocto) device with an I.MX6 core processor and 1 GB RAM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;I need an internet connection but due to not enough&amp;nbsp;physical space I can't use a simple wifi dongle via usb port.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;So I&amp;nbsp;want to connect an ESP32 through the UART such that the Linux device would see a network interface which would then drive the ESP32 (through UART) and the ESP32 would then use WiFi to connect to an access point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;I didn't choose a different communication protocol, such as spi, because the UART is enough fast for our purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;Any suggestion or example about how to drive the ESP32 &lt;SPAN&gt;through the UART&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; background-color: #f3f3f3;"&gt;Massimo Pilia&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Mar 2017 12:23:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-Wifi-connection-with-ESP32-through-UART/m-p/662051#M101655</guid>
      <dc:creator>massimopilia</dc:creator>
      <dc:date>2017-03-17T12:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 Wifi connection with ESP32 through UART</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-Wifi-connection-with-ESP32-through-UART/m-p/662052#M101656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems most simple way is to use uart as terminal&lt;/P&gt;&lt;P&gt;and use wifi arduino example&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://learn.sparkfun.com/tutorials/esp32-thing-hookup-guide#arduino-example-wifi" title="https://learn.sparkfun.com/tutorials/esp32-thing-hookup-guide#arduino-example-wifi"&gt;ESP32 Thing Hookup Guide - learn.sparkfun.com&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Sat, 18 Mar 2017 00:02:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-Wifi-connection-with-ESP32-through-UART/m-p/662052#M101656</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-03-18T00:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX6 Wifi connection with ESP32 through UART</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX6-Wifi-connection-with-ESP32-through-UART/m-p/662053#M101657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi massimo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I too working on the same, I too struck up with that, if u done guide in that...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 04:41:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX6-Wifi-connection-with-ESP32-through-UART/m-p/662053#M101657</guid>
      <dc:creator>bhagavankoppaka</dc:creator>
      <dc:date>2018-01-09T04:41:50Z</dc:date>
    </item>
  </channel>
</rss>

