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 ?
Arduino-ESP32 - Installing using PlatformIO
-
- Posts: 3
- Joined: Fri Nov 19, 2021 2:59 am
Re: Arduino-ESP32 - Installing using PlatformIO
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
[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
Who is online
Users browsing this forum: aliarifat794 and 23 guests