Dear all,
a quick info, since we needed to compile the full size model I sticked to Stefans tutorial.
A quick docu on how I went ahead:
since I have the esp32-s3 I needed to check out v4.4 of the sdk at least, I went around 5.X because it seems there are breaking changes I would need to solve to use Stefans example
I installed the sdk as recommended, checke out Stefans repo to the example directory
I modified the main.c and adjusted the board type to esp32s3
In the menuconfig I added the respective parameters to adjust for the bigger ram and flash on my dev board and added the wifi config
Now I can build & flash: Everythin is running smoothly. I will try to document a tutorial asap.
Best,
Matthias