ESP32-S2-DevKit-Lipo and platformio

Started by lishev, December 12, 2021, 06:51:54 PM

Previous topic - Next topic

lishev

Hi,
I have problems uploading the builded image to the board. I use Visual Studio Code with platformio as an extension. The error is wrong mcu - it is esp32 instead of esp32 s2.
Is there a platform.ini for s2?
Thank you for the help in advance!

LubOlimex

ESP32 and ESP32-S2 are completely different chips. I don't know if ESP32-S2 is supported in Platformio, their community will know better. This issue thread at the github feels like it might ne unsupported:

https://github.com/platformio/platformio-vscode-ide/issues/2635

I know for sure the ESP32-S2 chip is supported under Arduino IDE:

https://github.com/espressif/arduino-esp32
Technical support and documentation manager at Olimex

lishev