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
hi massimo,
I too working on the same, I too struck up with that, if u done guide in that...
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!
-----------------------------------------------------------------------------------------------------------------------