Freenove ESP32-S3 WROOM N8R8 (8MB Flash / 8MB PSRAM) not supported?

or is their another board N8R8 Executing task: C:\Users\ats37.platformio\penv\Scripts\platformio.exe run --environment freenove_esp32_s3_wroom

Processing freenove_esp32_s3_wroom (platform: espressif32; board: freenove_esp32_s3_wroom; framework: arduino)

UnknownBoard: Unknown board ID ‘freenove_esp32_s3_wroom’

  • The terminal process “C:\Users\ats37.platformio\penv\Scripts\platformio.exe ‘run’, ‘–environment’, ‘freenove_esp32_s3_wroom’” terminated with exit code: 1.
  • Terminal will be reused by tasks, press any key to close it.

This should work fine. Can you try explicitly setting platform = espressif32@6.12.0 in your platformio.ini?

1 Like

thx Gerhard for you solution