I need help setting up my esp32 camera
when I tried to upload a LED blinking code, I received this error message:
Arduino: 1.8.19 (Windows 10), Board: "WiFi LoRa 32(V3), Core 1, Core 1, 240MHz (WiFi), 921600, None, REGION_AS923, None, Generate By ChipID, 8(default), Internal (default), Disabled"
The sketch name had to be modified.
Sketch names must start with a letter or number, followed by letters,
numbers, dashes, dots and underscores. Maximum length is 63 characters.
Sketch uses 253661 bytes (7%) of program storage space. Maximum is 3342336 bytes.
Global variables use 14044 bytes (4%) of dynamic memory, leaving 313636 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.6
Serial port COM9
Connecting.....................................An error occurred while uploading the sketch
A fatal error occurred: Failed to connect to ESP32-S3: No serial data received.
For troubleshooting steps visit: Troubleshooting - ESP32 - — esptool.py latest documentation
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.