Waveshare
RP2350-GEEK Board with 1.14" Color LCD and USB Debugging
· MPN: 29330
The Waveshare RP2350-GEEK is a compact development board built around the Raspberry Pi RP2350 microcontroller, featuring a built-in 1.14-inch colour LCD and ...
The Waveshare RP2350-GEEK is a compact development board built around the Raspberry Pi RP2350 microcontroller, featuring a built-in 1.14-inch colour LCD and CMSIS-DAP debug probe. It serves as both a standalone development platform and a USB debugger for other ARM-based microcontrollers.
The board includes a vibrant 65K-colour IPS display (240 × 135 pixels), multiple debugging interfaces, USB-to-UART bridge, I2C port, and a TF card slot. With 16 MB of on-board NOR flash and open-source firmware, it provides a versatile foundation for embedded development and debugging workflows.
Key Features
- RP2350 Microcontroller – Dual-core ARM Cortex-M33 + dual-core Hazard3 RISC-V, up to 150 MHz, 520 KB SRAM
- 1.14-Inch Colour LCD – 240 × 135 pixel IPS display with 65K colours for graphical interfaces and status output
- CMSIS-DAP Debug Probe – Standard debug interface compatible with OpenOCD and other debuggers for ARM-based microcontrollers
- 3-Pin SWD Port – Connects to Raspberry Pi Pico and other target boards for debugging via the Raspberry Pi 3-pin debug connector specification
- USB-to-UART Bridge – Serial communication for logging and debugging
- 16 MB NOR Flash – W25Q128JVSIQ for firmware and data storage
- TF Card Slot – Supports both SDIO and SPI communication
- I2C Port – 4-pin connector for external sensors and peripherals
- Open-Source Firmware – Customise and upgrade freely to suit your project requirements
- Protective Case – Comes housed in a white plastic enclosure
Specifications
- Processor: RP2350 – Dual-core Cortex-M33 + Dual-core Hazard3 RISC-V @ up to 150 MHz
- SRAM: 520 KB
- Flash: 16 MB NOR (W25Q128JVSIQ)
- Display: 1.14-inch IPS LCD, 240 × 135 pixels, 65K colours
- Debug Interface: CMSIS-DAP (SWD + UART)
- Storage: TF card slot (SDIO/SPI)
- Weight: 16 g
Ideal For
- Debugging Raspberry Pi Pico and other ARM-based microcontrollers
- Embedded development with visual feedback via the built-in LCD
- Portable development and debugging tool
Package Contents
- 1× RP2350-GEEK development board (in plastic case)
- Cables
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.
- 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.
- IPS
- IPS is a type of LCD panel that keeps colours and contrast more consistent when viewed from an angle. This matters for small displays that may be mounted in a dashboard, handheld project, or enclosure where the viewer is not always looking straight on.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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.
- 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.
- SWD
- Serial Wire Debug is a two-wire programming and debugging interface used with many microcontrollers. It matters if you need low-level access to program, recover or debug the processor board connected to this carrier.
- 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.
Find this product in
Displays & Screens
Microcontrollers
Raspberry Pi
Related Tutorials
Free guides on learn.littlebird.com.au