ESP Hosted for STM32 with UART
Posted: Fri Jul 29, 2022 9:05 am
Hi everybody,
I have an STM32U5xx and an ESP32-WROOM-32E. I would like to use stm32 as host (with Azure RTOS NetXDuo TCP/IP network stack) and esp32 to implement wifi capabilities: the mcu communicates with the esp32 through UART.
I'm looking for some documentation/examples/suggestions about what is the best way to achieve that: i've seen the "esp hosted" solution but it uses SPI communication instead UART one.
- There is some examples that implements UART communication too?
- Is it possible to use "esp hosted" solution with uart or having only this peripheral I have to to opt for the AT commands?
Thanks
I have an STM32U5xx and an ESP32-WROOM-32E. I would like to use stm32 as host (with Azure RTOS NetXDuo TCP/IP network stack) and esp32 to implement wifi capabilities: the mcu communicates with the esp32 through UART.
I'm looking for some documentation/examples/suggestions about what is the best way to achieve that: i've seen the "esp hosted" solution but it uses SPI communication instead UART one.
- There is some examples that implements UART communication too?
- Is it possible to use "esp hosted" solution with uart or having only this peripheral I have to to opt for the AT commands?
Thanks