My board (ESP32-D0WD-V3) doesn't appeared in boards list in Arduino IDE

I got a ESP32-CAM (in two peaces, with USB port), but I don't know it's name

PS C:\Users\Amir> python -m esptool -p COM4 flash_id
esptool.py v4.7.0
Serial port COM4
Connecting......
Detecting chip type... Unsupported detection protocol, switching and trying again...
Connecting....
Detecting chip type... ESP32
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: ..:..:..:..:..:..
Uploading stub...
Running stub...
Stub running...
Manufacturer: 68
Device: 4016
Detected flash size: 4MB
Hard resetting via RTS pin...

I moved your topic to a more appropriate forum category @amirsaleem1990.

The Nano ESP32 category you chose is only used for discussions directly related to the Arduino Nano ESP32 board.

In the future, please take the time to pick the forum category that best suits the subject of your question. There is an "About the _____ category" topic at the top of each category that explains its purpose.

Thanks in advance for your cooperation.

Hi @amirsaleem1990. Select Tools > Board > esp32 > AI Thinker ESP32-CAM from the Arduino IDE menus.

If you don't have a Tools > esp32 menu in Arduino IDE, this means you haven't installed the "esp32" boards platform. If so, you can install it by following these instructions:

https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#installing-using-arduino-ide

1 Like

@ptillisch Ty! I'ts working for me!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.