Proudly backed by

Fully open-source under MIT

Hardware, firmware (Zephyr), and software open-source and under the MIT license.

Raw data access

Access to raw data for AI/ML, signal processing, and sensing.

Modular architecture

Main board for compute and wireless; custom-built or pre-built daughter boards for peripherals via I2C.

Freepik  talk  46760 3

Supports Android & iOS

Mobile applications for data streaming and testing on both Android and iOS.

Developer-first SDK & APIs

APIs and SDKs for prototyping, research, and experimentation.

OSHWA certification

SensWear is certified under the healthware program of the Open Source Hardware Association (OSHWA). Click for more info. 

BUILD THE FUTURE WITH US

Join the open wearable movement.

Wether you’re a developer, researcher, or industry leader, SensWear gives you the tools to build what’s next.

pip install senswear

from senswar import SenswarClient

async with SenswarClient() as device:

    await device.stream.acceleration(
        lambda data: print(data)
    )

    await device.stream.orientation(
        lambda data: print(data)
    )

npm install senswear

import { SensWearClient } from "@senswear/sdk";

const device = await SensWearClient.connect();

device.stream.acceleration((data) => {
  console.log("Acceleration:", data);
});

device.stream.orientation((data) => {
  console.log("Orientation:", data);
});
Shape1

SensWear: Open, Modular Wearable Platform

SensWear is an open-source, modular, and form-factor-agnostic wearable platform designed for researchers, engineers, and innovators. Unlike closed consumer wearables, SensWear provides full access to raw sensor data, hardware schematics, firmware, and AI pipelines—enabling reproducible research, rapid prototyping, and unbiased physiological sensing across diverse applications.

BLE SoC

6D IMU

PPG

Temperature

Vibration

Touch

Shape4

SensWear Products

_
Shape4

...

Product has been added to your list.
"" has been added to your cart.View cart

Ask about product or Report an issue

COLLABORATIONS & USE CASES

Building the future of wearables together

From research and education to elite sports and indoor localization.

ELITE SPORTS
Combat Sports Biometric Monitoring

SensWear and Titan X Sport Science are exploring on integrated biometric monitoring platform for combat sports.

With Titan X Sport Science

EDUCATION
AI-Enabled Wearables Summer School

SensWear and Aalto University organized the summer school introduction to AI-enabled wearables in Finland.

With Aalto University

RESEARCH
Natural Microgesture Interaction

SensWear will support continuous micro-gesture acquisition and detection research in collaboration with UCLouvain and the University of Luxembourg.

UCLouvain & University of Luxembourg

TUTORIAL
Indoor Localization at IEEE IPIN 2026

SensWear will power a hands-on indoor localization tutorial at the IEEE IPIN 2026 conference.

IEEE IPIN 2026

Do you need a customized solution?

We, at SensWear, offer customized wearable solutions for your need as well. If you need to have a custom sensor solution integrated in our platform contact us or start building yourself!

Shape2