Hi there,
New to this forum. Stuck at first step. LOL.
RE: Arduino nano esp32 board
Initially, it always causes error 74 of "No DFU capable USB device available“ when i uploaded sketch.
Later, I realized it was identified as "adafruit qt py esp32-c3 board" ???. Then, Manually changed it to Arduino nano esp32. still cannot load sketch, same error 74.
Did a bit search, it pointed to bootloader issue. First, I noticed that even i pressed twice of RST, RGB LED did not go into flashing mode? So looked like bootloader itself has issue.
Found this article about Reset the Arduino bootloader on the Nano ESP32
follow the steps to short GND and B1, RGB turned to green, then reset, config all then flash the firmware, it showed last step "Leaving... Hard resetting via RTS pin..." so i believe it was successful, as below
esptool.py v4.5.1
Serial port COM3
Connecting...
Chip is ESP32-S3 (revision v0.2)
Features: WiFi, BLE
Crystal is 40MHz
Kill IDE and restart it again. still recognized the board as adafruit qt py esp32-c3 board, manually change it to nano esp32, still cannot upload sketch with error 74.
Updated:
I check the Get board info in IDE, it show below one, i believe the data store in
BN: Adafruit qt py esp32-c3
VID: 0x303A
PID: 0x1001
SN: null
Appreciate for anyone share your idea about this issue.
Cheers,
Ray