Page 1 of 1

STM32 MCU + ESP32 module + Wi-Fi Mesh application possible

Posted: Tue Jun 27, 2023 2:56 pm
by velmurugan7kmvs
Hi All,

In our existing design, we use STM32 MCU and now like to add Wi-Fi with MESH kind of application.
Initally I assumed i can use ESP32 module with an AT Command firmware to create Wi-Fi Mesh application.
However, after looking at the below page, it clearly points that AT commands do not support ESP-WIFI-MESH.
https://docs.espressif.com/projects/esp ... -wifi-mesh

Any other possible solution?

Thanks & Regards,
VM

Re: STM32 MCU + ESP32 module + Wi-Fi Mesh application possible

Posted: Tue Jun 27, 2023 4:01 pm
by nochkin
You don't have to stick with AT firmware. Instead, you can make your own firmware specifically for your purpose.
Espressif has some documentation on API to manage mesh on ESP32:
https://docs.espressif.com/projects/esp ... -mesh.html