Checkout in INR, USD, EUR or GBP currencies! Simply select you currency.

Browse

Need Help?

Email us: sales@protocentral.com

Call us at +91-9916637700

WhatsApp us at:+91-80-4152-7072

Social

Open wireless sensing platform

Sensything

One wireless platform — many sensors. ESP32 + Qwiic + USB-C, Arduino-ready out of the box. Today the family covers pulse oximetry and capacitive sensing; the same architecture extends to EEG, EMG, environmental, motion, or whatever you need to measure wirelessly.

Sensything Ox and Sensything Cap wireless sensors

The Sensything platform

Different sensor up front, same wireless brain behind. That's why pulse oximetry (Sensything Ox) and capacitive sensing (Sensything Cap) share the same board family — and why the next sensor we ship will too.

Wireless out of the box

ESP32 onboard — BLE + Wi-Fi for streaming sensor data to your phone, laptop, or cloud.

Qwiic + USB-C ready

Plug into the SparkFun Qwiic ecosystem; charge and program over a single USB-C.

Arduino libraries, open firmware

Source code on GitHub. Five lines of Arduino get you live samples; firmware is MIT-licensed.

Battery powered, portable

Onboard Li-Ion management — wear it, carry it, leave it logging in the field for hours.

Coming next

We're growing the family. Sign up below and we'll email you when these ship.

⚡ In development

Sensything EEG

Multi-channel brainwave acquisition — same wireless platform.

⚡ Concept

Sensything Env

Air quality, temperature, humidity — wireless field-deployable environmental probe.

⚡ Concept

Sensything EMG

Surface EMG for sports research, rehab, and gesture control.

Build with Sensything

Five lines of Arduino get you streaming samples. The same library works across every Sensything board — swap the front-end sensor without rewriting the app.

#include <Sensything.h>

Sensything sensor;

void setup() {
  Serial.begin(115200);
  sensor.begin();
}

void loop() {
  Serial.println(sensor.read());
  delay(20);
}

Get notified when new Sensything products ship.