Skip to content

XIAO RP2040

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).

XIAO RP2040 board

Family: Pro boards · Languages: Arduino C++, MicroPython

The RP2040 in the XIAO footprint, with an on-board RGB LED — which is why this board’s examples are about colour rather than about a single blinking pin.

The chip is the same one in the Pico, so RP2040 code ports across; what changes is how many pins come out, and the map below is the authority on that.

  • D0
  • 26
  • D1
  • 27
  • D2
  • 28
  • D3
  • 29
  • D4
  • 6
  • D5
  • 7
  • D6
  • 0
  • 5V
  • GND
  • 3V3
  • D10
  • 3
  • D9
  • 4
  • D8
  • 2
  • D7
  • 1

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.