Seeed Studio
Seeed XIAO RP2040 - Supports Arduino, MicroPython and CircuitPython
All Products
New Arrivals
Arduino
CircuitPython
Microcontrollers & Development Boards
RP2040
SeeedStudio
$13.80
|
In stock
Features Powerful MCU: Dual-core ARM Cortex M0+ processor, flexible clock running up to 133 MHz Rich on-chip resources: 264KB of SRAM, and 2MB of onboa...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Features
- Powerful MCU: Dual-core ARM Cortex M0+ processor, flexible clock running up to 133 MHz
- Rich on-chip resources: 264KB of SRAM, and 2MB of onboard Flash memory
- Flexible compatibility: Support Arduino / Micropython / CircuitPython
- Easy project operation: Breadboard-friendly & SMD design, no components on the back
- Small size: As small as a thumb(20x17.5mm) for wearable devices and small projects
- Multiple interfaces: 11 digital pins, 4 analog pins, 11 PWM Pins,1 I2C interface, 1 UART interface, 1 SPI interface, 1 SWD Bonding pad interface
Description
XIAO RP2040 is a powerful low-power microcontroller. Similar to the Arduino Nano RP2040 and Raspberry Pi Pico, the XIAO RP2040 is equipped with the same chip microcontroller RP2040, the first in-house designed chip released by the Raspberry Pi. It features a dual-core Arm Cortex-M0+ processor clocked at up to 133MHz. It has 264K SRAM, 2MB of onboard storage. With dual fast cores, plenty of on-chip RAM, the RP2040 is a great platform for machine learning applications, and it has a port for Google's TensorFlow Lite framework.
XIAO RP2040 is the development board of Seeeduino XIAO series. Like the Seeeduino XIAO, it is a compact board with multiple interfaces. The XIAO RP2040 is small in size, only the size of a thumb. It has rich onboard interfaces enough to develop multiple applications. When you don't need the size and power of a full Raspberry Pi, but don't want to develop on the Arduino platform, the XIAO RP2040 is an excellent choice for running less complex projects. And it can be programmed in C/C++ and the beginner-friendly MicroPython.
The XIAO RP2040 is a powerful low-power microcontroller ideal for a variety of wearable and small projects. And it has no components on the back, is breadboard-friendly, and SMD design, making it easy to use for projects.
The XIAO RP2040 is a powerful low-power microcontroller ideal for a variety of wearable and small projects. And it has no components on the back, is breadboard-friendly, and SMD design, making it easy to use for projects.
In addition to the powerful CPU, the XIAO RP2040 has 2MB of Flash on board. 11 digital pins, 4 analog pins, 11 PWM Pins,1 I2C interface, 1 UART interface, 1 SPI interface, 1 SWD Bonding pad interface. Some PINs have various functions, Moreover, XIAO RP2040 supports the USB Type-C interface which can supply power and download code. 1 Reset button, 1 BOOT button, 1 user-programmable RGB LED, 1 power LED, 2 status indicators, and 1 user LED are on board, allowing developers to debug their code very easily.
Part List
- 1 x XIAO RP2040 Microcontroller
- 2 x 7pins header
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- 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.
- 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.
- 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.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- 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.
- RP2040
- The RP2040 is a dual-core Arm Cortex-M0+ microcontroller chip from Raspberry Pi, used on many maker boards and offering programmable I/O, multiple GPIO pins and reasonable processing speed. Code and accessories built for that chip should work where RP2040 compatibility is listed, though demanding tasks such as reading a camera can require careful pin allocation and timing.
- 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.
- SWD
- Serial Wire Debug (SWD) is a two-wire programming and debugging interface used with many ARM Cortex-M microcontrollers. It provides low-level access to program, recover or debug the microcontroller.
- 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 Type-C
- USB Type-C is a small, reversible USB connector used for power, data and sometimes video on many modern devices. The connector itself does not guarantee a particular speed or voltage, so check the supported USB version, data rate and whether it carries more than 5V via USB Power Delivery.
Find this product in
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au