But i get nothing in Serial Monitor. Also without adding this “board_build.partitions = default.csv” into platformio.ini file i could not even build this code. What am i doing wrong? What is the correct configuration for this board?
I don’t know this board. Can you take a look at the schematics how the USB-C port is connected to the ESP32-S3? Is it connected to an USB to Uart chip or to the usb pins of the esp32-s3?
I can use USB connection to flash it’s software via VS Code and PlatformIO, but I can’t monitor it. Does that helps? Also i think it’s connected directly to the USB pins on microcontroller, 18 & 19, if my memory is correct.
to route the output of the Serial object to USB instead of UART port.
Also note that the connection gets interrupted when the ESP32 reboot as ther is no external USB to Serial chip which keeps the connection during a reboot.
I have ab 5" Elecrow Crowpanel with exact a smilar ESP32 ESP32-S3-WROOM-1-N4R8
where I have troubles decoding JPEGs and tried your configuration, when I try compiling
I get
Building in release mode
Compiling .pio/build/esp32-s3-devkitc1-n4r8/lib10b/SPI/SPI.cpp.o
sh: 1: xtensa-esp32s3-elf-g++: not found
Compiling .pio/build/esp32-s3-devkitc1-n4r8/libc8d/FS/FS.cpp.o
*** [.pio/build/esp32-s3-devkitc1-n4r8/lib10b/SPI/SPI.cpp.o] Error 127
sh: 1: xtensa-esp32s3-elf-g++: not found
*** [.pio/build/esp32-s3-devkitc1-n4r8/libc8d/FS/FS.cpp.o] Error 127
Since I tried the platformio.ini from above none of my previous working sketches will compile
Get ERROR ** missing SConscript file ‘/home/mk/.platformio/packages/framework-arduinoespressif32@src-87ac2a9d947aea8f7d6ce292db8f4c47/tools/pioarduino-build.py’
File “/home/mk/.platformio/platforms/espressif32/builder/frameworks/arduino.py”, line 973, in