Seeed Studio
Seeed XIAO RP2040 - Supports Arduino, MicroPython and CircuitPython
All Products
New Arrivals
Arduino
CircuitPython
Microcontrollers & Development Boards
RP2040
SeeedStudio
$13.42
|
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...
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
- Non-volatile memory that keeps stored data even when power is removed. In this sensor, it matters because enrolled fingerprint templates can remain saved after the project is turned off.
- 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 is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- 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.
- 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 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.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- RP2040
- A microcontroller chip used on many maker boards, with enough speed and flexible I/O for some camera and display projects. Compatibility with RP2040 matters because camera modules often need many pins and careful timing to read image data successfully.
- 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.
- USB Type-C
- A reversible USB connector used for power and data on many modern devices. On this kit it indicates an alternate 5V power input, which may be useful for setup or charging without the solar panel.
Find this product in
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au