Schematik raised $4.6M to help anyone build hardware with AI$4.6MIL PRE-SEED ANNOUNCEMENT
CommunityPartsBlogAbout
CommunityPartsBlogAbout

Product

  • Home
  • Try Schematik
  • Download

Resources

  • Community
  • ESP32 projects
  • Blog
  • Press
  • Information for AI

Compare

  • Schematik or Fritzing
  • Schematik or Tinkercad
  • Schematik or Wokwi
  • Schematik or Claude Code

Company

  • Company
  • Jobs
  • Privacy
Making
hardware
less hard

Built with love in Europe. For makers everywhere.

© 2026 Schematik

All rights reserved

  1. Parts
  2. /Boards
  3. /Other MCU boards

Adafruit METRO M0 Express - designed for CircuitPython

OverviewWiringAlternates
Adafruit METRO M0 Express - designed for CircuitPython - Adafruit - 3505

Arduino-form-factor board built around the ATSAMD21G18 ARM Cortex-M0+, designed for CircuitPython. Compatible with the Arduino IDE as a step up from the ATmega328-based Metro 328.

Parts tray full · 5 max · remove a part to add another
Adafruit METRO M0 Express - designed for CircuitPython — Adafruit — 3505

Offers

  • Adafruit$24.95
  • ?DigiKey$24.95
  • Kiwi Electronics
  • Pimoroni£24.60

Offers

  • Adafruit$24.95
  • ?DigiKey$24.95
  • Kiwi Electronics
  • Pimoroni£24.60

Pinout

Logical pinout · physical placement not verified
ADAFRUIT METRO M0 EXPRMicro USBSDADC jackSCL3VA05VSCKGNDMOSIVinMISO#0RXRST#1TXARef#2-#12IORef#13LSWD header

One grouped connection is listed in the table but omitted from the graphic until individual pins are available.

  • Micro USB

    Primary board power input over Micro USB; source states about 5 V at 500 mA, with temporary fuse shutoff above about 1000 mA.

    Type · PowerVoltage · 5V USB input
  • DC jack

    5.5 mm / 2.1 mm centre-positive DC input; source states provide about 6 V to 12 V to power the Metro.

    Type · PowerVoltage · 6V-12V input
  • 3V

    Output from the 3.3 V regulator; source states it can supply 500 mA peak.

    Type · PowerVoltage · 3.3V output
  • 5V

    5 V rail from the regulator when DC jack is used, or from USB; source states about 500 mA peak from USB and 800 mA peak from DC.

    Type · PowerVoltage · 5V output
  • GND

    Common ground for all power and logic.

    Type · GroundVoltage · 0V
  • Vin

    Higher of the DC jack or USB voltage; source gives 9 V example for DC input and 5 V when only USB is connected.

    Type · PowerVoltage · USB/DC input rail
  • #0RX

    GPIO 0 and Serial1 hardware UART receive input.

    Type · UART, SignalVoltage · 3.3V logic
  • #1TX

    GPIO 1 and Serial1 hardware UART transmit output.

    Type · UART, SignalVoltage · 3.3V logic
  • #2-#12

    General-purpose GPIO pins; source states most pins can do PWM output and all except D4 can be interrupt inputs.

    Type · SignalVoltage · 3.3V logic
  • #13L

    GPIO 13, connected to the red LED marked L next to the USB jack.

    Type · SignalVoltage · 3.3V logic
  • SDA

    I2C Wire data pin; source notes no default pull-up, so an external 2.2 kΩ to 10 kΩ pull-up may be needed.

    Type · I2CVoltage · 3.3V logic
  • SCL

    I2C Wire clock pin; source notes no default pull-up, so an external 2.2 kΩ to 10 kΩ pull-up may be needed.

    Type · I2CVoltage · 3.3V logic
  • A0

    Analogue input A0 and true analogue output via DAC; source states output can be set from 0 V to 3.3 V.

    Type · AnalogVoltage · 0V-3.3V analogue
  • A1-A5

    Analogue input pins that can also be used as digital I/O.

    Type · AnalogVoltage · 3.3V logic / analogue input
  • SCK

    Hardware SPI clock pin, also connected to the 2x3 SPI header.

    Type · SPIVoltage · 3.3V logic
  • MOSI

    Hardware SPI MOSI pin, also connected to the 2x3 SPI header.

    Type · SPIVoltage · 3.3V logic
  • MISO

    Hardware SPI MISO pin, also connected to the 2x3 SPI header.

    Type · SPIVoltage · 3.3V logic
  • RST

    Reset pin; tie to ground to manually reset the ATSAMD21 and launch the bootloader manually.

    Type · ControlVoltage · 3.3V logic
  • ARef

    External analogue reference input; source states it cannot go higher than 3.3 V.

    Type · AnalogVoltage · <=3.3V reference
  • IORef

    Digital reference voltage pin; source states it is the same as the 3.3 V logic voltage and cannot be changed.

    Type · PowerVoltage · 3.3V reference
  • SWD header

    2x5 0.05 inch SWD debug interface for trace debugging, external programming, or non-bootloader development.

    Type · UnknownVoltage · 3.3V logic
PinTypeFunctionVoltage
Micro USBPowerPrimary board power input over Micro USB; source states about 5 V at 500 mA, with temporary fuse shutoff above about 1000 mA.5V USB input
DC jackPower5.5 mm / 2.1 mm centre-positive DC input; source states provide about 6 V to 12 V to power the Metro.6V-12V input
3VPowerOutput from the 3.3 V regulator; source states it can supply 500 mA peak.3.3V output
5VPower5 V rail from the regulator when DC jack is used, or from USB; source states about 500 mA peak from USB and 800 mA peak from DC.5V output
GNDGroundCommon ground for all power and logic.0V
VinPowerHigher of the DC jack or USB voltage; source gives 9 V example for DC input and 5 V when only USB is connected.USB/DC input rail
#0RXUART, SignalGPIO 0 and Serial1 hardware UART receive input.3.3V logic
#1TXUART, SignalGPIO 1 and Serial1 hardware UART transmit output.3.3V logic
#2-#12SignalGeneral-purpose GPIO pins; source states most pins can do PWM output and all except D4 can be interrupt inputs.3.3V logic
#13LSignalGPIO 13, connected to the red LED marked L next to the USB jack.3.3V logic
SDAI2CI2C Wire data pin; source notes no default pull-up, so an external 2.2 kΩ to 10 kΩ pull-up may be needed.3.3V logic
SCLI2CI2C Wire clock pin; source notes no default pull-up, so an external 2.2 kΩ to 10 kΩ pull-up may be needed.3.3V logic
A0AnalogAnalogue input A0 and true analogue output via DAC; source states output can be set from 0 V to 3.3 V.0V-3.3V analogue
A1-A5AnalogAnalogue input pins that can also be used as digital I/O.3.3V logic / analogue input
SCKSPIHardware SPI clock pin, also connected to the 2x3 SPI header.3.3V logic
MOSISPIHardware SPI MOSI pin, also connected to the 2x3 SPI header.3.3V logic
MISOSPIHardware SPI MISO pin, also connected to the 2x3 SPI header.3.3V logic
RSTControlReset pin; tie to ground to manually reset the ATSAMD21 and launch the bootloader manually.3.3V logic
ARefAnalogExternal analogue reference input; source states it cannot go higher than 3.3 V.<=3.3V reference
IORefPowerDigital reference voltage pin; source states it is the same as the 3.3 V logic voltage and cannot be changed.3.3V reference
SWD headerUnknown2x5 0.05 inch SWD debug interface for trace debugging, external programming, or non-bootloader development.3.3V logic
Logical pinout · physical placement not verified
ADAFRUIT METRO M0 EXPRMicro USBSDADC jackSCL3VA05VSCKGNDMOSIVinMISO#0RXRST#1TXARef#2-#12IORef#13LSWD header

One grouped connection is omitted from the graphic until individual pins are available.

Pin details

21 connections
  1. Micro USB

    Primary board power input over Micro USB; source states about 5 V at 500 mA, with temporary fuse shutoff above about 1000 mA.

    PowerVoltage · 5V USB input
  2. DC jack

    5.5 mm / 2.1 mm centre-positive DC input; source states provide about 6 V to 12 V to power the Metro.

    PowerVoltage · 6V-12V input
  3. 3V

    Output from the 3.3 V regulator; source states it can supply 500 mA peak.

    PowerVoltage · 3.3V output
  4. 5V

    5 V rail from the regulator when DC jack is used, or from USB; source states about 500 mA peak from USB and 800 mA peak from DC.

    PowerVoltage · 5V output
  5. GND

    Common ground for all power and logic.

    GroundVoltage · 0V
  6. Vin

    Higher of the DC jack or USB voltage; source gives 9 V example for DC input and 5 V when only USB is connected.

    PowerVoltage · USB/DC input rail
  7. #0RX

    GPIO 0 and Serial1 hardware UART receive input.

    UART, SignalVoltage · 3.3V logic
  8. #1TX

    GPIO 1 and Serial1 hardware UART transmit output.

    UART, SignalVoltage · 3.3V logic
  9. #2-#12

    General-purpose GPIO pins; source states most pins can do PWM output and all except D4 can be interrupt inputs.

    SignalVoltage · 3.3V logic
  10. #13L

    GPIO 13, connected to the red LED marked L next to the USB jack.

    SignalVoltage · 3.3V logic
  11. SDA

    I2C Wire data pin; source notes no default pull-up, so an external 2.2 kΩ to 10 kΩ pull-up may be needed.

    I2CVoltage · 3.3V logic
  12. SCL

    I2C Wire clock pin; source notes no default pull-up, so an external 2.2 kΩ to 10 kΩ pull-up may be needed.

    I2CVoltage · 3.3V logic
  13. A0

    Analogue input A0 and true analogue output via DAC; source states output can be set from 0 V to 3.3 V.

    AnalogVoltage · 0V-3.3V analogue
  14. A1-A5

    Analogue input pins that can also be used as digital I/O.

    AnalogVoltage · 3.3V logic / analogue input
  15. SCK

    Hardware SPI clock pin, also connected to the 2x3 SPI header.

    SPIVoltage · 3.3V logic
  16. MOSI

    Hardware SPI MOSI pin, also connected to the 2x3 SPI header.

    SPIVoltage · 3.3V logic
  17. MISO

    Hardware SPI MISO pin, also connected to the 2x3 SPI header.

    SPIVoltage · 3.3V logic
  18. RST

    Reset pin; tie to ground to manually reset the ATSAMD21 and launch the bootloader manually.

    ControlVoltage · 3.3V logic
  19. ARef

    External analogue reference input; source states it cannot go higher than 3.3 V.

    AnalogVoltage · <=3.3V reference
  20. IORef

    Digital reference voltage pin; source states it is the same as the 3.3 V logic voltage and cannot be changed.

    PowerVoltage · 3.3V reference
  21. SWD header

    2x5 0.05 inch SWD debug interface for trace debugging, external programming, or non-bootloader development.

    UnknownVoltage · 3.3V logic

Start wiring

USB · 3.3 V

Confirm the data interface matches your host board.

Module pins: Micro USB, DC jack, 3V, 5V, Vin, IORef, GND, #0 / RX. Schematik maps them to your board in the app.

Other MCUs

228 other options

Specialists: Teensy for high-clock audio and USB, Adafruit SAMD boards running CircuitPython or the Arduino IDE, proper STM32 eval kits, and the micro:bit classroom ecosystem. Schematik builds target ESP32, Arduino Uno, and Pico; come here when you have a specific reason to.

View all 228
  • :MOVE mini MK2 buggy kit visual preview

    :MOVE mini MK2 buggy kit

  • 16-Ch Servo Driver Breakout for micro:bit, I2C visual preview

    16-Ch Servo Driver Breakout for micro:bit, I2C

  • 2x40 Right Angle Edge Connector for micro:bit visual preview

    2x40 Right Angle Edge Connector for micro:bit

  • 32F429IDISCOVERY / STM32F429I-DISC1 Discovery Kit visual preview

    32F429IDISCOVERY / STM32F429I-DISC1 Discovery Kit

  • 7-segment for micro:bit visual preview

    7-segment for micro:bit

  • Adafruit CAN Bus BFF Add-On for QT Py visual preview

    Adafruit CAN Bus BFF Add-On for QT Py

    $8.95
  • Adafruit CH552 QT Py - 8051 Dev Board with STEMMA QT visual preview

    Adafruit CH552 QT Py - 8051 Dev Board with STEMMA QT

    $4.95
  • Adafruit CRICKIT for Circuit Playground Express visual preview

    Adafruit CRICKIT for Circuit Playground Express

  • Adafruit CRICKIT for micro:bit visual preview

    Adafruit CRICKIT for micro:bit

  • Adafruit DC Power BFF Add-On for QT Py visual preview

    Adafruit DC Power BFF Add-On for QT Py

    $7.95
  • Adafruit Feather 328P - Atmega328P 3.3V @ 8 MHz visual preview

    Adafruit Feather 328P - Atmega328P 3.3V @ 8 MHz

  • Adafruit Feather 32u4 Adalogger visual preview

    Adafruit Feather 32u4 Adalogger

Related groups

4 groups
10 I/Os PLC Module - CPU Arduino Nano (Optoisolated Output) visual preview

Arduino

About 75 boards across every Arduino generation: 5V Uno/Mega/GIGA, 3.3V MKR and Portenta, plus DFRduino and Bluno compatibles. Confirm the voltage rail before stacking any shield.

Boards · Arduino boards · 77 parts

10 I/Os Relay Module - CPU ESP32 (Relay Output) visual preview

ESP32

Wi-Fi and Bluetooth on a single chip, in every shape from Espressif DevKitC to Adafruit Feathers with STEMMA QT, DFRobot FireBeetles tuned for battery life, and Seeed XIAOs under a thumbnail.

Boards · ESP32 boards · 156 parts

15x7 CharliePlex LED Matrix FeatherWing - Cool White visual preview

Add-ons

About 270 add-ons across Pi HATs, Arduino shields, and FeatherWings. The same function — motor control, PoE, display — usually ships once per host connector family. Get the host board right first.

Boards · HATs, Shields & add-ons · 270 parts

Adafruit DVI Breakout Board for HDMI Source Devices visual preview

Pi Pico

The Raspberry Pi MCU line — Pico, Pico 2, and third-party boards on the same silicon — plus a deep bench of Pico-pinout displays, loggers, and radio modules that do nothing without a Pico plugged in.

Boards · Pico & RP2040 boards · 43 parts