Page 1 of 1

Arduino-ESP32 - Installing using PlatformIO

Posted: Thu May 19, 2022 4:06 pm
by username
Needing to use the ESP32-S3, there is a nice document on how to install this for PlatformIO here.
https://docs.espressif.com/projects/ard ... platformio

It leaves out any info on the S3 though.
What settings should be used for platformio.ini file when using the ESP32-S3-DEVKITC ?

Re: Arduino-ESP32 - Installing using PlatformIO

Posted: Tue May 24, 2022 12:26 am
by troyduncan
First create a regular ESP32 project, then edit the platform.ini file by adding the following lines :

[env:esp32s3]
platform = https://github.com/tasmota/platform-esp ... .0.2.3.zip
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600