I.MX6 Wifi connection with ESP32 through UART

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

I.MX6 Wifi connection with ESP32 through UART

2,595件の閲覧回数
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

ラベル(3)
0 件の賞賛
2 返答(返信)

1,336件の閲覧回数
bhagavankoppaka
Contributor I

hi massimo,

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

0 件の賞賛

1,336件の閲覧回数
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!
-----------------------------------------------------------------------------------------------------------------------