---
product_id: 442638315
title: "XIAO SAMD21 (Pre-Soldered) The Smallest Arduino Microcontroller Based on SAMD21 with Rich Interfaces, 100% Arduino IDE Compatible, desiged for Projects Need Arduino Micro, 1pc."
brand: "seeed studio"
price: "78.14 DT"
currency: TND
in_stock: true
reviews_count: 10
category: "Seeed Studio"
url: https://www.desertcart.tn/products/442638315-xiao-samd21-pre-soldered-the-smallest-arduino-microcontroller-based-on
store_origin: TN
region: Tunisia
---

# 48MHz CPU 20mm x 17.5mm USB Type-C XIAO SAMD21 (Pre-Soldered) The Smallest Arduino Microcontroller Based on SAMD21 with Rich Interfaces, 100% Arduino IDE Compatible, desiged for Projects Need Arduino Micro, 1pc.

**Brand:** seeed studio
**Price:** 78.14 DT
**Availability:** ✅ In Stock

## Summary

> 🌟 Small Size, Big Impact!

## Quick Answers

- **What is this?** XIAO SAMD21 (Pre-Soldered) The Smallest Arduino Microcontroller Based on SAMD21 with Rich Interfaces, 100% Arduino IDE Compatible, desiged for Projects Need Arduino Micro, 1pc. by seeed studio
- **How much does it cost?** 78.14 DT with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.tn](https://www.desertcart.tn/products/442638315-xiao-samd21-pre-soldered-the-smallest-arduino-microcontroller-based-on)

## Best For

- seeed studio enthusiasts

## Why This Product

- Trusted seeed studio brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **🔋 Energy Efficient:** Designed for low power consumption, perfect for tiny, wearable devices.
- • **🌍 Compact Powerhouse:** At just 20mm x 17.5mm, it's the smallest Arduino-compatible board, perfect for any project.
- • **🔗 Seamless Integration:** Fully compatible with Arduino IDE, making project development a breeze.
- • **💡 Versatile Applications:** Ideal for wearable tech, rapid prototyping, and DIY projects.
- • **🚀 Unleash Your Creativity:** Experience lightning-fast processing with a 48MHz ARM Cortex-M0+ microcontroller.

## Overview

The Seeed Studio XIAO SAMD21 is a compact yet powerful Arduino microcontroller featuring a 48MHz ARM Cortex-M0+ processor, 256KB flash memory, and 32KB SRAM. With 14 GPIO pins and a USB Type-C interface, it's designed for a variety of applications, including wearable devices and rapid prototyping, all while being fully compatible with the Arduino IDE.

## Description

Take a look at Seeeduino XIAO(Pre-Soldered). What a small size and cute looking! It is the smallest member of the Seeeduino family. Seeeduino XIAO(Pre-Soldered) still carries the powerful CPU-ARM Cortex-M0+(SAMD21G18) which is a low-power Arduino microcontroller. On the other hand, this little board has good performance in processing but needs less power. As a matter of fact, it is designed in a tiny size and can be used for Arduino wearable devices and small projects.Apart from the strong CPU, Seeeduino XIAO(Pre-Soldered) is excellent in many other functions. It has 14 GPIO PINs, which can be used for 11 analog PINs, 11 digital PINs, 1 I2C interface, 1 UART interface, and 1 SPI interface. Some PINs have various functions, A1/D1 to A10/D10 Pins have PWM functions and Pin A0/D0 has a function of DAC which means you can get true analog signals not PWM signals when you define it as an analog pin, that’s why 14 GPIO PINs can realize more I/O PINs and interfaces. Moreover, Seeeduino XIAO(Pre-Soldered) supports the USB Type-C interface which can supply power and download code. There are power pads at the back of the XIAO which support battery and make it designed for wearable devices to become realistic. Except for the power LED, we add a user LED on board for your better coding experience. Usually a Dev. Board as small as this size will use the chip’s inner crystal oscillator for time fixing, in order to make the clock more accurate, Seeeduino XIAO(Pre-Soldered) layouts an extra 32.768KHz to make the clock more stable.

Review: Great Tiny Microcontroller... - The Xiao was easy to setup in my Arduino IDE. Once I installed the correct "Board" in "Board Managers", I was able to upload code to the chip. Worked great.... for a day. Then the board stopped responding to USB. I'm not sure if it was a bad batch or what happened. It was promptly replaced with a new one. So far so good. I will update a review in the replaced purchase item listing. These boards are a great way to implement controllers, into a tiny project case. UPDATE: The new board works great. Have had no problems. I would highly recommend this board to anyone that needs a microcontroller that fits into a small project enclosure. I will be buying more, for future projects.
Review: My go to for sooo many reasons - I bought 3 of these a couple years ago to play around with. At the time, it was just because they were cheap and quick to get on desertcart. I quickly fell in love. Though they aren't perfect. Pros: Size. They're tiny. Even 2 years on, most microcontrollers are *at least* 2 to 4 times the size. The small size makes them easy to fit into almost any project. They're literally the size of a postage stamp. I can cover one with my finger. Which brings me to the next pro: I/O. Even at this tiny size, you still have tons of I/O, with support for hardware interrupts, UART, I2C, SPI, and true analog pins with DAC. The big one for me, though, is HID support through the USB type C port. That's a much less common feature than you'd think. If you want to make devices that can talk to other devices as an input device, you need this. Speed. You don't really think that a simple Arduino device needs to be fast, but having a 48mhz processor and 32mb of SRAM to work with open up a LOT of possibilities. Take, for example, my most recent project. I wanted to make a vintage laptop keyboard work with a modern laptop motherboard. But I wanted to do so without damaging the original keyboard. So to interface the two, I needed the Xiao to be able to read the PS/2 protocol that the keyboard was talking in, and give USB HID protocol commands to the computer. Reading the PS/2 protocol takes very precise timing. Your code has to execute within a certain number of microseconds, otherwise the command will fail. Because of the speed of the processor, I could have more code executing in the interrupts while still staying under the threshold. Cons: Storage. While I've never run up against the limit, the Xiao has 256 kB of flash memory. That's not the smallest, but it's certainly not the biggest I've seen on a microcontroller. So I do get a little nervous when I start importing a bunch of libraries. So far, my most involved project, the keyboard that I talked about earlier, only uses about 25% of that storage. And that's importing two different libraries plus my custom code. But if you have a large project that takes many libraries or a whole lot of code, you might run into problems with storage. Bootloader Corruption. I've only had it happen once and it was after hundreds upon hundreds of code uploads. These guys saying they're bricking after 50 uploads have to be doing something wrong. Or maybe it's because they're on Mac hardware, I don't know. But I've had to upload 50 times pretty much everyday I've worked on this project and so far it's not been a problem. But like I said, I did have one of my original three stop responding to USB. So the problem does exist. The device itself still does what the last upload of code told it to do, but I can no longer get it to talk with the Arduino software. And resetting the unit didn't resolve it. So you're mileage may vary.

## Features

- 🌱【Powerful CPU】 The XIAO is equipped with an ARM Cortex-M0+ 32bit 48MHz microcontroller, which is three times faster than Arduino Uno and Arduino Nano. Furthermore, this Arduino IDE compatible board Xiao has 256KB flash memory and 32KB SRAM.
- 🌱【Rich Interfaces in a Tiny Size】 The device has 14 GPIO pins, each of which has 11 analog channels, 11 digital channels, I2C*1, UART*1, and SPI*1, USB Type-C interface*1 in a tiny space, just 20mm*17.5mm (about the size of your thumb). Seeeduino XIAO is the smallest Arduino compatible board in the Seeeduino series.
- 🌱【Fully compatible with Arduino IDE】 Seeed Studio XIAO development board is perfectly compatible with Arduino IDE and you can easily create small projects using the extensive and comprehensive Arduino library. It has a 2.54mm pin pitch and can be used even when inserted into a breadboard because it is an Arduino microcontroller.It has a 2.54mm pin pitch and can be used even when inserted into a breadboard because it is an Arduino microcontroller.
- 🌱【Applications】 Seeed Studio XIAO is suitable for Wearable devices, Rapid prototyping, DIY keyboard, USB to multi-channel TTL/USB host mode, etc.
- 🌱【Perfect for Wearable and Tiny Arduino Projects】 This microcontroller has good performance in processing but needs less power. As a matter of fact, it is designed in a tiny size and can be used for Arduino wearable devices and small projects.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B0B15B869W |
| Best Sellers Rank | #102 in Single Board Computers (Computers & Accessories) |
| Brand | seeed studio |
| Built-In Media | / |
| CPU Model | core_m |
| Compatible Devices | Arduino IDE compatible devices |
| Connectivity Technology | GPIO, I2C, USB |
| Customer Reviews | 4.5 4.5 out of 5 stars (749) |
| Item Dimensions L x W x H | 0.69"W x 0.69"H |
| Manufacturer | seeed studio |
| Memory Storage Capacity | 256 KB |
| Model Name | XIAO SAMD21 |
| Operating System | Arduino |
| Processor Brand | ARM |
| Processor Count | 1 |
| Processor Speed | 48 MHz |
| RAM Memory Installed | 32 GB |
| RAM Memory Technology | SRAM |
| Smart Home Compatibility | Not Smart Home Compatible |
| Total Usb Ports | 1 |
| Unit Count | 1.0 Count |
| Warranty Description | / |
| Wireless Compability | 802.11b |

## Product Details

- **Brand:** seeed studio
- **CPU Model:** core_m
- **Memory Storage Capacity:** 256 KB
- **Model Name:** XIAO SAMD21
- **Ram Memory Installed Size:** 32 GB

## Images

![XIAO SAMD21 (Pre-Soldered) The Smallest Arduino Microcontroller Based on SAMD21 with Rich Interfaces, 100% Arduino IDE Compatible, desiged for Projects Need Arduino Micro, 1pc. - Image 1](https://m.media-amazon.com/images/I/61K3hPTvfGL.jpg)

## Available Options

This product comes in different **Size** options.

## Questions & Answers

**Q: Can i attach voltage in to the 5v pin? i'm trying to put this on a pcb. will it have the same voltage regulation?**
A: As a previous contributor wrote: a lot of people answering questions here do not know what they are talking about! So here is the answer copied straight from the Seeed Studio webpage regarding this board:
"Note
For general I/O pins: Working voltage of MCU is 3.3V . Voltage input connected to general I/O pins may cause chip damage if it' higher than 3.3V .
For power supply pins: The built-in DC-DC converter circuit able to change 5V voltage into 3.3V allows to power the device with a 5V supply via VIN-PIN and 5V-PIN.
Please pay attention to use, do not lift the shield cover."

**Q: Does this come with a bootloader or not?**
A: yes - I'm pretty sure it does.  Its been a while since I played with it.  But I seem to recall all was needed was to download the necessary Arduino files into the Arduino programming system and make the correct connection to the device.   However be aware the device is finicky in that it needs to be rebooted for programming mode using a jumper wire.  So if you're doing a lot of development/debugging, do that work in a standard Arduino first, and then translate your  debugged program to this device.

**Q: Is the IO 5V tolerant?**
A: From the testing I have done on mine, the pins when being used as an input, are 3.3v tolerant.

**Q: The board can be connected to 5V power supply and simultaneously been conectes to the usb conector from my computer?**
A: There would be a problem if the 5V supply was actually a lower voltage than the USB (which should be 5V). A diode protects everything if the external 5V supply was above 5V (up to the 6V limit of the voltage regulator on the board). To be safe, a diode should be added in series with the external 5V supply. This protection is present in genuine Arduino boards' VIN pin.

## Customer Reviews

### ⭐⭐⭐⭐⭐ Great Tiny Microcontroller...
*by L***Q on January 27, 2026*

The Xiao was easy to setup in my Arduino IDE. Once I installed the correct "Board" in "Board Managers", I was able to upload code to the chip. Worked great.... for a day. Then the board stopped responding to USB. I'm not sure if it was a bad batch or what happened. It was promptly replaced with a new one. So far so good. I will update a review in the replaced purchase item listing. These boards are a great way to implement controllers, into a tiny project case. UPDATE: The new board works great. Have had no problems. I would highly recommend this board to anyone that needs a microcontroller that fits into a small project enclosure. I will be buying more, for future projects.

### ⭐⭐⭐⭐⭐ My go to for sooo many reasons
*by R***S on May 10, 2021*

I bought 3 of these a couple years ago to play around with. At the time, it was just because they were cheap and quick to get on Amazon. I quickly fell in love. Though they aren't perfect. Pros: Size. They're tiny. Even 2 years on, most microcontrollers are *at least* 2 to 4 times the size. The small size makes them easy to fit into almost any project. They're literally the size of a postage stamp. I can cover one with my finger. Which brings me to the next pro: I/O. Even at this tiny size, you still have tons of I/O, with support for hardware interrupts, UART, I2C, SPI, and true analog pins with DAC. The big one for me, though, is HID support through the USB type C port. That's a much less common feature than you'd think. If you want to make devices that can talk to other devices as an input device, you need this. Speed. You don't really think that a simple Arduino device needs to be fast, but having a 48mhz processor and 32mb of SRAM to work with open up a LOT of possibilities. Take, for example, my most recent project. I wanted to make a vintage laptop keyboard work with a modern laptop motherboard. But I wanted to do so without damaging the original keyboard. So to interface the two, I needed the Xiao to be able to read the PS/2 protocol that the keyboard was talking in, and give USB HID protocol commands to the computer. Reading the PS/2 protocol takes very precise timing. Your code has to execute within a certain number of microseconds, otherwise the command will fail. Because of the speed of the processor, I could have more code executing in the interrupts while still staying under the threshold. Cons: Storage. While I've never run up against the limit, the Xiao has 256 kB of flash memory. That's not the smallest, but it's certainly not the biggest I've seen on a microcontroller. So I do get a little nervous when I start importing a bunch of libraries. So far, my most involved project, the keyboard that I talked about earlier, only uses about 25% of that storage. And that's importing two different libraries plus my custom code. But if you have a large project that takes many libraries or a whole lot of code, you might run into problems with storage. Bootloader Corruption. I've only had it happen once and it was after hundreds upon hundreds of code uploads. These guys saying they're bricking after 50 uploads have to be doing something wrong. Or maybe it's because they're on Mac hardware, I don't know. But I've had to upload 50 times pretty much everyday I've worked on this project and so far it's not been a problem. But like I said, I did have one of my original three stop responding to USB. So the problem does exist. The device itself still does what the last upload of code told it to do, but I can no longer get it to talk with the Arduino software. And resetting the unit didn't resolve it. So you're mileage may vary.

### ⭐⭐⭐⭐⭐ Awesome tiny microcontroller!
*by J***A on November 13, 2022*

This tiny microcontroller is great for small projects. Actually, it's quite powerful for what it is and has plenty of I/O pins. My son uses it for Star Wars props and Cosplay. It's great for wearables, controlling LEDs, and just about anything an Arduino can do but just more. The setup can be a little confusing at first, but the documentation on the SeedStudio site is really good. It will walk you through with setting up the Arduino IDE or setting up Circuit Python, since the setup is very different from each other. I've programmed this little microcontroller with both the Arduino IDE and with Circuit Python. Circuit Python might be more beginner friendly. I really like that it has USB Type-C connector because then I can use the same cable as my Mobile Phones. It's annoying to have so many different cables around. One thing to make note is that these microcontrollers are not 5v tolerant. Yes, you can power it with 5 volts, but the inputs and outputs are 3.3 volts. The one thing I wish it had was a reset button, but it's so small I'm sure it would be impossible to fit. You can add a reset button because there are soldering pads for it, but it doesn't have one on the board it self. So, if you are making wearables this would be great. Actually, you can use it to control servos, led light strips, and a ton more. It even has a DAC so you can technically make it produce sound too!

## Frequently Bought Together

- Seeed Studio XIAO SAMD21 (Pre-Soldered) The Smallest Arduino Microcontroller Based on SAMD21 with Rich Interfaces, 100% Arduino IDE Compatible, desiged for Projects Need Arduino Micro, 1pc.
- Seeed Studio XIAO ESP32C3 - Tiny MCU Board with Wi-Fi and BLE for IoT Controlling Scenarios. Microcontroller with Battery Charge, Power Efficient, and Rich Interface for Tiny Machine Learning. …
- ELEGOO 120pcs Multicolored Dupont Wire 40pin Male to Female, 40pin Male to Male, 40pin Female to Female Breadboard Jumper Ribbon Cables Kit Compatible with Arduino Projects

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.tn/products/442638315-xiao-samd21-pre-soldered-the-smallest-arduino-microcontroller-based-on](https://www.desertcart.tn/products/442638315-xiao-samd21-pre-soldered-the-smallest-arduino-microcontroller-based-on)

---

*Product available on Desertcart Tunisia*
*Store origin: TN*
*Last updated: 2026-05-09*