I.MX6 Wifi connection with ESP32 through UART

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I.MX6 Wifi connection with ESP32 through UART

2,991 Views
massimopilia
Contributor I

nxp i.mx 6‌ uart‌ wifi‌ esp32‌ yocto linux‌

I'm developing a custom embedded Linux (yocto) device with an I.MX6 core processor and 1 GB RAM.

I need an internet connection but due to not enough physical space I can't use a simple wifi dongle via usb port.

So I 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.

I didn't choose a different communication protocol, such as spi, because the UART is enough fast for our purpose.

Any suggestion or example about how to drive the ESP32 through the UART?

Thanks in advance

Massimo Pilia

Labels (3)
0 Kudos
2 Replies

1,732 Views
bhagavankoppaka
Contributor I

hi massimo,

   I too working on the same, I too struck up with that, if u done guide in that...

0 Kudos

1,732 Views
igorpadykov
NXP Employee
NXP Employee

Hi Massimo

seems most simple way is to use uart as terminal

and use wifi arduino example

ESP32 Thing Hookup Guide - learn.sparkfun.com 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------