Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
Seeed Studio Seeeduino Xiao SAMD21 (Pre-Soldered) — image 1
Hover to zoom

1 / 3 · Click to enlarge

Seeed Studio

Seeed Studio Seeeduino Xiao SAMD21 (Pre-Soldered)

30+ bought in past month
AI Summary
IoT Development Boards for everyday users

The Seeed Studio Seeeduino Xiao SAMD21 (Pre-Soldered) by Seeed Studio is a value-for-money iot development boards designed for everyday users. It features Item Type: Other IoT Boards and Flash Memory: 256KB.

₹1,264
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹1,264
Buying tip: A well-rounded choice at a fair price. Recommended for most buyers.
Estimated delivery: 18 Aug1 Sept
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: Other IoT Boards
Flash Memory: 256KB
Processor Type: ARM Cortex M0
Clock Frequency: 48
Processor: ARM Cortex M0 CPU(SAMD21G18)
Clock Speed: 48MHz

Ideal For

Everyday convenience
Share:
SKU: robu-857091Category: IoT Development Boards

About This Product

The Seeed Studio Seeeduino Xiao SAMD21 (Pre-Soldered) by Seeed Studio is a value-for-money iot development boards designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: Other IoT Boards
  • Flash Memory: 256KB — effortless multitasking
  • Processor Type: ARM Cortex M0 — smooth, lag-free performance
  • Clock Frequency: 48 — smooth, flicker-free operation
  • Processor: ARM Cortex M0 CPU(SAMD21G18) — smooth, lag-free performance
  • Clock Speed: 48MHz — smooth, flicker-free operation
  • SRAM: 32
  • I/O pins: 14 Pins

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

Note: Due to small size heating issue will be generated, but will not affect the working of the product. To avoid excessive heating you can use external heatsink.

Take a look at Seeeduino XIAO(Pre-Soldered). What a small size and cute looking! It is the smallest member of the Seeeduino family. Seeed Studio Seeeduino Xiao SAMD21 (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 the 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. A 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.

Seeeduino XIAO(Pre-Soldered) is perfectly compatible with Arduino IDE, you can easily develop some small projects with the help of the large and comprehensive Arduino library. So get one and you will soon love it!

Applications:
  1. Wearable devices
  2. Rapid prototyping (directly attached to the expanded PCB as a minimal system)
  3. Perfect for all the projects need mini Arduino
  4. DIY keyboard
  5. USB development (USB to multi-channel TTL/USB host mode, etc.)
  6. A scenario where you need to read multiple mock values The DAC output

Features:

  1. Powerful CPU: ARM Cortex-M0+ 32bit 48MHz microcontroller(SAMD21G18) with 256KB Flash,32KB SRAM
  2. Flexible compatibility: Compatible with Arduino IDE
  3. Easy project operation: Breadboard-friendly
  4. Small size: As small as a thumb(20x17.5mm) for wearable devices and small projects.
  5. Multiple development interfaces: 11 digital/analog pins, 10 PWM Pins, 1 DAC output, 1 SWD Bonding pad interface, 1 I2C interface, 1 UART interface, 1 SPI interface.

Package Includes:

1 x Seeed Studio Seeeduino Xiao SAMD21 (Pre-Soldered)

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.