Build with arduino-esp32 for ESP32-S2
Posted: Sun Jan 23, 2022 3:12 pm
Hey,
i have seen that the description of the arduino-esp32 framework, that is can be used for the ESP32-S2.
Can someone tell me how i can compile my code for a ESP32-S2 using Platformio?
Im not able to select a ESP-S2 board to compile it. it always says
I'm using this config:
but it seems i need to download an "install" the framework from "https://github.com/espressif/arduino-esp32" first.
Can someone provie a short step by step list for me?
Best regards
i have seen that the description of the arduino-esp32 framework, that is can be used for the ESP32-S2.
Can someone tell me how i can compile my code for a ESP32-S2 using Platformio?
Im not able to select a ESP-S2 board to compile it. it always says
Code: Select all
Error: This board doesn't support arduino framework!
Code: Select all
platform = espressif32
board = esp32-s2-saola-1
framework = arduino
Can someone provie a short step by step list for me?
Best regards