I bought the following board by Freenove.
It is based on ESP32-S3 Wroom 1 with 8MB of Flash and 8MB of PSRAM.
I couldn’t find this board among the supported platformio boards. Is there any similar boards that are already supported by platformio ?
I wrote a board definition that works for me: freenove_esp32_s3_wroom.json
Copy the file to the folder “c:\users\username\.platformio\platforms\espressif32\boards”
In the platformio.ini use:
board = freenove_esp32_s3_wroom
2 Likes