Hello Everyone,
Hope you are doing well and everything is going well
We have one requirement in which ESP32 will be worked as slave which will be communicated with Linux based MCU and will provide network interface
Linux based MCU will be able to change configured network and can send/receive data over network socket
Can you please suggest us like is it possible to do with SDIO interface as per application requirement?
ESP32 SDIO Slave with Linux based MCU
ESP32 SDIO Slave with Linux based MCU
Regards,
Ritesh Prajapati
Ritesh Prajapati
Re: ESP32 SDIO Slave with Linux based MCU
Thanks for providing link which I have also reviewed it earlier.
We are little bit stuck like SPI Interface is already occupied and we want to use UART interface to connect ESP32 Module with Linux based Host.
So do we have any option to use it over UART with some driver which can be detected as wireless interface on Linux Host side?
Regards,
Ritesh Prajapati
Ritesh Prajapati
-
- Posts: 13
- Joined: Wed Aug 04, 2021 9:20 am
Re: ESP32 SDIO Slave with Linux based MCU
Hello Ritesh,
you can use ESP-AT https://github.com/espressif/esp-at
On the ESP32-WROOM-32E (4MB) the ESP-AT Firmware is installed from factory.
you can use ESP-AT https://github.com/espressif/esp-at
On the ESP32-WROOM-32E (4MB) the ESP-AT Firmware is installed from factory.
Re: ESP32 SDIO Slave with Linux based MCU
Hello,matthias122 wrote: ↑Wed Nov 10, 2021 8:57 amHello Ritesh,
you can use ESP-AT https://github.com/espressif/esp-at
On the ESP32-WROOM-32E (4MB) the ESP-AT Firmware is installed from factory.
Yes. that is fine but will it be detected as wireless interface on Linux Host MCU while connecting over UART Interface? Because i believe if we connect over UART then overall communication should be happened through UART send and receive data through AT based command.
But here my requirement is like is it possible to enumerate it as wireless interface by connecting ESP32 Module with Linux Hosted MCU over UART?
Hope you can understand my requirement.
Regards,
Ritesh Prajapati
Ritesh Prajapati
-
- Posts: 13
- Joined: Wed Aug 04, 2021 9:20 am
Re: ESP32 SDIO Slave with Linux based MCU
Hello Ritesh,
yes in general it is possible. But you have to write your own SLIP/PPP Linux Driver.
So the only way will be using esp-hosted to get it work as Modem in Linux.
Maybe this can help: https://github.com/wlach/wvdial
yes in general it is possible. But you have to write your own SLIP/PPP Linux Driver.
So the only way will be using esp-hosted to get it work as Modem in Linux.
Maybe this can help: https://github.com/wlach/wvdial
Re: ESP32 SDIO Slave with Linux based MCU
Hello,matthias122 wrote: ↑Wed Nov 10, 2021 6:47 pmHello Ritesh,
yes in general it is possible. But you have to write your own SLIP/PPP Linux Driver.
So the only way will be using esp-hosted to get it work as Modem in Linux.
Maybe this can help: https://github.com/wlach/wvdial
Thanks for your quick response.
But ultimately through esp-hosted, I need to connect ESP32 Module over SDIO/SPI Interface to enumerate it as wireless interface. Correct?
Regards,
Ritesh Prajapati
Ritesh Prajapati
Re: ESP32 SDIO Slave with Linux based MCU
Team,
Right now we are moving with SDIO Interface as Slave with Linux based MCU.
But we have tried with SPI Interface at that time Development Kit is not able to start firmware and giving some errors. Does anyone has used SPI Interface into ESP32 Development Kit?
Right now we are moving with SDIO Interface as Slave with Linux based MCU.
But we have tried with SPI Interface at that time Development Kit is not able to start firmware and giving some errors. Does anyone has used SPI Interface into ESP32 Development Kit?
Regards,
Ritesh Prajapati
Ritesh Prajapati
Who is online
Users browsing this forum: No registered users and 53 guests