Arduino NANO ESP32 Pinout

arduinoesp32

I got an Arduino NANO ESP32 board, not sure if that's the official one or one of the clones but it seems like just a common NANO with a wireless chip on board.

The problem is Arduino IDE's ESP32 package doesn't have it in the list, so to upload my code I'm using one of their "ESP32S3" presets.

But the digital pinout doesn't match, for instance, the physical D6 pin is actually 9 in code. Found that accidentally checking one by one.

Any ideas where I can find the full pinout list for my board?

Front

Back

Best Answer

Here's the documentation for the Arduino Nano ESP32, including pinout diagrams:

https://docs.arduino.cc/hardware/nano-esp32

Related Topic