Multi-Sensor, Multi-Modal BLE Data Acquisition

A high-throughput BLE GATT sensor streaming gateway for live notifications, multi-sensor control, RF Survey signal mapping, Python SDK tooling, and observable acquisition quality.

Pre-order reserves your order from the first production batch. Payment is collected today. Estimated shipping date to be confirmed.

Nexus BLE Gateway hardware product image
10 links @ 60 Hz tested concurrent high-rate streams
Multi-sensorbuilt for supported sensor workflows
RF Surveywindowed signal-quality mapping for deployment validation
Open-source SDKtooling for supported sensors, setup, streaming, and capture
API + Diagnosticscustom workflows, non-supported sensors, diagnostics, and throughput monitoring
what it does

High-throughput streaming without the BLE plumbing.

multi-link • multi-modal • high-rate • edge integration

Nexus BLE Gateway

The Nexus BLE Gateway handles the full connected BLE acquisition layer — scanning, central-role connections, subscriptions, GATT reads and writes, notification forwarding, and per-stream diagnostics.

N3 Edge Intelligence Integration

The Nexus BLE Gateway is fully integrated into Nexus N3 Edge Intelligence, where plugins orchestrate sensors, store data online or offline, process and reduce streams, and power custom edge applications through the NEIA app framework.

rf survey

Map BLE Signal Quality

The RF Survey feature enables deployment validation and field mapping. It lets teams select one or more target sensors, collect repeated advertisements over fixed windows, and monitor live score, quality, trend, RSSI, and observation summaries as the sensor or gateway is moved through space.

current implementation
Windowedpushed RF Survey status updates from the gateway
Mixedsupported sensor families in one survey target set
Finalbest, worst, mean, and score sample-count summary
mixed sensors

One Gateway for Mixed Connected BLE Sensor Systems

BLE is not equal. Nexus is built for workflows where multiple sensor types run together — each with its own GATT profile, sampling behavior, configuration sequence, payload format, and live notification stream.

Movella DOT
Movesense ECG
Nexus Dot
Future BLE sensors
Nexus
BLE
Gateway
Host SDK
multi-link performance

Validated for up to 10 simultaneous connected BLE links at 60 Hz.

Nexus is built for high-rate BLE GATT notification streams. The multi-link foundation makes it well suited for richer sensor configurations where multiple devices are active at the same time and the host needs a consistent way to control, stream, and monitor them.

10simultaneous connected BLE sensor links
60Hz validated per-sensor streaming rate
BLEcontrol and streaming gateway
developer interface

Documented API, Python Tooling, Serious Streaming

Control commands are human-readable JSON. High-rate BLE GATT notification data can move through efficient binary frames. The same gateway interface supports scanning, connecting, subscribing, reading, writing, disconnecting, and status diagnostics, with Python SDK tooling for supported sensor workflows and custom integrations.

gateway-control.jsonl
{"type":"hello","request_id":"hello_1","protocol_version":1}
{"type":"scan_start","request_id":"scan_1","timeout_ms":5000}
{"type":"connect_addresses","addresses":["D4:22:CD:00:11:22"]}
{"type":"subscribe","binary_notifications":true}
{"type":"get_status","request_id":"status_1"}
host-sdk.py
gateway = NexusGateway(port="/dev/serial/by-id/...")
gateway.reset_session()
gateway.hello(client="customer_app")

sensors = gateway.scan(filter="supported")
gateway.connect(sensors)

gateway.subscribe(
    sensor=sensors[0],
    characteristic=STREAM_UUID,
    binary_notifications=True,
)

stats = gateway.get_status()
observable acquisition

Know the Quality of Every Stream

When multiple connected BLE sensors are streaming at once, connection status alone is not enough. Nexus exposes diagnostics that help teams understand stream quality, host throughput, dropped or delayed packets, and gateway behavior during each run.

packet countsper-sensor stream volume
timestamp gapsdiscontinuities and estimated drops
queue dropstransport pressure visibility
BLE RX healthgateway receive counters
observed ratemeasured stream performance
startup gatebegin after stability criteria pass
extensible architecture

A Shared Gateway Layer for Sensor-Specific Workflows

Nexus separates the reusable gateway layer from the sensor-specific integration layer. New sensor support can be added by implementing discovery rules, GATT UUIDs, configuration commands, payload parsing, and customer-facing workflows on top of the shared SDK.

Shared Gateway Layer

Common control, streaming, request correlation, transport parsing, and diagnostics.

Sensor-Specific Modules

Device-specific UUIDs, setup commands, timestamp parsing, and payload interpretation.

Future Sensor Ecosystem

A foundation for expanding mixed BLE sensor workflows beyond the first integrations.

real sensor systems

The Gateway for Real BLE Sensor Systems

Nexus gives mixed sensor systems concurrent links, high-rate streaming, reusable host integration, and clear visibility into data quality — from motion to ECG and beyond.