Smart Home Automation Forum
PlatformIO Programming - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=72)
+--- Forum: T16M (https://www.kincony.com/forum/forumdisplay.php?fid=73)
+--- Thread: PlatformIO Programming (/showthread.php?tid=8028)



PlatformIO Programming - joe.sfeir@gmail.com - 04-29-2025

Hi, NooB Here.

Trying to program the ESP32 in PlatformIO:

1. Which ESP32 S3 chip should I configure when creating the project in PlatformIO?

2. How do I make it connect to upload? Do I need to hold a button before uploading? I tried holding the DL button but it didn't connect. Same for the RST button.

Thanks


RE: PlatformIO Programming - admin - 04-29-2025

[env:esp32-s3-dev]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600