ESP32 as SPI to WiFi bridge
Posted: Tue Feb 16, 2021 3:49 pm
Hello guys.
I have Host MCU with LwIP stack which creates complete WiFi frames.
And i have only available SPI connection to the ESP32 module, so my question is - what is the easiest way to forward such complete packages through WiFi (to use ESP32 module as a mindless transmitter/receiver).
I already take a look on this post https://github.com/espressif/esp-at/issues/259, but this variant suggesting to use AT commands over SPI, and i already have completed TCP/IP packages, so only thing to be done - is to make them fly.
I have Host MCU with LwIP stack which creates complete WiFi frames.
And i have only available SPI connection to the ESP32 module, so my question is - what is the easiest way to forward such complete packages through WiFi (to use ESP32 module as a mindless transmitter/receiver).
I already take a look on this post https://github.com/espressif/esp-at/issues/259, but this variant suggesting to use AT commands over SPI, and i already have completed TCP/IP packages, so only thing to be done - is to make them fly.