I am planning a project ESP32-S3 + LVGL + STM32
ESP32-S3 + LVGL - screen
STM32 - main module
I will say right away that I have no experience in programming for ESP32. All my projects are STM32 and sometimes AVR. I wrote using LVGL for STM32.
The project will control boilers, pressure, etc., i.e. in real time, and I plan to use FreeRTOS on both ESP32 and STM32
I also want to use ESP32 to update the firmware via OTA on the main STM32 device. To do this, as I understand it, i need to raise WebServer.
Questions:
- Will the WebServer and LVGL work normally and not interfere with each other, and will there be enough performance and resources. Especially when downloading firmware via the Internet. Screen 800x480.
- Maybe someone has examples of something like this
I ask this question BEFORE the start of the project, and not when the work is already underway :)))
Thnx!