Normal view

There are new articles available, click to refresh the page.
Before yesterdayMain stream

Introducing Seeed Studio XIAO MG24 (Sense) Variants: Pre-Soldered & 3PCS Pack

18 February 2025 at 12:19

We’re excited to announce new variants of the Seeed Studio XIAO MG24 and XIAO MG24 Sense, now available in Pre-Soldered versions and convenient 3PCS Packs! Whether you’re looking for a hassle-free soldering experience or stocking up for gifting on these Matter-native, ultra-low-power development boards, we’ve got you covered.

XIAO MG24

XIAO MG24 & XIAO MG24 Sense: Now in 3PCS Pack!

For developers and makers who need multiple boards for prototyping or small-scale production, we now offer a 3PCS Pack of both XIAO MG24 and XIAO MG24 Sense, along with other XIAO boards such as XIAO ESP32S3, XIAO ESP32C3, XIAO RP2040 and more—also available in 3PCS Packs. Powered by Silicon Labs’ EFR32MG24 SoC, these tiny yet powerful dev boards support Matter over Thread® and Bluetooth® Low Energy 5.3—perfect for IoT applications.

XIAO MG24 3PCs Pack

Why Choose the 3PCS Pack?

    • More Value – Get three boards at a more cost-effective price.
    • Streamlined Prototyping – Easily deploy multiple units for testing
    • Perfect for Small-Scale Production – Ideal for businesses and advanced developers.

Both variants retain the classic XIAO form factor (21×17.8mm), 4MB onboard Flash, 19 GPIOs, LED, onboard antenna, and ultra-low power consumption (as low as 1.95μA in sleep mode)—making them ideal for battery-powered Matter projects.

Pre-Soldered XIAO MG24 & XIAO MG24 Sense: Plug-and-Play Simplicity!

We’ve heard your feedback—soldering tiny pads is challenging! That’s why we’re introducing pre-soldered variants of XIAO MG24 and XIAO MG24 Sense, along with other XIAO boards, allowing you to dive straight into development without extra setup.

Why Choose the Pre-Soldered Version?

    • No Soldering Needed – Save time and effort—just unbox and get started!
    • Seamless Breadboarding – Easily integrate into your projects.
    • More Durable & Reliable – Factory-soldered headers ensure strong, long-lasting connections.

XIAO MG24 vs. XIAO MG24 Sense – What's the Difference?

While both feature the same high-performance ARM Cortex-M33 @ 78MHz, XIAO MG24 Sense goes a step further with two onboard sensors:

    • Analog Microphone – For voice detection and audio-based applications.
    • 6-Axis IMU – Perfect for motion sensing, TinyML applications, and smart automation.

A Perfect Fit for Battery-Powered Matter Projects

With their ultra-low-power consumption, onboard secure cryptographic engine, and support for multiple IoT communication protocols, the XIAO MG24 variants are ideal for:

    • Smart Home Automation (Matter-enabled lighting, security systems, and sensors)
    • Environmental Monitoring – battery-powered air quality, temperature, and humidity sensors.
    • Remote Sensing & Control – wireless automation and control systems.
    • TinyML & Edge AI Applications – gesture recognition, posture tracking, and voice-based control with XIAO MG24 Sense.

Get Yours Now!

Don’t miss out! Whether you’re an IoT developer, prototyping enthusiast, or TinyML innovator, these new XIAO MG24 options make it easier than ever to build and scale your projects. 

Now available:

Stay tuned for more updates from Seeed Studio XIAO, and keep innovating! 🚀

End Note

Hey community, we’re curating a monthly newsletter centering around the beloved Seeed Studio XIAO. If you want to stay up-to-date with:

🤖 Cool Projects from the Community to get inspiration and tutorials
📰 Product Updates: firmware update, new product spoiler
📖 Wiki Updates: new wikis + wiki contribution
📣 News: events, contests, and other community stuff

Please click the image below👇 to subscribe now!

The post Introducing Seeed Studio XIAO MG24 (Sense) Variants: Pre-Soldered & 3PCS Pack appeared first on Latest Open Tech From Seeed.

ARMOR: Egocentric Perception for Humanoid Robot Powered by XIAO ESP32S3

16 January 2025 at 01:31

Daehwa Kim (Carnegie Mellon University), Mario Srouji, Chen Chen, and Jian Zhang (Apple) have developed ARMOR, an innovative egocentric perception hardware and software system for humanoid robots. By combining Seeed Studio XIAO ESP32S3-based wearable depth sensor networks and transformer-based policies, ARMOR tackles the challenges of collision avoidance and motion planning in dense environments. This system enhances spatial awareness and enables nimble and safe motion planning, outperforming traditional perception setups. ARMOR was deployed on the GR1 humanoid robot from Fourier Intelligence, showcasing its real-world applications.

[Source: Daehwa Kim]

Hardwares Used

ARMOR uses the following hardware components:

    • XIAO ESP32S3 microcontrollers: Efficiently collect sensor data and stream it to the robot’s onboard computer via I2C.
    • Onboard Computer: NVIDIA Jetson Xavier NX processes sensor inputs. 
    • GPU (NVIDIA GeForce RTX 4090): Handles ARMOR-Policy’s inference-time optimization for motion planning.
    • SparkFun VL53L5CX Time-of-Flight (ToF) lidar sensors: Distributed across the robot’s body for comprehensive point cloud perception.

How the ARMOR Works

The hardware solution of ARMOR’s egocentric perception system uses distributed ToF lidar sensor networks. Groups of four ToF sensors are connected to Seeed Studio XIAO ESP32S3 microcontrollers, capturing high-precision depth information from the environment. The XIAO ESP32S3 serves as a crucial intermediary controller, efficiently managing real-time sensor data transmission. It streams the collected depth data via USB to the robot’s onboard computer, the NVIDIA Jetson Xavier NX, which then wirelessly transmits the data to a powerful Linux machine equipped with an NVIDIA GeForce RTX 4090 GPU for data processing. This sophisticated data pipeline enables the creation of an occlusion-free point cloud around the humanoid robot, providing essential environmental awareness data for the ARMOR neural motion planning algorithm. The distributed and light-weight hardware setup also ensures enhanced spatial awareness and overcomes the limitations of head-mounted or external cameras, which often fail in cluttered or occluded environments.

Daehwa Kim, one of the core developers of this project, mentions why they selected the Seeed Studio XIAO for this project.

“We might imagine a future where users easily plug and play with wearable sensors for humanoids and augment robots' perceptions in various tasks. XIAO ESP32 series makes the wearable sensor system easily modularizable. We specifically adopted the XIAO ESP32S3 in ARMOR because of its powerful computing and tiny form factor.”
Armor Policy - Transformer-based policy [Source: Daehwa Kim]

The neural motion planning system, ARMOR-Policy, is built on a transformer-based architecture called the Action Chunking Transformer. This policy was trained on 86 hours of human motion data from the AMASS dataset using imitation learning. ARMOR-Policy processes the robot’s current state, goal positions, and sensor inputs to predict safe and efficient trajectories in real-time. The system leverages latent variables to explore multiple trajectory solutions during inference, ensuring flexibility and robustness.

Trained on 86 hours of human motion dataset [Source: Daehwa Kim]

ARMOR was rigorously tested in both simulated and real-world scenarios. It demonstrated remarkable improvements in performance, reducing collisions by 63.7% and increasing success rates by 78.7% compared to exocentric systems with dense head-mounted cameras. Additionally, the transformer-based ARMOR-Policy reduced computational latency by 26× compared to sampling-based motion planners like cuRobo, enabling efficient and nimble collision avoidance.

Real World Hardware Deployment [Source: Daehwa Kim]

Discover more about ARMOR

Want to explore ARMOR’s capabilities? The research team will soon release the source code, hardware details, and 3D CAD files on their GitHub repository. Dive deeper into this cutting-edge project by reading their paper on arXiv. Stay tuned for updates to replicate and innovate on this revolutionary approach to humanoid robot motion planning! To see ARMOR in action, check out their demonstration video on YouTube.

End Note

Hey community, we’re curating a monthly newsletter centering around the beloved Seeed Studio XIAO. If you want to stay up-to-date with:

🤖 Cool Projects from the Community to get inspiration and tutorials
📰 Product Updates: firmware update, new product spoiler
📖 Wiki Updates: new wikis + wiki contribution
📣 News: events, contests, and other community stuff

Please click the image below👇 to subscribe now!

The post ARMOR: Egocentric Perception for Humanoid Robot Powered by XIAO ESP32S3 appeared first on Latest Open Tech From Seeed.

💾

Let’s Type Cooler with KeebSupply Keyboards: Zilpzalp and GEIST TOTEM, Powered by Seeed Studio XIAO

29 November 2024 at 16:38

At KeebSupply, a passion for unique, high-quality mechanical keyboards has transformed a small hobby into a thriving business for Jakob, Conor, and Timur. Initially, Jakob and Conor’s tinkering led them to design a modest macropad in 2020, sparking a love for designing custom keyboards that’s only grown. Today, the KeebSupply team brings users thoughtful, meticulously crafted designs that balance simplicity with innovation, inviting keyboard enthusiasts of all skill levels to create and customize their perfect setup.

MacroPad image
Their very first 1337 MacroPad

With each product, KeebSupply aims to empower hobbyists and designers alike by creating versatile, customizable keyboards built around open-source principles. Collaborating with artists and designers in the mechanical keyboard community, the team develops products that support the DIY ethos, using quality materials and components while prioritizing accessibility.

Today, let’s dive into two of their very special innovations, Zilpzalp and GEIST TOTEM, to see how KeebSupply combines simplicity, community-driven design, and advanced tech with the tiny but powerful Seeed Studio XIAO controllers.

The Zilpzalp Keyboard: Compact, Portable, and Minimalist, Powered by XIAO RP2040


Source: KeebSupply

The Zilpzalp, designed by kilipan, brings a unique take to the unibody-split keyboard format. With just 28 keys, the Zilpzalp is a column-staggered keyboard that maintains the precision and functionality of a full-sized keyboard in a much smaller footprint. Its minimalist layout makes it a great choice for anyone prioritizing compactness without compromising on ergonomic features.

Central to the Zilpzalp’s design is the Seeed Studio XIAO RP2040 microcontroller, a compact yet powerful component that supports both QMK and ZMK firmware for wired and wireless configurations, respectively. The Zilpzalp offers various switch versions, including Choc and MX, with options for both hot-swap sockets and solder-only setups, so users can fully customize their tactile experience. Thanks to FOSS tools like KiCad and Ergogen, the keyboard’s PCB layout is open-source, inviting more customization options.

Source: KeebSupply

The Zilpzalp is ideal for minimalist enthusiasts who want a small, portable keyboard without sacrificing style or performance. Its compact nature makes it perfect for travelers, desk minimalists, and anyone looking to explore compact keyboards for the first time.

The GEIST TOTEM Keyboard: A Versatile, Ergonomic Split Design, Powered by XIAO nRF52840 and XIAO RP2040


Source: KeebSupply

GEIST TOTEM, a collaborative project between KeebSupply and designer GEIST, is a 38-key, column-staggered split keyboard designed with both comfort and flexibility in mind. TOTEM is a great fit for those who prefer a low-profile, ergonomic setup, as it comes with a split layout to help reduce strain on the fingers and wrists during long sessions.

The TOTEM kit comes in a wired and wireless variant. The wired version runs on the XIAO RP2040, while the wireless model uses the XIAO nRF52840 for seamless Bluetooth connectivity. Designed with beginners in mind, TOTEM includes pre-soldered diodes to streamline the assembly process. Each kit comes standard with a durable SLA 3D-printed black resin case, ensuring a sleek and sturdy build. For those seeking maximum convenience, a fully assembled kit option is also available, making it easy to dive into the world of custom keyboards.

GeistTotem img

Source: KeebSupply

It’s noteworthy that GEIST TOTEM won the first prize award in the Seeed Fusion DIY XIAO Mechanical Keyboard Contest back in 2022. It’s always exciting to see projects like this flourish in the community, thanks to KeebSupply.

The KeebSupply Experience

Whether you’re a DIY keyboard enthusiast or a newcomer to custom keyboards, KeebSupply’s Zilpzalp and TOTEM models bring something truly special to the table. These keyboards showcase the team’s commitment to accessible, high-quality designs, allowing users to personalize their typing experience fully. KeebSupply’s collaboration with designers like GEIST and kilipan reflects their passion for open-source designs and their support for the keyboard community.

For more about Zilpzalp, TOTEM, or any of KeebSupply’s projects, head over to their website.


More Info

End Note

Hey community, we’re curating a monthly newsletter centering around the beloved Seeed Studio XIAO. If you want to stay up-to-date with:

🤖 Cool Projects from the Community to get inspiration and tutorials
📰 Product Updates: firmware update, new product spoiler
📖 Wiki Updates: new wikis + wiki contribution
📣 News: events, contests, and other community stuff

Please click the image below👇 to subscribe now!


The post Let’s Type Cooler with KeebSupply Keyboards: Zilpzalp and GEIST TOTEM, Powered by Seeed Studio XIAO appeared first on Latest Open Tech From Seeed.

SeamPose Powered by XIAO nRF52840, Repurposing Seams for Upper-Body Pose Tracking with Smart Clothing

29 October 2024 at 17:31

Imagine turning your everyday clothes into smart motion-tracking tools. That’s exactly what a team of researchers at Cornell University has achieved with SeamPose. This innovative project, led by Catherine Tianhong Yu and Professor Cheng Zhang uses conductive threads sewn over the seams of a shirt to transform it into an upper-body pose-tracking device by unleashing the power of XIAO nRF52840. Unlike traditional sensor-laden garments that change the clothing’s appearance and comfort, SeamPose blends seamlessly into everyday wear without compromising aesthetics or fit.

This project offers exciting potential applications in areas like health monitoring, sports analytics, AR/VR, and human-robot interaction by making wearable tracking more accessible and comfortable.

Source: Cornell University Team

Hardwares

To build SeamPose, the following key hardware elements were used:

    • Long-sleeve T-shirt with machine-sewn conductive thread along the seams.
    • Customized Sensing Board:
      • XIAO nRF52840 
      • A 36x31mm board with two FDC2214 capacitance-to-digital converters
      • 3.7V 290mAh LiPo battery
Source: Cornell University Team

How SeamPose Works

SeamPose operates by transforming ordinary seams in a long-sleeve shirt into capacitive sensors, enabling real-time tracking of upper-body movements. Conductive threads, specifically insulated silver-plated nylon, are machine-sewn along key seams—such as the shoulders and sleeves—without altering the garment’s appearance or comfort. As the wearer moves, the seams stretch and shift, causing variations in their capacitance. These signals are captured by a customized sensing board integrated with two FDC2214 capacitance-to-digital converters and the XIAO nRF52840 microcontroller. The XIAO nRF52840 transmits the data wirelessly via Bluetooth Low Energy (BLE) to a nearby computer for processing.

The transmitted signals are fed into a deep learning model that maps the seam data to 3D joint positions relative to the pelvis. This allows the system to interpret complex upper-body movements using only eight sensors distributed symmetrically along the shirt. During testing, SeamPose achieved a mean per joint position error (MPJPE) of 6.0 cm, comparable to more invasive tracking systems. The XIAO nRF52840 ensures seamless real-time data transmission, making SeamPose a breakthrough in wearable technology by combining comfort with precise motion tracking.

Signals

Source: Cornell University Team

What’s Next for SeamPose?

SeamPose offers a glimpse into the future of smart clothing, where everyday garments become powerful tools for motion tracking without sacrificing comfort or design. However, challenges like real-world deployment considerations and smart-clothing manufacturing at scale need to be addressed for broader adoption. The research team plans to explore improved seam placement and enhanced sensor calibration for even more accurate tracking in the future.

If you’re excited about SeamPose and want to dive deeper, check out their paper on ACM Digital Library

End Note

Hey community, we’re curating a monthly newsletter centering around the beloved Seeed Studio XIAO. If you want to stay up-to-date with:

🤖 Cool Projects from the Community to get inspiration and tutorials
📰 Product Updates: firmware update, new product spoiler
📖 Wiki Updates: new wikis + wiki contribution
📣 News: events, contests, and other community stuff

Please click the image below👇 to subscribe now!

The post SeamPose Powered by XIAO nRF52840, Repurposing Seams for Upper-Body Pose Tracking with Smart Clothing appeared first on Latest Open Tech From Seeed.

Seeed Studio and Blynk Expand Partnership to Enhance IoT Integration with LoRaWAN and MQTT

23 October 2024 at 08:00

Seamless IoT with LoRaWAN and MQTT Support

With industries increasingly adopting LoRaWAN and MQTT protocols, Seeed Studio’s devices—like the SenseCAP LoRaWAN sensors and gateways—are now fully supported on Blynk’s platform. This expanded functionality simplifies IoT deployments by allowing users to monitor and control their devices through Blynk‘s intuitive dashboard, without needing extensive coding or infrastructure setup.

The expanded functionality available with Blynk’s platform is a game-changer for businesses using Seeed Studio SenseCAP LoRaWAN devices,” said Joey Jiang, VP of Industrial Application Group at Seeed Studio.Our customers can now take advantage of Blynk’s advanced device management features, such as multi-level user management and granular access controls, to manage fleets of devices at scale with ease. This integration allows businesses to focus on their operations while Blynk and Seeed handle the heavy lifting on the backend, from device provisioning to user control.

SeeedxBlynk

Empowering Developers and Businesses with No-Code IoT Solutions

Through Blynk’s intuitive no-code platform, users gain access to advanced device management tools such as visual data visualization, automation workflows, and real-time alerts. With native MQTT support and a recent integration with The Things Stack for LoRaWAN, Seeed Studio hardware can now unlock unprecedented possibilities for IoT deployments.

Our mission has always been to simplify IoT for businesses of all sizes,” said Pavel Bayborodin, CEO of Blynk. “By expanding our platform to support industry-standard protocols like LoRaWAN and MQTT, and partnering with Seeed Studio’s robust hardware lineup, we are enabling companies to launch powerful IoT systems faster than ever.

Unlocking Opportunities Across Smart Industries

The extended partnership offers tremendous opportunities across key industries like smart agriculture, industrial automation, and smart cities. With Seeed’s SenseCAP LoRaWAN devices integrated into Blynk, businesses can achieve remote monitoring, real-time data transfer, and centralized device management with minimal effort. Whether deploying sensors in the field or managing urban infrastructure, users benefit from both Blynk’s software capabilities and Seeed’s reliable hardware for cost-effective solutions.

Discover Seeed Studio Products with LoRaWAN and MQTT Support

Explore Seeed Studio’s wide range of IoT solutions designed to seamlessly integrate with Blynk’s platform. Whether you need SenseCAP LoRaWAN sensors for environmental monitoring, LoRaWAN gateways for reliable connectivity, or development kits for rapid prototyping, Seeed Studio has the tools to bring your IoT vision to life.

About Seeed Studio

Seeed Studio, founded in 2008, is a pioneer in Open Hardware and IoT innovation, offering a broad portfolio of industrial IoT solutions, including sensor modules, edge devices, and platforms like SenseCAP. By promoting collaborative development and open-source principles, Seeed Studio empowers developers and enterprises worldwide to design solutions that address local challenges and advance emerging technologies such as AI and IoT.

About Blynk

Blynk is a leading low-code IoT platform that enables businesses to build custom mobile IoT applications and manage millions of connected devices globally. Used by over 1 million developers and 5,000 businesses, Blynk simplifies IoT management through easy-to-use dashboards and advanced user management features, accelerating time to market and helping companies scale their connected products.

The post Seeed Studio and Blynk Expand Partnership to Enhance IoT Integration with LoRaWAN and MQTT appeared first on Latest Open Tech From Seeed.

❌
❌