I am trying to use ESP32-S3 DevKitC-1 V1.0 from espressif. I have trouble to add this as a new device into ESPHome, because there is no option to select the device from the list of ESP32 devices.
I tried other ESP32 options and I am getting error regarding the wrong chip version during flash.
If there is any solution for that, it will be greatly appreciated.
just tried all those and get the same error every time. “Configuration does not match the platform of the connected device. Expected an ESP32S3 device.”
Watching this, as I have the same issue with a Liligo T-Display-S3 (ESP32-S3R8 chip), except for me the error says:
“Configuration does not match the platform of the connected device. Expected an ESP32 device.” even though I specified esp32-s3-devkitc-1 or any of the others mentioned here.
Where can I find the logging that shows what happens during the detection of the board before flashing?
It seems to work better when you connect the device to the HA node itself, not to the remote PC. This way I was able to flash the device and got it working with the board config @evlo is also using (albeit I used platform_version 5.0.0)
btw: there is no way (I cannot see I mean) to directly connect this board (S3) to ESPHome. So what I did is: compiled the above code, downloaded the bin file and uploaded it manually to S3. Once there, any further update (OTA) was wireless and working fine.
thanks well that worked!.. I am still trying to get into this T-Display-S3 – LILYGO® and use it, but I can’t understand the display config needed, but I am much further along now. thanks