Skip to content

ESP32 DevKit V1

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 DevKit V1 board

Family: ESP32 (classic) · Languages: Arduino C++, MicroPython, ESP-IDF

The standard 30-pin ESP32 DevKit V1 — the workhorse of the catalog and the board most ESP32 examples target. Dual-core Xtensa, WiFi and Bluetooth both live in the simulator, and the built-in LED sits on GPIO2.

Everything the family page describes applies here first: real WiFi out to the internet, the LEDC PWM peripheral, ADC, I2C, SPI, UART, and a boot that prints the actual ROM log to the serial monitor.

New ESP32 project opens the editor with this board and a working blink sketch. It is also the board used throughout the first project tutorial, the oscilloscope page and the WiFi guide.

  • EN
  • VN
  • VP
  • 34
  • 35
  • 32
  • 33
  • 25
  • 26
  • 27
  • 14
  • 12
  • 13
  • GND
  • VIN
  • 3V3
  • GND2
  • 15
  • 2
  • 4
  • RX2
  • 16
  • TX2
  • 17
  • 5
  • 18
  • 19
  • 21
  • RX0
  • TX0
  • 22
  • 23

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.