Waveshare
RP2350-Zero Mini Development Board – Dual-Core Raspberry Pi MCU
· MPN: 28816
All Products
New Arrivals
Raspberry Pi
Brands and Manufacturers
Microcontrollers & Development Boards
Raspberry Pi Pico
Pico
Prototyping & Wiring
Little Bird Electronics
Microcontrollers
Raspberry Pi Microcontrollers
$9.25
|
In stock at supplier
Unleash Your Creativity with the Waveshare RP2350-Zero Mini Development BoardElevate your next project with the Waveshare RP2350-Zero Mini Development Board,...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Unleash Your Creativity with the Waveshare RP2350-Zero Mini Development Board
Elevate your next project with the Waveshare RP2350-Zero Mini Development Board, a powerhouse microcontroller development platform that draws on the innovative Raspberry Pi RP2350A dual-core and dual-architecture microcontroller. Designed for versatility and precision, this compact board is ideally suited for embedded systems enthusiasts, DIYers, and professional developers alike.
Key Features:
- Dual-Core, Dual-Architecture: At the heart of the RP2350-Zero lies the cutting-edge RP2350A microcontroller chip, which boasts a dual-core Arm Cortex-M33 processor alongside a dual-core Hazard 3 RISC-V processor. With a flexible clock speed that can reach up to 150 MHz, you'll experience snappy performance and ample power for a wide variety of applications.
- Ample Memory: With 520KB of SRAM and 4MB of on-board Flash memory, your applications can run more complex operations and store larger data sets without compromising speed or efficiency.
- Connectivity & Expansion: Featuring a modern Type-C connector for programming, the board supports both USB 1.1 device and host functionality. Its castellated module also enables easy SMD applications, allowing for direct soldering onto carrier boards.
- Comprehensive I/O Options: Take control with 29 multi-function GPIO pins, 2 SPI, 2 I2C, and 2 UART interfaces. The board also includes 4 x 12-bit ADC inputs and 24 controllable PWM channels, complemented by 12 programmable I/O (PIO) state machines for custom peripheral support.
- Built-In Extras: Enjoy added functionalities including an accurate on-chip clock and timer, an integrated temperature sensor, an on-board WS2812 cool RGB LED, and accelerated floating-point libraries.
- Energy Efficient: With low-power sleep and dormant modes, you can optimize battery life and reduce energy consumption for projects where efficiency is paramount.
- Easy Programming: Benefit from drag-and-drop programming using mass storage over USB, making it easier than ever to upload code and iterate quickly during the development process.
- Flexible Development Support: Whether you prefer C/C++ or MicroPython, the RP2350-Zero offers robust support for both, alongside a comprehensive SDK and a treasure trove of development resources and tutorials accessible through the Waveshare Wiki.
What's Included:
- 1 x RP2350-Zero Mini Development Board with pre-soldered headers for immediate use, or the RP2350-Zero-M for those who prefer to customize their pinout connections.
Product Dimensions & Weight:
- Outline dimensions for precision fitting into your projects, with an incredibly lightweight design at just 0.002 kg.
Unlock your potential with the versatility and performance of the Waveshare RP2350-Zero Mini Development Board. Whether you're crafting intricate IoT devices, honing your embedded system skills, or creating interactive electronic art, this development board provides the tools you need to bring your ideas to life.
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- Arm Cortex-M33
- A 32-bit, low-power Arm microcontroller core designed for real-time, timing-sensitive control tasks such as reading sensors or driving motors. It can act as a chip's main controller, or in some systems-on-chip run alongside larger application cores that handle an operating system like Linux.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- 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 connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- 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.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- 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.
- 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.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- RISC-V
- RISC-V is an open, royalty-free processor instruction-set architecture used in chips ranging from tiny microcontrollers to Linux-capable application processors. The choice of RISC-V determines which compilers, software tools, and performance or low-power features are available, separate from the more common Arm or x86 architectures.
- 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.
- SMD
- SMD means surface-mount device, a component style designed to be soldered directly onto the surface of a circuit board rather than through holes. SMD parts are compact and mounted flat on the board, which suits smaller and mass-produced designs.
- 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.
- Type-C
- USB Type-C (USB-C) is a small, reversible USB connector used for charging, power, and data transfer on many modern devices. A Type-C port or plug indicates the cable and charger connection needed to power, charge, or communicate with a device.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- USB 1.1
- USB 1.1 is an older USB standard with much slower data transfer than USB 2.0 and later versions. Compatibility with it allows connection to very old computers, though data-heavy tasks such as video may be limited at that speed.
Find this product in
Microcontrollers
Raspberry Pi