programming error
Posted: Sun Jan 14, 2024 12:06 am
I purchased a new ESP32-S3 board from Aliexpress. The product page does not say which board to select in the Arduino IDE to program it. I tried several, including ESP32 Dev Module. I selected the 16MB memory option and enabled PSRAM. I get this error regardless of which board or options that I choose:
I have programmed other ESP32 boards such as the Adafruit feather and Lolin D32 Pro successfully, but I can't program this one. Here is the link on AliExpress:
https://www.aliexpress.us/item/32568058 ... pt=glo2usa
Could you tell me the right options to program it?
Code: Select all
Sketch uses 267486 bytes (20%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13612 bytes (4%) of dynamic memory, leaving 314068 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.0-dev
Serial port COM7
Connecting...
WARNING: This chip doesn't appear to be a ESP32 (date codes 0x03700000:0x00000000). Probably it is unsupported by this version of esptool.
Chip is ESP32-D0WDQ6 (revision 0)
Features: WiFi, BT, Dual Core, Coding Scheme None
WARNING: Detected crystal freq 0.00MHz is quite different to normalized freq 26MHz. Unsupported crystal in use?
Crystal is 26MHz
MAC: 00:00:00:00:00:00
Uploading stub...
Running stub...
Traceback (most recent call last):
File "esptool.py", line 3682, in <module>
File "esptool.py", line 3675, in _main
File "esptool.py", line 3353, in main
File "esptool.py", line 720, in run_stub
File "esptool.py", line 324, in read
StopIteration
Failed to execute script esptool
An error occurred while uploading the sketch
https://www.aliexpress.us/item/32568058 ... pt=glo2usa
Could you tell me the right options to program it?