Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: lishev on December 12, 2021, 06:51:54 PM

Title: ESP32-S2-DevKit-Lipo and platformio
Post by: lishev on December 12, 2021, 06:51:54 PM
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!
Title: Re: ESP32-S2-DevKit-Lipo and platformio
Post by: LubOlimex on December 13, 2021, 04:11:46 PM
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
Title: Re: ESP32-S2-DevKit-Lipo and platformio
Post by: lishev on December 15, 2021, 03:58:36 PM
Ok, thank you very much!