seeed studioXIAO ESP32C6-2.4 GHz WiFi 6, Bluetooth 5.3, Zigbee, Thread (802.15.4), ESP Rain Maker, AWS IoT, Support Microsoft Azure, Smart Home
Thumbnail 1Thumbnail 2Thumbnail 3Thumbnail 4Thumbnail 5Thumbnail 6Thumbnail 7

seeed studioXIAO ESP32C6-2.4 GHz WiFi 6, Bluetooth 5.3, Zigbee, Thread (802.15.4), ESP Rain Maker, AWS IoT, Support Microsoft Azure, Smart Home

4.5/5
Product ID: 694591627
Secure Transaction

Details

  • Brand
    seeed studio
  • Model Name
    XIAO ESP32C6
  • Ram Memory Installed Size
    0.5 MB
  • Memory Storage Capacity
    4096 KB
  • CPU Speed
    1.6E+2 MHz
Ultra-low 15μA deep sleep power mode
📶2.4GHz Wi-Fi 6 & Bluetooth 5.3 combo
🔒Encrypted-on-chip security with TEE

Description

🚀 Tiny Tech, Massive Smart Home Impact

  • COMPACT THUMB SIZE DESIGN - Classic XIAO form factor fits perfectly in space-constrained projects without compromise
  • POWER EFFICIENCY THAT LASTS - 4 power modes including ultra-low deep sleep to maximize battery life in wearables
  • ROCK SOLID SECURITY BUILT IN - Secure boot, encryption & Trusted Execution Environment keep your data locked tight
  • FUTURE PROOF MATTER NATIVE SUPPORT - Build interoperable smart devices that play well with every ecosystem
  • SEAMLESS MULTI PROTOCOL CONNECTIVITY - Wi-Fi 6, Bluetooth 5.3, Zigbee & Thread all-in-one for ultimate smart home integration

The seeed studio XIAO ESP32C6 is a compact, dual RISC-V processor microcontroller featuring 2.4GHz Wi-Fi 6, Bluetooth 5.3, Zigbee, and Thread connectivity. Designed for smart home innovation, it supports Matter protocol for seamless interoperability and offers advanced encrypted-on-chip security. With an ultra-low power deep sleep mode and a thumb-sized form factor, it’s ideal for space-limited, battery-powered IoT and wearable projects.

Specifications

Processor1.6E+2
RAMDDR3
Wireless Type802.11ax
Brandseeed studio
SeriesXIAO ESP32C6
Item model numberESP32-C6
Item Weight1.76 ounces
Package Dimensions5.31 x 3.74 x 0.39 inches
ColorESP32C6
Processor BrandEspressif Systems
Number of Processors2
Manufacturerseeed studio
ASINB0D2NKVB34
Country of OriginChina
Date First AvailableMay 10, 2024

Reviews

4.5

All from verified purchases

M**K

Great price. Great size. Powerful

3 pack of esp32s3. Decent price. I was happy they included antennas. I soldered my own pins to the board. Soldered a 1000mah battery to the terminal. Each had a soil moisture sensor, temperature sensor, and humidity sensor.I have been using the esp32s3 variant for most of my projects due to the most robust support for micropython. With the power of these with cpu with micropython, it takes 30-60 minutes to prototype out the code. ESP now with micropython is very nice and all my sensors utilize it. Sensors all communicate with one master esp32s3 which communicates with an mqtt server. Xiao esp32s3 devices/sensors -> esp now -> master esp32s3 -> mqtt server -> database/triggers

K**K

Tiny. Powerful

Amazing little gadget. This has a well-built-out ecosystem for programming. It will take some reading, but if you do much with VS Code you can get this working pretty well. I have one doing WiFi scans and it works quite well.Note: you may have to do some soldering to use it w/o the USB, and to put connectable pins on it. The pins will work with breadboards. But you will not need a special programming device--just your computer.

P**X

Incredibly good package

These little ESP32C3s are an incredibly good package for the price. Very small, with a nice set of pin outs, a reasonably powerful SoC, and support for any number of external wifi antennas have made these my board of choice for a number of ESPHome powered automations, from weather stations to chicken coop monitoring equipment.It would be nice for the Amazon ones to offer a variant with headers soldered on, but its not really a terribly big deal to solder your own on.

Y**!

Great little camera

I love this little camera. It's been very fun to tinker around with. It was very easy using the Arduino IDE to upload a quick example and get going. I can confirm that you need to hold the boot button down before you connect USB to CPU before attempting to upload a sketch. At least I needed to. Also, check to make sure your type-c cable is good. Some type-c cables won't work when uploading sketches. I ran into this problem using a shoddy cable. Once I used a proper cable and held the boot button while connecting all was good, and I was able to obtain an IP address to view the camera output. Also, some reviews have mentioned the heat. When connected to a CPU, the device will indeed start to heat up. HOWEVER -- I have connected it to a little solar charger component I had sitting around, using a 3.7V 1200 mAh lipoly battery. There is absolutely zero heat. None whatsoever. I need to say that the camera doesn't pick up all to much in low light. But that's a very fair trade-off for the price and the size. The stream is a little laggy with higher resolutions. Still, I have walked around in my yard with this and have been able to easily stream around 150 feet away from my base without losing connection or having too much lag. I'm very happy with this little guy, I recommend, and will definitely be purchasing more.

G**T

Very useful little board, slightly inconvenient to work with

I used a few of these to Jerry-rig tracking cameras to my VR headset. They all worked well, but I did run into a few minor issues:- The ribbon cable can be really hard to seat in this type of connector. The USB-C port sort of gets in the way, forcing you to insert it at an angle.- The board refused to let me flash firmware unless I kept the tiny, hard-to-press BOOT button held while plugging it in. This was pretty hard to do without letting go of the button.- These get EXTREMELY hot. The guide I was following recommends you all mount them close together, but for peace of mind I ended up having to wire a small fan to keep them cool.I'm only taking off one star because most issues boil down to limitations of the technology and/or user error.

S**R

Postage stamp sized super computer

The media could not be loaded. Great little device. Bought it pre-soldered for my first ever project involving anything electronic and it didn't disappoint. Lots of documentation available online. I didn't make use of most of the features, but used it to run a stepper motor driver, read a thermistor that is attached to the motor as a fail safe incase the cooling fan fails, and to read a rotary encoder to adjust the speed and direction of the motor. P.S: the images show the incomplete project. I need to make a housing, but the electronics work amazingly!Great little device and incredibly tiny!!

L**N

ESP32C6 WiFi Access Point and Web Server Working Perfectly

I programmed it as a wifi access point and web server to deliver web pages to a web browser running on a tablet, cell phone, laptop or pc. I stored .png images on the esp32c6 using LittleFS that the web page was able to include in its display as an html body background image as well as html img images. I used Arduino IDE version 2.3.6 with C++. I have it defined as an XIAO_ESP32C6 board definition in the Arduino IDE. To get the onboard led to blink on and off, in void setup(), I specified pinMode(LED_BUILTIN,OUTPUT); and later in void loop() I was able to toggle it on and off in void loop() using digitalWrite(LED_BUILTIN,LOW); and digitalWrite(LED_BUILTIN,HIGH); I was also able to use a BME280 temperature sensor to the XIAO_ESP32C6 using pins D4 to SDA and D5 to SCL as well as supplying VIN and GND to the BME280. I will definitely be purchasing more of these XIAO_ESP32C6 microcontrollers.

Common Questions

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Yusuf A.

Fantastic experience overall. Will recommend to friends and family.

1 month ago

Ali H.

Fast shipping and excellent packaging. The Leatherman tool feels very premium and sturdy.

1 day ago

Shop Global, Save with Desertcart
Value for Money
Competitive prices on a vast range of products
Shop Globally
Serving millions of shoppers across more than 100 countries
Enhanced Protection
Trusted payment options loved by worldwide shoppers
Customer Assurance
Trusted payment options loved by worldwide shoppers.
Desertcart App
Shop on the go, anytime, anywhere.
S/.132

Duties & taxes incl.

Perustore
1
Free Shipping

with PRO Membership

Free Returns

30 daysfor PRO membership users

15 dayswithout membership

Secure Transaction

Trustpilot

TrustScore 4.5 | 7,300+ reviews

Neha S.

Excellent communication throughout the order process. Product is perfect.

2 weeks ago

Fatima A.

Best international shipping I've ever tried. Worth every penny!

3 days ago

Seeed Studioxiao Esp32c6 2 4 Ghz Wifi 6 Bluetooth 5 | Desertcart Peru