Fully open-source under MIT
Hardware, firmware, 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.

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.
Community-driven ecosystem
Built with and for researchers, developers, and startups.
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.
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)
)
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);
});

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

SensWear Products

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!




