Store

Adafruit

· MPN: ADA6267

$53.23 |
In stock at supplier
No reviews yet

The Adafruit Metro RP2350 with PSRAM upgrades the Metro RP2350 with an additional 8 MB of QSPI PSRAM for projects that need extra dynamic memory. Powered by ...

Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

The Adafruit Metro RP2350 with PSRAM upgrades the Metro RP2350 with an additional 8 MB of QSPI PSRAM for projects that need extra dynamic memory. Powered by the Raspberry Pi RP2350 dual-core ARM Cortex-M33 at 150 MHz with 520 KB SRAM, 16 MB flash, and a 5V buck converter supporting up to 2A output, this is a seriously capable development board in the standard Metro/UNO shield-compatible form factor.

The board features a 22-pin HSTX FPC port for DVI video output (or 12 extra GPIO), USB host breakout pads, a microSD card slot, and full support for CircuitPython, Arduino, MicroPython, and C/C++.

Key Features

  • RP2350 Dual-Core ARM Cortex-M33 @ 150 MHz – Also supports dual RISC-V cores, with floating point unit
  • 520 KB SRAM + 8 MB PSRAM – Massive memory for buffers, images, and complex applications
  • 16 MB QSPI Flash – ~14 MB available for CircuitPython files
  • 37 Available GPIO – 23 on headers, 12 on HSTX port, 2 for USB host; 6 analogue inputs
  • MicroSD Card SocketSPI-connected with additional SDIO pins
  • 22-Pin HSTX FPC Port – 3-lane differential for DVI video output or 12 extra GPIO (Pi 5-compatible pinout)
  • USB Host Breakout Pads – Controllable 5V power with D+/D− for bitbang USB host
  • 5V Buck Converter (TPS563201) – 6–17V DC input, up to 2A output
  • UNO Shield Compatible – Standard Metro form factor
  • USB-C – Power and data
  • 6–17V DC Jack – With on/off switch
  • STEMMA QT / Qwiic Port – Solderless I2C connection
  • RX/TX Switch – Swap D0/D1 assignments for Arduino UART or RP2350 native order
  • PicoProbe Debug Port – 3-pin JST SH compatible
  • UF2 Bootloader – Hold BOOTSEL during boot for drag-and-drop firmware updates
  • Hardware Security – SHA-256 accelerator, TRNG, optional boot signing with OTP storage

RP2350 Peripherals

  • 2× UART, 2× SPI, 2× I2C controllers
  • 24× PWM channels
  • USB 1.1 controller with host and device support
  • 12× PIO state machines (3 PIO blocks × 4)
  • DMA controller (16 channels, 4 IRQ)

Ideal For

  • Memory-intensive CircuitPython and MicroPython projects
  • DVI video output via the HSTX port
  • USB host applications
  • Data logging and image processing with ample RAM and storage

Package Contents

  • 1× Adafruit Metro RP2350 with PSRAM (with headers)

Resources

Jargon buster

Plain-language definitions for the technical terms used above.

Arm Cortex-M33
A low-power Arm microcontroller core designed for real-time control tasks. It matters because it can handle timing-sensitive jobs such as reading sensors or driving motors while the main processor runs Linux.
Bootloader
Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
breakout
A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
CircuitPython
A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
FPC
FPC stands for flexible printed circuit, a flat flexible cable or connector style often used where space is tight. It matters because this breakout needs the correct pin count and pitch FPC cable to connect reliably to the display or high-speed interface.
GPIO
General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
Headers
Rows of metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder the pins yourself.
HSTX
HSTX is a high-speed transmit interface on RP2350-based boards for sending fast digital signals such as video-style data. It matters because it uses carefully routed high-speed signal pairs rather than ordinary low-speed wiring.
I2C
I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
IRQ
Short for interrupt request, a signal pin a device uses to get a microcontroller’s attention when something needs handling. It matters here because I2C communication with the sensor requires connecting the IRQ pin to a suitable input pin.
MicroPython
A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
microSD card
A microSD card is a small removable memory card used to store files such as audio tracks. For this product, the card is where the sound files live, so its capacity and formatting can affect how many sounds you can use.
PWM
Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
Qwiic
Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
RAM
RAM is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
RISC-V
An open processor architecture used inside some modern microcontroller chips. It matters because it affects the software tools, performance, and low-power features available for developing projects on the board.
RP2350
A microcontroller chip from Raspberry Pi used as the main processor on some development boards. Knowing the board is built around an RP2350 helps you check software support, pin capabilities and whether it suits MicroPython projects.
Shield
An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
SRAM
Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
STEMMA QT
A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
UART
UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
USB host
A USB host is the side of a USB connection that controls attached devices, like a computer talking to a keyboard or flash drive. This matters because most microcontroller boards are normally USB devices, so adding USB host support lets them use common USB peripherals.
USB-C
A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.

Related Tutorials

Free guides on learn.littlebird.com.au

Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.