Support for ESP32-S3-Korvo-2 and ESP32-S3-EYE

There are only two ESP32-S3 boards on the list when starting a new project. ESP32-S3-Korvo-2 and ESP32-S3-EYE are not there. Can I use PlatformIO with these boards? I mainly care about camera support, which should be similar to ESP32-CAM I’m using successfully with PlatformIO.

2 Likes

Same here. I have been using PlatformIO for my development work and the availability of support within PlatformIO for the ESP32-S3-EYE board will be very helpful.

1 Like

Same here. I would like to use esp32-s3 korvo 2 with vs code but it has no support. Are you gonna support it soon? Thanks in advance

It’s just a ESP32-S3-WROOM-1 module mounted on a PCB with some additional hardware, I don’t see why you couldn’t use standard ESP32-S3 board definitions for it to get going, like board = esp32-s3-devkitc-1.

Specifically, Arduino-ESP32 has no special board definition for it. The only native examples Espressif provides for it are for ESP-IDF.