Skip to content

ESP32-S3 DevKit

The board as it appears on the Velxio canvas, with its full pin map read live from the simulator (regenerated by scripts/gen-boards.mjs, so it always matches what you can wire).

ESP32-S3 DevKit board

Family: ESP32-S3 and ESP32-C3 · Languages: Arduino C++, MicroPython, ESP-IDF

The reference ESP32-S3 devkit: dual-core Xtensa LX7 with vector instructions, generous RAM, and the widest pin map in the ESP32 side of the catalog. It is the board the S3 examples target, and the one to pick when a project needs more memory than the classic ESP32 has.

The S3 runs on its own in-browser engine, so a sketch that boots on hardware boots here with the same ROM log in the serial monitor.

New ESP32-S3 project opens the editor with this board and a working blink sketch. For the display work the S3 is usually bought for, the gallery has a set of TFT projects on this board.

  • 3V3.1
  • 3V3.2
  • RST
  • 4
  • 5
  • 6
  • 7
  • 15
  • 16
  • 17
  • 18
  • 8
  • 3
  • 46
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 5V
  • GND.1
  • GND.2
  • TX
  • RX
  • 1
  • 2
  • 42
  • 41
  • 40
  • 39
  • 38
  • 37
  • 36
  • 35
  • 0
  • 45
  • 48
  • 47
  • 21
  • 20
  • 19
  • GND.3
  • GND.4

Every pin above is clickable on the canvas — click one to start a wire. Board-level behavior, quirks and example links live on the family page.